aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch/arm.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-1/+1
2022-05-03Add an arm-tls feature which includes the tpidruro register from CP15.John Baldwin1-1/+5
2022-04-27gdb/arm: Define MSP and PSP registers for M-ProfileChristophe Lyon1-0/+6
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-11[ARM] Add support for M-profile MVE extensionSrinath Parvathaneni1-0/+7
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