summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Handle capability return values.users/jhb/cheri-gdb-12-branchJohn Baldwin2022-11-171-3/+62
* Set is_tagged and FLAG_CAPABILITY in arch_capability/pointer_type.John Baldwin2022-11-171-10/+6
* Set tagged and FLAG_CAPABILITY on C++ reference types.John Baldwin2022-11-171-0/+17
* make_pointer_type: Set TYPE_INSTANCE_FLAG_CAPABILITY on cap pointers.John Baldwin2022-11-171-0/+8
* gdb tdesc: Handle mismatched pointer register types.John Baldwin2022-11-151-1/+18
* CHERI-RISC-V: Improve handling of hybrid binaries.John Baldwin2022-10-131-0/+75
* CHERI-RISC-V: Support for displaying capability attributes.John Baldwin2022-10-131-0/+185
* git subrepo clone https://github.com/CTSRD-CHERI/cheri-compressed-cap gdb/che...John Baldwin2022-10-1359-0/+63095
* Native support for FreeBSD CHERI-RISC-V.John Baldwin2022-10-131-0/+32
* bfd/binutils: Support for CHERI-RISC-V memory tag segments.John Baldwin2022-10-133-0/+50
* Add FreeBSD support for CHERI-RISC-V.John Baldwin2022-10-132-7/+306
* riscv-tdep: Export riscv_features_from_bfd.John Baldwin2022-10-132-1/+3
* fbsd-tdep: Export fbsd_report_signal_info.John Baldwin2022-10-132-2/+8
* Don't call tag_map_regno twice for each index.John Baldwin2022-10-132-4/+4
* Handle JALR.CAP in riscv_next_pc().John Baldwin2022-10-131-0/+10
* CHERI-RISC-V: Add basic hybrid and purecap support.John Baldwin2022-10-131-3/+86
* Add basic CHERI-RISC-V support including CHERI registers.Alex Richardson2022-10-134-6/+203
* Add RISC-V CHERI register xml filesAlex Richardson2022-10-135-0/+186
* Support for disassembling CHERI-RISC-V capmode instructions.John Baldwin2022-10-133-1/+285
* Initial support for disassembling CHERI-RISC-V instructions.John Baldwin2022-10-135-0/+603
* riscv_parsing_subset_version: Handle "0p0" version strings.John Baldwin2022-10-121-12/+15
* Add CHERI-RISC-V ELF header flags.John Baldwin2022-10-112-0/+12
* corelow: Implement the target read_capability method.John Baldwin2022-09-021-0/+39
* get_next_core_memtag_section: Accept section name as an argument.John Baldwin2022-09-024-10/+12
* Retire gdbarch_get/set_cap_tag_from_address.John Baldwin2022-09-016-141/+0
* bfd/binutils: Handle Morello memory tag core dump segments.John Baldwin2022-09-013-5/+25
* Don't treat *intcap_t as pointers.John Baldwin2022-09-011-2/+1
* value_fetch_lazy_memory: Fetch tags for *intcap_t as well.John Baldwin2022-09-011-2/+4
* value_primitive_field: Always mark capabilities lazy.John Baldwin2022-09-011-2/+3
* eXamine: Update to support capabilities.John Baldwin2022-09-011-3/+18
* Use PIOD_READ_CHERI_CAP to read memory capabilities from running processes.John Baldwin2022-09-012-0/+27
* x: Print CHERI memory tags using a similar format to MTE.John Baldwin2022-09-011-0/+24
* Default gdbarch_capability_bit to 0, not ptr_bit.John Baldwin2022-09-014-37/+42
* Write memory capabilities atomically.John Baldwin2022-09-011-4/+10
* Read memory capabilities atomically.John Baldwin2022-09-011-4/+13
* Copy ELF header flags from executable to core file.John Baldwin2022-09-011-3/+7
* Add a 'set program-interpreter' command.John Baldwin2022-09-011-0/+32
* aarch64-fbsd-nat: Support the capability register set for Morello.John Baldwin2022-09-011-0/+20
* aarch64-fbsd: Use a static regset for the TLS register set.John Baldwin2022-09-013-49/+42
* fbsd-nat: Add a have_register_set helper function.John Baldwin2022-09-012-0/+24
* Elide "__capability" modifier for purecap ABIs.John Baldwin2022-09-011-1/+4
* capability: Don't print redundant "sealed" for sentries.John Baldwin2022-09-011-1/+1
* Morello: Add gdbarch_print_cap* methods.John Baldwin2022-09-011-0/+29
* Add capability::metadata_str.John Baldwin2022-09-012-51/+63
* Use gdbarch_print_cap* methods when printing capabilities.John Baldwin2022-09-012-42/+28
* Add gdbarch methods for printing capabilities.John Baldwin2022-09-015-0/+120
* Morello: CheriBSD architecture support.John Baldwin2022-09-012-5/+230
* frame_unwind_register_unsigned: Return address from capabilities.John Baldwin2022-09-011-2/+9
* Make 'info sharedlibrary' more readable with CHERI.John Baldwin2022-09-011-1/+2
* Update solib*.c to work with CHERI capabilities.John Baldwin2022-09-012-1/+12