aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-arm-low.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-07-19Arm: Use read_description funcs in gdbserverAlan Hayward1-41/+36
2019-07-10Arm: Minor style cleanupsAlan Hayward1-29/+17
2019-07-04Arm/AArch64: Use a single set of Arm register set size definesAlan Hayward1-7/+5
2019-03-26gdbserver: Add linux_get_hwcapAlan Hayward1-26/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-19Remove usages of find_inferior in linux-arm-low.cSimon Marchi1-29/+26
2017-10-14gdbserver: use std::list for all_threadsSimon Marchi1-2/+1
2017-10-14gdbserver: Use std::list for all_processesSimon Marchi1-1/+1
2017-10-12linux low: Make the arch code free arch_process_infoSimon Marchi1-0/+9
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi1-0/+9
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi1-5/+2
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