aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [gdb/contrib] Add two rules in common-misspellings.txtTom de Vries2024-11-231-2/+2
* gdb: Make tagged pointer support configurable.Christina Schimpe2024-11-181-9/+14
* gdb: remove uses of VLASimon Marchi2024-08-021-17/+14
* gdb: AArch64: Support MTE on baremetalGustavo Romero2024-08-011-0/+168
* gdb/aarch64: Add record support for MOPS instructions.Thiago Jung Bauermann2024-06-071-0/+69
* gdb/aarch64: Disable displaced single-step for MOPS instructionsThiago Jung Bauermann2024-06-071-3/+5
* gdb: remove gdbcmd.hSimon Marchi2024-04-251-1/+1
* gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi2024-04-221-0/+1
* Remove a couple of VLAsTom Tromey2024-04-211-1/+1
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-261-1/+0
* gdb: pass frames as `const frame_info_ptr &`Simon Marchi2024-02-201-23/+23
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* gdb: migrate aarch64 to new gdbarch_pseudo_register_writeSimon Marchi2023-12-141-58/+70
* gdb: add missing raw register read in aarch64_sme_pseudo_register_writeSimon Marchi2023-12-141-0/+1
* gdb: make aarch64_za_offsets_from_regnum return za_offsetsSimon Marchi2023-12-141-9/+10
* gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_regist...Simon Marchi2023-12-141-1/+1
* gdb: read pseudo register through frameSimon Marchi2023-12-141-85/+63
* gdb: change value_of_register and value_of_register_lazy to take the next frameSimon Marchi2023-12-141-2/+1
* Remove gdb_static_assertTom Tromey2023-11-291-2/+2
* Use C++17 [[fallthrough]] attributeTom Tromey2023-11-291-1/+1
* sme2: Enable SME2 for AArch64 gdb on LinuxLuis Machado2023-10-041-0/+21
* sme: Enable SME registers and pseudo-registersLuis Machado2023-10-041-3/+716
* sve: Fix return command when using V registers in a SVE-enabled targetLuis Machado2023-10-041-0/+5
* [AArch64,arm] Fix some formatting issues in the aarch64/arm codebaseLuis Machado2023-06-091-1/+1
* Fix PR30369 regression on aarch64/arm (PR30506)Tom de Vries2023-06-071-2/+8
* [gdb] Fix typosTom de Vries2023-06-031-1/+1
* Replace field_is_static with a methodTom Tromey2023-05-011-2/+2
* pauth: Create new feature string for pauth to prevent crashing older gdb'sLuis Machado2023-04-141-1/+14
* gdb: fix reg corruption from displaced stepping on amd64Andrew Burgess2023-04-061-5/+12
* gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi2023-04-041-3/+1
* aarch64: Check for valid inferior thread/regcache before reading pauth registersLuis Machado2023-03-241-26/+62
* [aarch64] Enable pointer authentication support for aarch64 bare metal/kernel...Luis Machado2023-02-211-11/+92
* Introduce set_lval method on valueTom Tromey2023-02-131-1/+1
* Turn various value copying-related functions into methodsTom Tromey2023-02-131-1/+1
* Turn many optimized-out value functions into methodsTom Tromey2023-02-131-3/+3
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-6/+6
* Turn some value_contents functions into methodsTom Tromey2023-02-131-3/+3
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-2/+2
* Turn value_type into methodTom Tromey2023-02-131-3/+3
* [gdb/tdep, aarch64] Fix frame address of last insnTom de Vries2023-01-231-1/+6
* gdb: remove language.h include from frame.hSimon Marchi2023-01-201-0/+1
* [gdb/tdep, aarch64] Remove fp and sp reg aliases, add x31 reg aliasTom de Vries2023-01-191-4/+7
* gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi2023-01-051-2/+3
* Fix inferior calls with variably-sized return typeTom Tromey2023-01-031-11/+11
* Convert selected architectures to gdbarch_return_value_as_valueTom Tromey2023-01-031-2/+8
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* [aarch64] Add TPIDR2 register support for LinuxLuis Machado2022-12-091-10/+44
* Add missing newline to gdbarch_tdep debugging outputLuis Machado2022-12-051-1/+1
* [gdb/aarch64] Use safer memory read routinesLuis Machado2022-11-101-6/+36
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-7/+4