aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-14Target remote mode fork and exec event supportDon Breazeal1-106/+99
2015-12-01Avoid "operation may be undefined" warning in remote.cUlrich Weigand1-1/+1
2015-12-01Fix uninitialized variable warnings in remote.cUlrich Weigand1-0/+2
2015-11-30Implement TARGET_WAITKIND_NO_RESUMED in the remote protocolPedro Alves1-3/+20
2015-11-30Remote thread create/exit eventsPedro Alves1-5/+66
2015-11-30New vCtrlC packet, non-stop mode equivalent of \003Pedro Alves1-7/+58
2015-11-30remote: stop reason and watchpoint data address per threadPedro Alves1-25/+44
2015-11-30Remote all-stop-on-top-of-non-stopPedro Alves1-46/+162
2015-11-27remote.c: Add missing castSimon Marchi1-1/+1
2015-11-26Display names of remote threadsSimon Marchi1-1/+28
2015-11-19gdb: Workaround bad gdbserver qSupported:xmlRegisters=i386;UnknwnFeat+ handlingPedro Alves1-3/+5
2015-11-19[C++] remote.c: Avoid enum arithmeticPedro Alves1-1/+1
2015-10-19Make GDB wait for events after handling target File-I/OLuis Machado1-14/+8
2015-09-30Call strprefix instead of strncmp in event parsingDon Breazeal1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-27/+39
2015-09-25Add casts to memory allocation related callsSimon Marchi1-24/+23
2015-09-15Support single step by arch or targetYao Qi1-9/+49
2015-09-11Extended-remote catch execDon Breazeal1-0/+32
2015-09-11Extended-remote follow-execDon Breazeal1-8/+140
2015-09-09Replace "struct continuation" mechanism by something more extensiblePedro Alves1-1/+1
2015-08-27gdb: remove packet size limitPedro Alves1-35/+36
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-4/+4
2015-08-26Fix native follow-exec-mode "new"Don Breazeal1-0/+1
2015-08-25remote: allow aborting long operations (e.g., file transfers)Pedro Alves1-10/+30
2015-08-24Add "set remote multiprocess-extensions-packet" commandPedro Alves1-2/+5
2015-08-24Prepare for gnulib updatePedro Alves1-1/+1
2015-08-21Warn when accessing binaries from remote targetsGary Benson1-4/+22
2015-08-21Add readahead cache to gdb's vFile:preadPedro Alves1-4/+135
2015-08-20remote non-stop: Process initially stopped threads before other commandsPedro Alves1-23/+94
2015-08-18Fix mis-parsing of hex register numbers in 'T' stop replies.Sandra Loosemore1-12/+24
2015-08-11Explicit locations: use new location APIKeith Seitz1-5/+5
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves1-11/+33
2015-08-07remote.c/all-stop: Implement TARGET_WAITKIND_NO_RESUMED and TARGET_WNOHANGPedro Alves1-1/+12
2015-07-31Mostly trivial enum fixesSimon Marchi1-8/+6
2015-07-30Remove isize output argument from fast_tracepoint_valid_atPierre Langlois1-5/+4
2015-07-25remote.c: Make read_ptid return a null value when no thread id is found.Kevin Buettner1-1/+25
2015-07-17Fix using uninitialised valuesYao Qi1-2/+2
2015-07-02btrace: support Intel(R) Processor TraceMarkus Metzger1-5/+60
2015-06-25Remove gdb_sysroot NULL checksGary Benson1-2/+1
2015-06-18remote: consider addressable unit size when reading/writing memorySimon Marchi1-80/+113
2015-06-10Implement multiple-filesystem support for remote targetsGary Benson1-0/+57
2015-06-10Add "inferior" argument to some target_fileio functionsGary Benson1-8/+10
2015-06-10Comment and whitespace changesGary Benson1-21/+8
2015-06-05Move vgdb special case into remote_filesystem_is_localGary Benson1-9/+53
2015-05-12Extended-remote fork catchDon Breazeal1-3/+226
2015-05-12Extended-remote follow vforkDon Breazeal1-1/+21
2015-05-12Extended-remote Linux follow forkDon Breazeal1-25/+105
2015-05-12Identify remote fork event supportDon Breazeal1-0/+26
2015-05-12Locate executables on remote stubs without multiprocess extensionsGary Benson1-3/+16
2015-04-17Access executable from remote system when first inferior appearsGary Benson1-5/+13