aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-18Fix build with gcc-4.8.xBernd Edlinger1-1/+2
2020-02-14gdb: introduce displaced_step_closure_up type aliasSimon Marchi1-1/+1
2020-02-14gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi1-5/+6
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-15Change gcc_target_options to return std::stringTom Tromey1-2/+2
2019-09-20Move arm_apcs_32 extern declaration to headerChristian Biesinger1-1/+0
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-07-19Arm: Add read_description read funcs and use in GDBAlan Hayward1-5/+6
2019-07-04Arm: Prefix register sizes with ARM_Alan Hayward1-20/+21
2019-07-04Arm/AArch64: Split DISPLACED_MODIFIED_INSNS name clashAlan Hayward1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey1-29/+27
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-27/+29
2019-03-25Add linux_get_hwcapAlan Hayward1-4/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-08-27Avoid -Wnarrowing warnings in struct tramp_frame instancesTom Tromey1-16/+16
2018-08-13Split size in regset section iteratorsAlan Hayward1-5/+6
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-2/+2
2018-05-30Remove regcache_raw_collectSimon Marchi1-11/+10
2018-05-30Remove regcache_raw_supplySimon Marchi1-11/+9
2018-01-19Don't pass -m32 to libcc1 on arm-linuxYao Qi1-0/+11
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-04Introduce gdb_breakpoint_upTom Tromey1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-4/+4
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi1-5/+5
2017-10-05Clean up includes of doublest.h and floatformat.hUlrich Weigand1-2/+0
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-06-10gdbarch: Remove displaced_step_free_closureSimon Marchi1-2/+0
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi1-16/+5
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-22Change gdbarch software_single_step frame_info to regcacheYao Qi1-2/+1
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi1-8/+4
2016-11-08Clear addr bit in next_pcs vectorYao Qi1-1/+4
2016-11-08Remove arm_insert_single_step_breakpointYao Qi1-1/+4
2016-05-07remove trivialy unused variablesTrevor Saunders1-2/+0
2016-03-21Canonicalize more arm linux syscallsYao Qi1-10/+365
2016-03-16Process record: Fix arm-linux syscall argumentsYao Qi1-3/+6
2016-02-16Fix cleanup in arm_linux_software_single_stepYao Qi1-1/+3
2016-02-16Remove PC from syscall_next_pcYao Qi1-4/+3
2016-02-12[ARM] Fixup PC in software single stepYao Qi1-13/+3
2016-02-11arm-tdep.c: Remove unused arm_displaced_step_copy_insnSimon Marchi1-2/+1
2016-01-26Remove argument pc in get_next_pcsYao Qi1-1/+1
2016-01-21Detect the arm/thumb mode of code SIGRETURN or RT_SIGRETURN returns toYao Qi1-3/+15
2016-01-14[ARM] Remove field syscall_next_pc in struct gdbarch_tdepYao Qi1-14/+13
2016-01-14[ARM] Make thumb2_breakpoint static againYao Qi1-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-94/+39
2015-12-18Refactor arm_software_single_step to use regcacheAntoine Tremblay1-18/+91
2015-10-30gdb/linux-record: Support time, waitpid, pipe syscallsMarcin Koƛcielnicki1-0/+1