aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch/aarch64-insn.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-28aarch64: Use aarch64_debug_printf in a few more placesJohn Baldwin1-32/+19
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
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-01-11gdb: convert aarch64 to new-style debug macrosSimon Marchi1-6/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04Fix shifting of negative valueLuis Machado1-25/+6
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
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-12Rename emit_load_store to aarch64_emit_load_storeYao Qi1-5/+5
2015-10-12Rename emit_insn to aarch64_emit_insnYao Qi1-12/+13
2015-10-12Support displaced stepping in aarch64-linuxYao Qi1-0/+58
2015-10-12Move aarch64_relocate_instruction to arch/aarch64-insn.cYao Qi1-0/+93
2015-09-21Make aarch64_decode_adrp handle both ADR and ADRP instructionsPierre Langlois1-5/+24
2015-09-21Move instruction decoding into new arch/ directoryPierre Langlois1-0/+218