summaryrefslogtreecommitdiff
path: root/gdb/aarch64-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (Ada/AArch64) fix fixed point argument passing in inferior funcallXavier Roirand2021-12-021-1/+1
* Extend the prologue analyzer to handle the bti instructionLuis Machado2021-11-151-0/+36
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-26/+34
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-7/+7
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+2
* gdb: remove gdbarch_info_initSimon Marchi2021-06-281-2/+0
* gdb: fix some indentation issuesSimon Marchi2021-05-271-5/+5
* AArch64: Add MTE register set support for GDB and gdbserverLuis Machado2021-03-241-0/+24
* AArch64: Add target description/feature for MTE registersLuis Machado2021-03-241-7/+9
* GDB: aarch64: Add ability to displaced step over a BR/BLR instructionMatthew Malcomson2021-01-271-6/+13
* gdb: make some variables staticSimon Marchi2021-01-201-4/+4
* trad-frame cleanupsLuis Machado2021-01-191-22/+24
* aarch64: Add support for bfloat16 in gdb.Srinath Parvathaneni2021-01-121-0/+5
* gdb: convert aarch64 to new-style debug macrosSimon Marchi2021-01-111-55/+34
* Refactor struct trad_frame_saved_regsLuis Machado2021-01-041-22/+25
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Record FPSR for SIMD/FP data instructionsLuis Machado2020-12-161-1/+8
* gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi2020-12-041-8/+10
* Fix shifting of negative valueLuis Machado2020-12-041-4/+0
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-258/+258
* gdb: introduce displaced_debug_printfSimon Marchi2020-10-301-28/+17
* gdb: remove parameter of gdbarch_displaced_step_hw_singlestepSimon Marchi2020-10-291-2/+1
* gdb: make gdbarch_displaced_step_hw_singlestep return boolSimon Marchi2020-10-201-2/+2
* Change management of tdesc_arch_dataTom Tromey2020-09-171-11/+8
* gdb: remove TYPE_VECTORSimon Marchi2020-09-141-3/+3
* gdb: remove TYPE_UNSIGNEDSimon Marchi2020-09-141-1/+1
* [AArch64] Improve prologue handling (and fix PR26310)Luis Machado2020-08-101-0/+139
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-1/+1
* gdb: remove TYPE_FIELD macroSimon Marchi2020-05-231-2/+2
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-21/+21
* [AArch64] Fix typo in commentLuis Machado2020-02-251-1/+1
* Fix build with gcc-4.8.xBernd Edlinger2020-02-181-1/+2
* gdb: introduce displaced_step_closure_up type aliasSimon Marchi2020-02-141-1/+1
* gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi2020-02-141-2/+2
* Move DWARF code to dwarf2/ subdirectoryTom Tromey2020-02-081-1/+1
* Recognize more program breakpoint patternsLuis Machado2020-01-291-0/+37
* Convert an int flag variable to boolLuis Machado2020-01-211-4/+4
* Add more debugging output to aarch64_displaced_step_fixupLuis Machado2020-01-211-2/+25
* Fix step-over-syscall.exp failureLuis Machado2020-01-211-4/+13
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove unused includes in aarch64-tdep.cSimon Marchi2019-12-041-7/+0
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-2/+0
* Move [PAC] into a new MI field addr_flagsAlan Hayward2019-08-161-0/+13
* AArch64: Allow additional sizes in prologueAlan Hayward2019-08-141-22/+10