aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-27Workaround gdbserver<7.7 for setfsJan Kratochvil1-0/+19
2016-04-13Fix PR remote/19840: gdb crashes on reverse-stepiPedro Alves1-0/+20
2016-04-12target remote: Don't rely on immediate_quit (introduce quit handlers)Pedro Alves1-156/+113
2016-04-12Do target_terminal_ours in query & friends instead of in all callersPedro Alves1-6/+0
2016-04-12Pass Ctrl-C to the target in target_terminal_inferiorPedro Alves1-0/+22
2016-04-12Decouple target_interrupt from all-stop/non-stop modesPedro Alves1-26/+9
2016-04-12Don't call clear_quit_flag after check_quit_flagPedro Alves1-4/+1
2016-04-06Revert the previous commit adding unknown_v_replies_ok.Jan Kratochvil1-31/+0
2016-04-06Workaround gdbserver<7.7 for setfsJan Kratochvil1-0/+31
2016-04-06Revert check-in by a mistake in the previous commit.Jan Kratochvil1-27/+0
2016-04-06Print the "file" command suggestion in exec_file_locate_attachJan Kratochvil1-0/+27
2016-03-30gdbserver: Handle 'v' packet while processing qSymbol.Marcin Koƛcielnicki1-5/+7
2016-03-17PR remote/19496, timeout in forking-threads-plus-bkptPedro Alves1-12/+18
2016-02-16PR remote/19496, internal err forking-threads-plus-bkptDon Breazeal1-1/+6
2016-02-08remote.c: Cleanup unused variablesSimon Marchi1-35/+2
2016-02-04waiting_for_stop_reply around remote_fileio_requestYao Qi1-0/+8
2016-01-28Import strchrnul from gnulib and use itSimon Marchi1-18/+8
2016-01-14Fix C++ build error by casting void *Yao Qi1-1/+1
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-1/+3
2016-01-12Implement 'catch syscall' for gdbserverJosh Stone1-0/+110
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
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