summaryrefslogtreecommitdiff
path: root/gdb/arm-linux-tdep.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-04Introduce gdb_breakpoint_upTom Tromey
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi
2017-10-05Clean up includes of doublest.h and floatformat.hUlrich Weigand
2017-09-11Rename _const functions to use overloading insteadTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-06-10gdbarch: Remove displaced_step_free_closureSimon Marchi
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-22Change gdbarch software_single_step frame_info to regcacheYao Qi
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi
2016-11-08Clear addr bit in next_pcs vectorYao Qi
2016-11-08Remove arm_insert_single_step_breakpointYao Qi
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-03-21Canonicalize more arm linux syscallsYao Qi
2016-03-16Process record: Fix arm-linux syscall argumentsYao Qi
2016-02-16Fix cleanup in arm_linux_software_single_stepYao Qi
2016-02-16Remove PC from syscall_next_pcYao Qi
2016-02-12[ARM] Fixup PC in software single stepYao Qi
2016-02-11arm-tdep.c: Remove unused arm_displaced_step_copy_insnSimon Marchi
2016-01-26Remove argument pc in get_next_pcsYao Qi
2016-01-21Detect the arm/thumb mode of code SIGRETURN or RT_SIGRETURN returns toYao Qi
2016-01-14[ARM] Remove field syscall_next_pc in struct gdbarch_tdepYao Qi
2016-01-14[ARM] Make thumb2_breakpoint static againYao Qi
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-12-18Support software single step on ARM in GDBServerAntoine Tremblay
2015-12-18Refactor arm_software_single_step to use regcacheAntoine Tremblay
2015-10-30gdb/linux-record: Support time, waitpid, pipe syscallsMarcin Kościelnicki
2015-10-30gdb/linux-record: Fix readdir and getdents handlingMarcin Kościelnicki
2015-10-30gdb/linux-record: Fix sizes of sigaction and sigset_tMarcin Kościelnicki
2015-10-30gdb/linux-record: Fix size_[ug]id valuesMarcin Kościelnicki
2015-10-30gdb/linux-record: Remove size_siginfoMarcin Kościelnicki
2015-10-09arm-linux-tdep: Add explicit cast for int to gdb_syscall conversionSimon Marchi
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-09-15Support single step by arch or targetYao Qi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-07-31Mostly trivial enum fixesSimon Marchi
2015-06-24Call set_gdbarch_get_siginfo_type in linux_init_abiYao Qi
2015-05-28Remove global variable arm_linux_vfp_register_count in arm-linux-nat.cYao Qi
2015-04-15[arm] Update displaced stepping debug messageYao Qi
2015-04-15Fix code indentationYao Qi
2015-04-15[arm] Fix fails in gdb.base/disp-step-syscall.expYao Qi
2015-04-10PR13858 - Can't do displaced stepping with no symbolsPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-20Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o...Sergio Durigan Junior
2014-11-02ARM: arm_breakpoint should be little endian form in case for arm BE8Victor Kamensky
2014-09-30Add 'regset' parameter to 'iterate_over_regset_sections_cb'Andreas Arnez
2014-09-30Replace 'core_regset_sections' by iterator methodAndreas Arnez