aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
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
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