aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-24Change signature of linux_target_ops.new_threadGary Benson7-14/+23
2015-03-24Introduce basic LWP accessorsGary Benson3-3/+40
2015-03-24Make linux_stop_lwp be a shared functionGary Benson2-1/+5
2015-03-24Add iterate_over_lwps to gdbserverGary Benson4-21/+79
2015-03-24Add x86_debug_reg_state to gdbserverGary Benson2-4/+17
2015-03-24Introduce current_lwp_ptidGary Benson3-9/+20
2015-03-20constify gdbserver/tracepoint.cPedro Alves2-1/+6
2015-03-20constify gdbserver/server.cPedro Alves2-1/+5
2015-03-19Fix race exposed by gdb.threads/killed.expPedro Alves2-17/+73
2015-03-19gdbserver/Linux: unbreak non-stopPedro Alves2-3/+7
2015-03-19gdbserver/Linux: unbreak thread event randomizationPedro Alves2-2/+10
2015-03-19select_event_lwp_callback: update commentsPedro Alves2-5/+10
2015-03-18Reimplement "vFile:fstat" without qSupportedGary Benson2-3/+4