summaryrefslogtreecommitdiff
path: root/gdb/arm-linux-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* ARM: Replace regset_alloc() invocations by static regset structures.Andreas Arnez2014-05-211-20/+18
* Remove `expout*' globals from parser-defs.hSergio Durigan Junior2014-03-271-13/+13
* gdb: ARM: Adds support for recording system call instructionsOmair Javaid2014-01-151-1/+247
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Add comment describing arm_stap_is_single_operandSergio Durigan Junior2013-12-291-0/+3
* Extend handling of immediates on ARM's SystemTap SDT probe supportSergio Durigan Junior2013-12-281-4/+4
* Extend SystemTap SDT probe argument parserSergio Durigan Junior2013-12-191-4/+12
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* * arm-linux-tdep.c: Add "elf/common.h" header.Pierre Muller2013-09-161-4/+1
* [Committing the `catch syscall' patch for ARM, from Samuel Bronson.]Sergio Durigan Junior2013-08-221-0/+58