summaryrefslogtreecommitdiff
path: root/gdb/arm-linux-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build with gcc-4.8.xBernd Edlinger2020-02-181-1/+2
* gdb: introduce displaced_step_closure_up type aliasSimon Marchi2020-02-141-1/+1
* gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi2020-02-141-5/+6
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Change gcc_target_options to return std::stringTom Tromey2019-10-151-2/+2
* Move arm_apcs_32 extern declaration to headerChristian Biesinger2019-09-201-1/+0
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Arm: Add read_description read funcs and use in GDBAlan Hayward2019-07-191-5/+6
* Arm: Prefix register sizes with ARM_Alan Hayward2019-07-041-20/+21
* Arm/AArch64: Split DISPLACED_MODIFIED_INSNS name clashAlan Hayward2019-07-041-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-29/+27
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-27/+29
* Add linux_get_hwcapAlan Hayward2019-03-251-4/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Avoid -Wnarrowing warnings in struct tramp_frame instancesTom Tromey2018-08-271-16/+16
* Split size in regset section iteratorsAlan Hayward2018-08-131-5/+6
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-2/+2
* Remove regcache_raw_collectSimon Marchi2018-05-301-11/+10
* Remove regcache_raw_supplySimon Marchi2018-05-301-11/+9
* Don't pass -m32 to libcc1 on arm-linuxYao Qi2018-01-191-0/+11
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Introduce gdb_breakpoint_upTom Tromey2017-11-041-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-4/+4
* Create a displaced_step_closure class hierarchySimon Marchi2017-10-211-5/+5
* Clean up includes of doublest.h and floatformat.hUlrich Weigand2017-10-051-2/+0
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* gdbarch: Remove displaced_step_free_closureSimon Marchi2017-06-101-2/+0
* Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi2017-05-021-16/+5
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Change gdbarch software_single_step frame_info to regcacheYao Qi2016-11-221-2/+1
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-081-8/+4
* Clear addr bit in next_pcs vectorYao Qi2016-11-081-1/+4
* Remove arm_insert_single_step_breakpointYao Qi2016-11-081-1/+4
* remove trivialy unused variablesTrevor Saunders2016-05-071-2/+0
* Canonicalize more arm linux syscallsYao Qi2016-03-211-10/+365
* Process record: Fix arm-linux syscall argumentsYao Qi2016-03-161-3/+6
* Fix cleanup in arm_linux_software_single_stepYao Qi2016-02-161-1/+3
* Remove PC from syscall_next_pcYao Qi2016-02-161-4/+3
* [ARM] Fixup PC in software single stepYao Qi2016-02-121-13/+3
* arm-tdep.c: Remove unused arm_displaced_step_copy_insnSimon Marchi2016-02-111-2/+1
* Remove argument pc in get_next_pcsYao Qi2016-01-261-1/+1
* Detect the arm/thumb mode of code SIGRETURN or RT_SIGRETURN returns toYao Qi2016-01-211-3/+15
* [ARM] Remove field syscall_next_pc in struct gdbarch_tdepYao Qi2016-01-141-14/+13
* [ARM] Make thumb2_breakpoint static againYao Qi2016-01-141-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Support software single step on ARM in GDBServerAntoine Tremblay2015-12-181-94/+39
* Refactor arm_software_single_step to use regcacheAntoine Tremblay2015-12-181-18/+91
* gdb/linux-record: Support time, waitpid, pipe syscallsMarcin Koƛcielnicki2015-10-301-0/+1