summaryrefslogtreecommitdiff
path: root/gdb/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* remote follow fork and spurious child stops in non-stop modePedro Alves2015-07-301-0/+2
* Remove global variable arm_hwcapYao Qi2015-07-302-7/+9
* Use regcache->tdesc instead of arm_hwcapYao Qi2015-07-302-12/+20
* Don't use arm_regmap and arm_num_regs in arm_fill_gregset and arm_store_gregsetYao Qi2015-07-302-8/+20
* MIPS ptrace build fixesSimon Marchi2015-07-292-1/+6
* [gdbserver] Don't set srv_linux_usrregs for aarch64*-*-linux*Yao Qi2015-07-272-1/+5
* Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves2015-07-2414-13/+31
* C++: handle glibc's ptrace(enum __ptrace_request, ...)Pedro Alves2015-07-243-9/+87
* make gdbserver use the same ptrace autoconf checks as gdbPedro Alves2015-07-245-0/+232
* Remove proc->priv->new_inferiorYao Qi2015-07-243-15/+10
* Initialise target descrption after skipping extra traps for --wrapperYao Qi2015-07-248-13/+84
* Set proc->priv->new_inferior out of linux_add_processYao Qi2015-07-242-5/+15
* Refactor start_inferiorYao Qi2015-07-242-12/+15
* Set general_thread after restartYao Qi2015-07-242-1/+18
* Remove leading/trailing white spaces in ChangeLogH.J. Lu2015-07-241-9/+9
* Move aarch64_linux_get_debug_reg_capacity to nat/aarch64-linux-hw-point.cYao Qi2015-07-212-47/+6
* Move common aarch64 HW breakpoint/watchpoint code to nat/Yao Qi2015-07-174-618/+35
* Pass aarch64_debug_reg_state to functionsYao Qi2015-07-172-21/+32
* Use debug_printf to print debug messageYao Qi2015-07-172-19/+25
* Revert the previous 7 commits of: Validate binary before useJan Kratochvil2015-07-157-469/+45
* gdbserver build-id attribute generatorJan Kratochvil2015-07-152-36/+378
* Move linux_find_memory_regions_full & co.Jan Kratochvil2015-07-152-0/+43
* Move gdb_regex* to common/Jan Kratochvil2015-07-154-0/+70
* Create empty nat/linux-maps.[ch] and common/target-utils.[ch]Jan Kratochvil2015-07-153-2/+16
* Move ChangeLog entry to gdbserverPierre Langlois2015-07-151-0/+6
* [GDBserver][AArch64] Enable support for range steppingPierre Langlois2015-07-151-0/+13
* gdbserver/Linux: internal error when killing a process that is already gonePedro Alves2015-07-142-1/+9
* gdbserver/event-loop.c: type mismatchPedro Alves2015-07-102-2/+8
* [GDBserver][AArch64] Cleanup comments for each linux_target_ops methodPierre Langlois2015-07-102-26/+44
* [GDBServer][AArch64] Enable support for tracepointsPierre Langlois2015-07-091-0/+10
* [gdbserver, aarch64] Set usrregs to NULL in regs_infoYao Qi2015-07-092-29/+7
* btrace: support Intel(R) Processor TraceMarkus Metzger2015-07-023-9/+137
* [GDBServer][AArch64] Enable support for Z0 packetsPierre Langlois2015-06-292-1/+6
* [GDBServer][AArch64] Use the same break instruction as GDBPierre Langlois2015-06-292-6/+15
* Remove redundant include directives.Gary Benson2015-06-248-13/+10
* remote: consider addressable unit size when reading/writing memorySimon Marchi2015-06-182-2/+7
* Merge multiple hex conversionsJan Kratochvil2015-06-152-3/+10
* Fix gdbserver <library-list> and its #FIXED version="1.0"Jan Kratochvil2015-06-102-1/+6
* Implement vFile:setfs in gdbserverGary Benson2015-06-106-4/+117
* Introduce nat/linux-namespaces.[ch]Gary Benson2015-06-106-4/+19
* Don't assume File-I/O mode bits match the host's formatGary Benson2015-06-092-3/+10
* Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.hYao Qi2015-06-013-17/+5
* Initialize last_resume_kind for remote fork childDon Breazeal2015-05-282-1/+10
* More C++ build fixingPedro Alves2015-05-152-3/+11
* Fix build gdbserver build errors on arm, mips, aarch64.Don Breazeal2015-05-143-17/+17
* Fix gdbserver build failure on arm-android.Joel Brobecker2015-05-145-0/+52
* Extended-remote follow vforkDon Breazeal2015-05-124-6/+50
* Arch-specific remote follow forkDon Breazeal2015-05-127-12/+187
* Extended-remote Linux follow forkDon Breazeal2015-05-129-15/+223
* Clone remote breakpointsDon Breazeal2015-05-123-0/+119