aboutsummaryrefslogtreecommitdiff
path: root/gdb/aarch64-tdep.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-3/+3
2022-08-18[aarch64] Remove handling of ADR/ADRP from prologue analyzerLuis Machado1-8/+0
2022-08-18Fix thread's gdbarch when SVE vector length changesThiago Jung Bauermann1-17/+24
2022-08-04[gdb/tdep] Fix gdb.base/large-frame.exp for aarch64Tom de Vries1-1/+21
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-24/+24
2022-06-02ODR warnings for "struct insn_decode_record_t"Tom Tromey1-14/+14
2022-05-24AArch64: add support for DFP (Decimal Floating point)Christophe Lyon1-0/+2
2022-05-18Use aarch64_features to describe register features in target descriptions.John Baldwin1-8/+13
2022-05-18[AArch64] Return the regnum for PC (32) on aarch64Yichao Yu1-0/+3
2022-05-18Remove unused DWARF PAUTH registersLuis Machado1-3/+0
2022-05-18Rename PAUTH_RA_STATE to RA_SIGN_STATELuis Machado1-16/+16
2022-05-03Add an aarch64-tls feature which includes the tpidr register.John Baldwin1-8/+25
2022-04-07gdb: always add the default register groupsAndrew Burgess1-17/+0
2022-04-07gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess1-1/+1
2022-04-02gdb: rename floatformats_ia64_quad to floatformats_ieee_quadTiezhu Yang1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-8/+8
2022-03-18Implement gdbarch_stack_frame_destroyed_p for aarch64Tom Tromey1-0/+22
2022-03-14[aarch64/arm] Properly extract the return value returned in memoryLuis Machado1-2/+19
2022-01-26Reference array of structs instead of first member during memcpyKeith Seitz1-1/+1
2022-01-05Use filtered output for gdbarch dumpTom Tromey1-2/+2