aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-arm-low.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-09Fix inferior memory reading in GDBServer for arm/aarch32Antoine Tremblay1-2/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-08-25Sync proc_service definition with GLIBCAdhemerval Zanella1-1/+1
2016-06-28Implement get_syscall_trapinfo for arm-linuxYao Qi1-1/+36
2016-05-05Initialize res in get_next_pcs_read_memory_unsigned_integerYao Qi1-0/+1
2016-05-05Change type of cpsr in arm_sigreturn_next_pcYao Qi1-1/+1
2016-02-16Remove PC from syscall_next_pcYao Qi1-3/+3
2016-02-12[ARM] Fixup PC in software single stepYao Qi1-1/+2
2016-01-26Remove argument pc in get_next_pcsYao Qi1-2/+2
2016-01-21Detect the arm/thumb mode of code SIGRETURN or RT_SIGRETURN returns toYao Qi1-3/+13
2016-01-18Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_32bitYao Qi1-21/+2
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-1/+145
2015-12-18Replace breakpoint_reinsert_addr by get_next_pcs operation in GDBServerAntoine Tremblay1-1/+1
2015-12-07Support Z0 packet in AArch64 multi-arch debuggingYao Qi1-159/+0
2015-12-03Remove duplicate arch/arm.h include in linux-arm-low.c.Antoine Tremblay1-2/+0
2015-11-30Remove too simple breakpoint_reinsert_addr implementations.Antoine Tremblay1-13/+1
2015-11-30Refactor queries for hardware and software single stepping support in GDBServer.Antoine Tremblay1-1/+10
2015-11-30Fix breakpoint size when stepping over a permanent breakpoint in GDBServer.Antoine Tremblay1-1/+39
2015-11-03Change return type of raw_bkpt_type_to_arm_hwbp_typeSimon Marchi1-1/+1
2015-11-03gdbserver arm: Add castsSimon Marchi1-2/+2
2015-10-29gdbserver: Move pointer dereference to after assert checks.Henrik Wallin1-2/+5
2015-10-29gdbserver/Linux: Introduce NULL_REGSETPedro Alves1-1/+1
2015-10-21Support software breakpoints for ARM linux in GDBServer.Antoine Tremblay1-0/+1
2015-10-21Refactor the breakpoint definitions in linux-arm-low.c.Antoine Tremblay1-12/+15
2015-10-21Implement breakpoint_kind_from_pc and sw_breakpoint_from_kind for ARM in GDBS...Antoine Tremblay1-4/+62
2015-10-21Add the target_ops needed for software breakpoints in GDBServer.Antoine Tremblay1-11/+19
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+2
2015-08-04New regs_info for aarch32Yao Qi1-47/+31
2015-07-30Remove global variable arm_hwcapYao Qi1-7/+3
2015-07-30Use regcache->tdesc instead of arm_hwcapYao Qi1-12/+12
2015-07-30Don't use arm_regmap and arm_num_regs in arm_fill_gregset and arm_store_gregsetYao Qi1-8/+14
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves1-1/+1
2015-05-14Fix build gdbserver build errors on arm, mips, aarch64.Don Breazeal1-6/+6
2015-05-12Arch-specific remote follow forkDon Breazeal1-0/+42
2015-03-24Change signature of linux_target_ops.new_threadGary Benson1-3/+3
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-5/+5
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-16Rename current_inferior as current_thread in gdbserverGary Benson1-7/+7
2014-05-20[GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves1-29/+44
2014-02-20Remove all_lwps global.Doug Evans1-8/+10
2014-01-22 New gdbserver option --debug-format=timestamp.Doug Evans1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-08-14 * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPELuis Machado1-4/+4
2013-06-07[GDBserver] Multi-process + multi-archPedro Alves1-22/+69
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-08-01gdbserver/ChangeLog:Ulrich Weigand1-7/+8
2012-07-30ChangeLog:Ulrich Weigand1-3/+3
2012-04-24 * linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c.Thiago Jung Bauermann1-8/+12