aboutsummaryrefslogtreecommitdiff
path: root/gdb/aarch64-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-07gdb/aarch64: Add record support for MOPS instructions.Thiago Jung Bauermann1-0/+69
2024-06-07gdb/aarch64: Disable displaced single-step for MOPS instructionsThiago Jung Bauermann1-3/+5
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+1
2024-04-21Remove a couple of VLAsTom Tromey1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-23/+23
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-14gdb: migrate aarch64 to new gdbarch_pseudo_register_writeSimon Marchi1-58/+70
2023-12-14gdb: add missing raw register read in aarch64_sme_pseudo_register_writeSimon Marchi1-0/+1
2023-12-14gdb: make aarch64_za_offsets_from_regnum return za_offsetsSimon Marchi1-9/+10
2023-12-14gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_regist...Simon Marchi1-1/+1
2023-12-14gdb: read pseudo register through frameSimon Marchi1-85/+63
2023-12-14gdb: change value_of_register and value_of_register_lazy to take the next frameSimon Marchi1-2/+1
2023-11-29Remove gdb_static_assertTom Tromey1-2/+2
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-1/+1
2023-10-04sme2: Enable SME2 for AArch64 gdb on LinuxLuis Machado1-0/+21
2023-10-04sme: Enable SME registers and pseudo-registersLuis Machado1-3/+716
2023-10-04sve: Fix return command when using V registers in a SVE-enabled targetLuis Machado1-0/+5
2023-06-09[AArch64,arm] Fix some formatting issues in the aarch64/arm codebaseLuis Machado1-1/+1
2023-06-07Fix PR30369 regression on aarch64/arm (PR30506)Tom de Vries1-2/+8
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-05-01Replace field_is_static with a methodTom Tromey1-2/+2
2023-04-14pauth: Create new feature string for pauth to prevent crashing older gdb'sLuis Machado1-1/+14
2023-04-06gdb: fix reg corruption from displaced stepping on amd64Andrew Burgess1-5/+12
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi1-3/+1
2023-03-24aarch64: Check for valid inferior thread/regcache before reading pauth registersLuis Machado1-26/+62
2023-02-21[aarch64] Enable pointer authentication support for aarch64 bare metal/kernel...Luis Machado1-11/+92
2023-02-13Introduce set_lval method on valueTom Tromey1-1/+1
2023-02-13Turn various value copying-related functions into methodsTom Tromey1-1/+1
2023-02-13Turn many optimized-out value functions into methodsTom Tromey1-3/+3
2023-02-13Turn remaining value_contents functions into methodsTom Tromey1-6/+6
2023-02-13Turn some value_contents functions into methodsTom Tromey1-3/+3
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey1-2/+2
2023-02-13Turn value_type into methodTom Tromey1-3/+3
2023-01-23[gdb/tdep, aarch64] Fix frame address of last insnTom de Vries1-1/+6
2023-01-20gdb: remove language.h include from frame.hSimon Marchi1-0/+1
2023-01-19[gdb/tdep, aarch64] Remove fp and sp reg aliases, add x31 reg aliasTom de Vries1-4/+7
2023-01-05gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi1-2/+3
2023-01-03Fix inferior calls with variably-sized return typeTom Tromey1-11/+11
2023-01-03Convert selected architectures to gdbarch_return_value_as_valueTom Tromey1-2/+8
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-09[aarch64] Add TPIDR2 register support for LinuxLuis Machado1-10/+44
2022-12-05Add missing newline to gdbarch_tdep debugging outputLuis Machado1-1/+1
2022-11-10[gdb/aarch64] Use safer memory read routinesLuis Machado1-6/+36
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-7/+4
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-17/+17
2022-10-03[AArch64] Handle W registers as pseudo-registers instead of aliases of X regi...Luis Machado1-34/+86
2022-10-03[AArch64] Fix pseudo-register numbering in the presence of unexpected additio...Luis Machado1-2/+13
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-30/+30