aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch/arm-get-next-pcs.c
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-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-9/+9
2020-02-14gnulib: import count-one-bits module and use itSimon Marchi1-4/+5
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-3/+3
2019-07-04Arm: Prefix register sizes with ARM_Alan Hayward1-1/+2
2019-01-25Normalize includes to use common/Tom Tromey1-3/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-04Simple -Wshadow=local fixesTom Tromey1-4/+4
2018-08-27Use CORE_ADDR_MAX in various "breaks" arraysTom Tromey1-2/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi1-46/+43
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-02-16Remove PC from syscall_next_pcYao Qi1-2/+2
2016-02-12[ARM] Fixup PC in software single stepYao Qi1-0/+11
2016-01-26Remove argument pc in get_next_pcsYao Qi1-11/+13
2016-01-14[ARM] Make thumb2_breakpoint static againYao Qi1-3/+3
2016-01-13Read instruction with byte_order_for_codeYao Qi1-1/+2
2016-01-06Make {arm,thumb}_get_next_pcs_raw staticYao Qi1-30/+28
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-19Fix ARI warning in gdb/arch/arm-get-next-pcs.cJoel Brobecker1-1/+1
2015-12-18Support software single step on ARM in GDBServerAntoine Tremblay1-0/+926