aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2015-09-15PR remote/18965: vforkdone stop reply should indicate parent PIDPedro Alves2-10/+14
2015-08-19Prelimit number of bytes to read in "vFile:pread:"Gary Benson2-0/+17
2015-08-06gdbserver: move_out_of_jump_pad_callback misses switching current threadPedro Alves2-0/+12
2015-08-06Fix gdbserver --debug issues caught by ValgrindPedro Alves2-9/+18
2015-08-06gdbserver: Fix non-stop / fork / step-over issuesPedro Alves2-29/+216
2015-08-06Linux gdbserver confused when event randomization picks process exit eventPedro Alves3-35/+54
2015-08-06Linux gdbserver fork event debug outputPedro Alves2-7/+15
2015-07-30remote follow fork and spurious child stops in non-stop modePedro Alves1-0/+2
2015-07-14gdbserver/Linux: internal error when killing a process that is already gonePedro Alves2-1/+9
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
2015-04-21Introduce new shared function fileio_to_host_openflagsGary Benson2-33/+7
2015-04-17gdbserver/xtensa: fix typo in XCHAL_HAVE_LOOPSMax Filippov2-2/+8
2015-04-17gdbserver/xtensa: drop xtensa_usrregs_infoMax Filippov2-7/+6
2015-04-17Implement qXfer:exec-file:read in gdbserverGary Benson4-0/+57
2015-04-15gdbserver: fix uClibc build whithout MMU.Romain Naour2-1/+5
2015-04-09Rename common-remote-fileio.[ch] as fileio.[ch]Gary Benson3-7/+7
2015-04-09Introduce new shared function remote_fileio_to_fio_errorGary Benson2-54/+7
2015-04-09gdbserver gnu/linux: stepping over breakpointYao Qi3-8/+16
2015-04-01GDBServer: give more complete usage informationPedro Alves2-7/+39
2015-03-24Debug output tweaks in the Linux target backendsPedro Alves2-4/+33
2015-03-24Move duplicated Linux x86 code to nat/x86-linux.cGary Benson2-16/+6
2015-03-24Move low-level Linux x86 debug register code to a shared fileGary Benson4-167/+22
2015-03-24Introduce x86_linux_update_debug_registersGary Benson2-3/+19
2015-03-24Linux x86 low-level debug register comment synchronizationGary Benson2-17/+43
2015-03-24Linux x86 low-level debug register code synchronizationGary Benson2-2/+10
2015-03-24Rename gdbserver's low-level Linux x86 debug register accessorsGary Benson2-10/+24
2015-03-24Make lwp_info.arch_private handling sharedGary Benson5-18/+41