aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch/arm.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
2020-10-09gdb: Delay releasing target_desc_up in more casesAndrew Burgess1-8/+8
2020-10-08gdb: Have allocate_target_description return a unique_ptrAndrew Burgess1-2/+2
2020-02-14gnulib: import count-one-bits module and use itSimon Marchi1-11/+0
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-19Arm: Use feature target descriptionsAlan Hayward1-24/+48
2019-07-19Arm: Add read_description read funcs and use in GDBAlan Hayward1-0/+60
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-05-04Fix "fall through" commentsTom Tromey1-1/+2
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-12-18Support software single step on ARM in GDBServerAntoine Tremblay1-0/+284
2015-12-18Share some ARM target dependent code from GDB with GDBServerAntoine Tremblay1-2/+58
2015-10-21Implement breakpoint_kind_from_pc and sw_breakpoint_from_kind for ARM in GDBS...Antoine Tremblay1-0/+33