summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-arm-low.c
Commit message (Expand)AuthorAgeFilesLines
* Move gdbserver to top levelTom Tromey2020-02-071-1052/+0
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Arm: Use read_description funcs in gdbserverAlan Hayward2019-07-191-41/+36
* Arm: Minor style cleanupsAlan Hayward2019-07-101-29/+17
* Arm/AArch64: Use a single set of Arm register set size definesAlan Hayward2019-07-041-7/+5
* gdbserver: Add linux_get_hwcapAlan Hayward2019-03-261-26/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove usages of find_inferior in linux-arm-low.cSimon Marchi2017-11-191-29/+26
* gdbserver: use std::list for all_threadsSimon Marchi2017-10-141-2/+1
* gdbserver: Use std::list for all_processesSimon Marchi2017-10-141-1/+1
* linux low: Make the arch code free arch_process_infoSimon Marchi2017-10-121-0/+9
* lwp_info: Make the arch code free arch_lwp_infoSimon Marchi2017-10-121-0/+9
* Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi2017-05-021-5/+2
* Fix inferior memory reading in GDBServer for arm/aarch32Antoine Tremblay2017-01-091-2/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Sync proc_service definition with GLIBCAdhemerval Zanella2016-08-251-1/+1
* Implement get_syscall_trapinfo for arm-linuxYao Qi2016-06-281-1/+36
* Initialize res in get_next_pcs_read_memory_unsigned_integerYao Qi2016-05-051-0/+1
* Change type of cpsr in arm_sigreturn_next_pcYao Qi2016-05-051-1/+1
* Remove PC from syscall_next_pcYao Qi2016-02-161-3/+3
* [ARM] Fixup PC in software single stepYao Qi2016-02-121-1/+2
* Remove argument pc in get_next_pcsYao Qi2016-01-261-2/+2
* Detect the arm/thumb mode of code SIGRETURN or RT_SIGRETURN returns toYao Qi2016-01-211-3/+13
* Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_32bitYao Qi2016-01-181-21/+2
* [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-1/+145
* Replace breakpoint_reinsert_addr by get_next_pcs operation in GDBServerAntoine Tremblay2015-12-181-1/+1
* Support Z0 packet in AArch64 multi-arch debuggingYao Qi2015-12-071-159/+0
* Remove duplicate arch/arm.h include in linux-arm-low.c.Antoine Tremblay2015-12-031-2/+0
* Remove too simple breakpoint_reinsert_addr implementations.Antoine Tremblay2015-11-301-13/+1
* Refactor queries for hardware and software single stepping support in GDBServer.Antoine Tremblay2015-11-301-1/+10
* Fix breakpoint size when stepping over a permanent breakpoint in GDBServer.Antoine Tremblay2015-11-301-1/+39
* Change return type of raw_bkpt_type_to_arm_hwbp_typeSimon Marchi2015-11-031-1/+1
* gdbserver arm: Add castsSimon Marchi2015-11-031-2/+2
* gdbserver: Move pointer dereference to after assert checks.Henrik Wallin2015-10-291-2/+5
* gdbserver/Linux: Introduce NULL_REGSETPedro Alves2015-10-291-1/+1
* Support software breakpoints for ARM linux in GDBServer.Antoine Tremblay2015-10-211-0/+1
* Refactor the breakpoint definitions in linux-arm-low.c.Antoine Tremblay2015-10-211-12/+15
* Implement breakpoint_kind_from_pc and sw_breakpoint_from_kind for ARM in GDBS...Antoine Tremblay2015-10-211-4/+62
* Add the target_ops needed for software breakpoints in GDBServer.Antoine Tremblay2015-10-211-11/+19
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+2
* New regs_info for aarch32Yao Qi2015-08-041-47/+31
* Remove global variable arm_hwcapYao Qi2015-07-301-7/+3
* Use regcache->tdesc instead of arm_hwcapYao Qi2015-07-301-12/+12
* Don't use arm_regmap and arm_num_regs in arm_fill_gregset and arm_store_gregsetYao Qi2015-07-301-8/+14
* Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves2015-07-241-1/+1
* Fix build gdbserver build errors on arm, mips, aarch64.Don Breazeal2015-05-141-6/+6