summaryrefslogtreecommitdiff
path: root/gdb/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Identify remote fork event supportDon Breazeal2015-05-126-0/+81
* Locate executables on remote stubs without multiprocess extensionsGary Benson2015-05-122-5/+25
* Use PTRACE_GETREGSET/SETREGSET in nios2 gdbserver.Sandra Loosemore2015-05-082-7/+11
* [gdbserver] Disable conditional breakpoints on no-hardware-single-step targetsYao Qi2015-05-088-1/+53
* PR server/18081: gdbserver crashes when providing an unexisting binaryPedro Alves2015-05-062-0/+7
* Introduce new shared function fileio_to_host_openflagsGary Benson2015-04-212-33/+7
* gdbserver/xtensa: fix typo in XCHAL_HAVE_LOOPSMax Filippov2015-04-172-2/+8
* gdbserver/xtensa: drop xtensa_usrregs_infoMax Filippov2015-04-172-7/+6
* Implement qXfer:exec-file:read in gdbserverGary Benson2015-04-174-0/+57
* gdbserver: fix uClibc build whithout MMU.Romain Naour2015-04-152-1/+5
* Rename common-remote-fileio.[ch] as fileio.[ch]Gary Benson2015-04-093-7/+7
* Introduce new shared function remote_fileio_to_fio_errorGary Benson2015-04-092-54/+7
* gdbserver gnu/linux: stepping over breakpointYao Qi2015-04-093-8/+16
* GDBServer: give more complete usage informationPedro Alves2015-04-012-7/+39
* Debug output tweaks in the Linux target backendsPedro Alves2015-03-242-4/+33
* Move duplicated Linux x86 code to nat/x86-linux.cGary Benson2015-03-242-16/+6
* Move low-level Linux x86 debug register code to a shared fileGary Benson2015-03-244-167/+22
* Introduce x86_linux_update_debug_registersGary Benson2015-03-242-3/+19
* Linux x86 low-level debug register comment synchronizationGary Benson2015-03-242-17/+43
* Linux x86 low-level debug register code synchronizationGary Benson2015-03-242-2/+10
* Rename gdbserver's low-level Linux x86 debug register accessorsGary Benson2015-03-242-10/+24
* Make lwp_info.arch_private handling sharedGary Benson2015-03-245-18/+41
* Change signature of linux_target_ops.new_threadGary Benson2015-03-247-14/+23
* Introduce basic LWP accessorsGary Benson2015-03-243-3/+40
* Make linux_stop_lwp be a shared functionGary Benson2015-03-242-1/+5
* Add iterate_over_lwps to gdbserverGary Benson2015-03-244-21/+79
* Add x86_debug_reg_state to gdbserverGary Benson2015-03-242-4/+17
* Introduce current_lwp_ptidGary Benson2015-03-243-9/+20
* constify gdbserver/tracepoint.cPedro Alves2015-03-202-1/+6
* constify gdbserver/server.cPedro Alves2015-03-202-1/+5
* Fix race exposed by gdb.threads/killed.expPedro Alves2015-03-192-17/+73
* gdbserver/Linux: unbreak non-stopPedro Alves2015-03-192-3/+7
* gdbserver/Linux: unbreak thread event randomizationPedro Alves2015-03-192-2/+10
* select_event_lwp_callback: update commentsPedro Alves2015-03-192-5/+10
* Reimplement "vFile:fstat" without qSupportedGary Benson2015-03-182-3/+4