summaryrefslogtreecommitdiff
path: root/gdb/aarch64-tdep.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-12-14gdb: migrate aarch64 to new gdbarch_pseudo_register_writeSimon Marchi
2023-12-14gdb: add missing raw register read in aarch64_sme_pseudo_register_writeSimon Marchi
2023-12-14gdb: make aarch64_za_offsets_from_regnum return za_offsetsSimon Marchi
2023-12-14gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_regist...Simon Marchi
2023-12-14gdb: read pseudo register through frameSimon Marchi
2023-12-14gdb: change value_of_register and value_of_register_lazy to take the next frameSimon Marchi
2023-11-29Remove gdb_static_assertTom Tromey
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey
2023-10-04sme2: Enable SME2 for AArch64 gdb on LinuxLuis Machado
2023-10-04sme: Enable SME registers and pseudo-registersLuis Machado
2023-10-04sve: Fix return command when using V registers in a SVE-enabled targetLuis Machado
2023-06-09[AArch64,arm] Fix some formatting issues in the aarch64/arm codebaseLuis Machado
2023-06-07Fix PR30369 regression on aarch64/arm (PR30506)Tom de Vries
2023-06-03[gdb] Fix typosTom de Vries
2023-05-01Replace field_is_static with a methodTom Tromey
2023-04-14pauth: Create new feature string for pauth to prevent crashing older gdb'sLuis Machado
2023-04-06gdb: fix reg corruption from displaced stepping on amd64Andrew Burgess
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi
2023-03-24aarch64: Check for valid inferior thread/regcache before reading pauth registersLuis Machado
2023-02-21[aarch64] Enable pointer authentication support for aarch64 bare metal/kernel...Luis Machado
2023-02-13Introduce set_lval method on valueTom Tromey
2023-02-13Turn various value copying-related functions into methodsTom Tromey
2023-02-13Turn many optimized-out value functions into methodsTom Tromey
2023-02-13Turn remaining value_contents functions into methodsTom Tromey
2023-02-13Turn some value_contents functions into methodsTom Tromey
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey
2023-02-13Turn value_type into methodTom Tromey
2023-01-23[gdb/tdep, aarch64] Fix frame address of last insnTom de Vries
2023-01-20gdb: remove language.h include from frame.hSimon Marchi
2023-01-19[gdb/tdep, aarch64] Remove fp and sp reg aliases, add x31 reg aliasTom de Vries
2023-01-05gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi
2023-01-03Fix inferior calls with variably-sized return typeTom Tromey
2023-01-03Convert selected architectures to gdbarch_return_value_as_valueTom Tromey
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-12-09[aarch64] Add TPIDR2 register support for LinuxLuis Machado
2022-12-05Add missing newline to gdbarch_tdep debugging outputLuis Machado
2022-11-10[gdb/aarch64] Use safer memory read routinesLuis Machado
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves
2022-10-10Change GDB to use frame_info_ptrTom Tromey
2022-10-03[AArch64] Handle W registers as pseudo-registers instead of aliases of X regi...Luis Machado
2022-10-03[AArch64] Fix pseudo-register numbering in the presence of unexpected additio...Luis Machado
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi
2022-08-18[aarch64] Remove handling of ADR/ADRP from prologue analyzerLuis Machado
2022-08-18Fix thread's gdbarch when SVE vector length changesThiago Jung Bauermann
2022-08-04[gdb/tdep] Fix gdb.base/large-frame.exp for aarch64Tom de Vries
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess
2022-06-02ODR warnings for "struct insn_decode_record_t"Tom Tromey
2022-05-24AArch64: add support for DFP (Decimal Floating point)Christophe Lyon