summaryrefslogtreecommitdiff
path: root/gdb/arm-linux-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* regcache_raw and use it in to_{fetch,store}_registersusers/qiyao/regcache-split-3Yao Qi2017-10-131-8/+8
* 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
* gdb/linux-record: Fix readdir and getdents handlingMarcin Kościelnicki2015-10-301-2/+1
* gdb/linux-record: Fix sizes of sigaction and sigset_tMarcin Kościelnicki2015-10-301-3/+3
* gdb/linux-record: Fix size_[ug]id valuesMarcin Kościelnicki2015-10-301-2/+2
* gdb/linux-record: Remove size_siginfoMarcin Kościelnicki2015-10-301-1/+0
* arm-linux-tdep: Add explicit cast for int to gdb_syscall conversionSimon Marchi2015-10-091-3/+3
* Add some more casts (1/2)Simon Marchi2015-09-251-6/+6
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* Support single step by arch or targetYao Qi2015-09-151-0/+5
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+1
* Mostly trivial enum fixesSimon Marchi2015-07-311-2/+2
* Call set_gdbarch_get_siginfo_type in linux_init_abiYao Qi2015-06-241-2/+0
* Remove global variable arm_linux_vfp_register_count in arm-linux-nat.cYao Qi2015-05-281-1/+1
* [arm] Update displaced stepping debug messageYao Qi2015-04-151-2/+1
* Fix code indentationYao Qi2015-04-151-41/+42
* [arm] Fix fails in gdb.base/disp-step-syscall.expYao Qi2015-04-151-3/+3
* PR13858 - Can't do displaced stepping with no symbolsPedro Alves2015-04-101-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o...Sergio Durigan Junior2014-11-201-1/+1
* ARM: arm_breakpoint should be little endian form in case for arm BE8Victor Kamensky2014-11-021-1/+1
* Add 'regset' parameter to 'iterate_over_regset_sections_cb'Andreas Arnez2014-09-301-28/+5
* Replace 'core_regset_sections' by iterator methodAndreas Arnez2014-09-301-17/+17
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* gdb/arm-linux-tdep.c: Handle Thumb2 signal trampolinesWill Newton2014-07-281-0/+35
* Skip 'bx reg' on arm-linuxYao Qi2014-06-241-1/+14