summaryrefslogtreecommitdiff
path: root/gdb/aarch64-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-17/+17
* [AArch64] Handle W registers as pseudo-registers instead of aliases of X regi...Luis Machado2022-10-031-34/+86
* [AArch64] Fix pseudo-register numbering in the presence of unexpected additio...Luis Machado2022-10-031-2/+13
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-30/+30
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-3/+3
* [aarch64] Remove handling of ADR/ADRP from prologue analyzerLuis Machado2022-08-181-8/+0
* Fix thread's gdbarch when SVE vector length changesThiago Jung Bauermann2022-08-181-17/+24
* [gdb/tdep] Fix gdb.base/large-frame.exp for aarch64Tom de Vries2022-08-041-1/+21
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-24/+24
* ODR warnings for "struct insn_decode_record_t"Tom Tromey2022-06-021-14/+14
* AArch64: add support for DFP (Decimal Floating point)Christophe Lyon2022-05-241-0/+2
* Use aarch64_features to describe register features in target descriptions.John Baldwin2022-05-181-8/+13
* [AArch64] Return the regnum for PC (32) on aarch64Yichao Yu2022-05-181-0/+3
* Remove unused DWARF PAUTH registersLuis Machado2022-05-181-3/+0
* Rename PAUTH_RA_STATE to RA_SIGN_STATELuis Machado2022-05-181-16/+16
* Add an aarch64-tls feature which includes the tpidr register.John Baldwin2022-05-031-8/+25
* gdb: always add the default register groupsAndrew Burgess2022-04-071-17/+0
* gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess2022-04-071-1/+1
* gdb: rename floatformats_ia64_quad to floatformats_ieee_quadTiezhu Yang2022-04-021-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-8/+8
* Implement gdbarch_stack_frame_destroyed_p for aarch64Tom Tromey2022-03-181-0/+22
* [aarch64/arm] Properly extract the return value returned in memoryLuis Machado2022-03-141-2/+19
* Reference array of structs instead of first member during memcpyKeith Seitz2022-01-261-1/+1
* Use filtered output for gdbarch dumpTom Tromey2022-01-051-2/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Use correct stream for process record outputTom Tromey2021-12-291-4/+5