aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch/aarch64-insn.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-15Extend the prologue analyzer to handle the bti instructionLuis Machado1-0/+5
2021-01-27GDB: aarch64: Add ability to displaced step over a BR/BLR instructionMatthew Malcomson1-0/+9
2021-01-11gdb: convert aarch64 to new-style debug macrosSimon Marchi1-0/+5
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04Fix shifting of negative valueLuis Machado1-0/+16
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-02-07Normalize include guards in gdbTom Tromey1-3/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-14Define enum out of structYao Qi1-6/+9
2015-10-12Rename emit_load_store to aarch64_emit_load_storeYao Qi1-7/+7
2015-10-12Rename emit_insn to aarch64_emit_insnYao Qi1-20/+20
2015-10-12Support displaced stepping in aarch64-linuxYao Qi1-0/+232
2015-10-12Move aarch64_relocate_instruction to arch/aarch64-insn.cYao Qi1-0/+50
2015-09-21Make aarch64_decode_adrp handle both ADR and ADRP instructionsPierre Langlois1-1/+2
2015-09-21Move instruction decoding into new arch/ directoryPierre Langlois1-0/+38