aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2015-07-27[gdbserver] Don't set srv_linux_usrregs for aarch64*-*-linux*Yao Qi2-1/+5
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves14-13/+31
2015-07-24C++: handle glibc's ptrace(enum __ptrace_request, ...)Pedro Alves3-9/+87
2015-07-24make gdbserver use the same ptrace autoconf checks as gdbPedro Alves5-0/+232
2015-07-24Remove proc->priv->new_inferiorYao Qi3-15/+10
2015-07-24Initialise target descrption after skipping extra traps for --wrapperYao Qi8-13/+84
2015-07-24Set proc->priv->new_inferior out of linux_add_processYao Qi2-5/+15
2015-07-24Refactor start_inferiorYao Qi2-12/+15
2015-07-24Set general_thread after restartYao Qi2-1/+18
2015-07-24Remove leading/trailing white spaces in ChangeLogH.J. Lu1-9/+9
2015-07-21Move aarch64_linux_get_debug_reg_capacity to nat/aarch64-linux-hw-point.cYao Qi2-47/+6
2015-07-17Move common aarch64 HW breakpoint/watchpoint code to nat/Yao Qi4-618/+35
2015-07-17Pass aarch64_debug_reg_state to functionsYao Qi2-21/+32
2015-07-17Use debug_printf to print debug messageYao Qi2-19/+25
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil7-469/+45
2015-07-15gdbserver build-id attribute generatorJan Kratochvil2-36/+378
2015-07-15Move linux_find_memory_regions_full & co.Jan Kratochvil2-0/+43
2015-07-15Move gdb_regex* to common/Jan Kratochvil4-0/+70
2015-07-15Create empty nat/linux-maps.[ch] and common/target-utils.[ch]Jan Kratochvil3-2/+16
2015-07-15Move ChangeLog entry to gdbserverPierre Langlois1-0/+6
2015-07-15[GDBserver][AArch64] Enable support for range steppingPierre Langlois1-0/+13
2015-07-14gdbserver/Linux: internal error when killing a process that is already gonePedro Alves2-1/+9
2015-07-10gdbserver/event-loop.c: type mismatchPedro Alves2-2/+8
2015-07-10[GDBserver][AArch64] Cleanup comments for each linux_target_ops methodPierre Langlois2-26/+44
2015-07-09[GDBServer][AArch64] Enable support for tracepointsPierre Langlois1-0/+10
2015-07-09[gdbserver, aarch64] Set usrregs to NULL in regs_infoYao Qi2-29/+7
2015-07-02btrace: support Intel(R) Processor TraceMarkus Metzger3-9/+137
2015-06-29[GDBServer][AArch64] Enable support for Z0 packetsPierre Langlois2-1/+6
2015-06-29[GDBServer][AArch64] Use the same break instruction as GDBPierre Langlois2-6/+15
2015-06-24Remove redundant include directives.Gary Benson8-13/+10
2015-06-18remote: consider addressable unit size when reading/writing memorySimon Marchi2-2/+7
2015-06-15Merge multiple hex conversionsJan Kratochvil2-3/+10
2015-06-10Fix gdbserver <library-list> and its #FIXED version="1.0"Jan Kratochvil2-1/+6
2015-06-10Implement vFile:setfs in gdbserverGary Benson6-4/+117
2015-06-10Introduce nat/linux-namespaces.[ch]Gary Benson6-4/+19
2015-06-09Don't assume File-I/O mode bits match the host's formatGary Benson2-3/+10
2015-06-01Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.hYao Qi3-17/+5
2015-05-28Initialize last_resume_kind for remote fork childDon Breazeal2-1/+10
2015-05-15More C++ build fixingPedro Alves2-3/+11
2015-05-14Fix build gdbserver build errors on arm, mips, aarch64.Don Breazeal3-17/+17
2015-05-14Fix gdbserver build failure on arm-android.Joel Brobecker5-0/+52
2015-05-12Extended-remote follow vforkDon Breazeal4-6/+50
2015-05-12Arch-specific remote follow forkDon Breazeal7-12/+187
2015-05-12Extended-remote Linux follow forkDon Breazeal9-15/+223
2015-05-12Clone remote breakpointsDon Breazeal3-0/+119
2015-05-12Identify remote fork event supportDon Breazeal6-0/+81
2015-05-12Locate executables on remote stubs without multiprocess extensionsGary Benson2-5/+25
2015-05-08Use PTRACE_GETREGSET/SETREGSET in nios2 gdbserver.Sandra Loosemore2-7/+11
2015-05-08[gdbserver] Disable conditional breakpoints on no-hardware-single-step targetsYao Qi8-1/+53
2015-05-06PR server/18081: gdbserver crashes when providing an unexisting binaryPedro Alves2-0/+7