summaryrefslogtreecommitdiff
path: root/gdb/remote.c
Commit message (Expand)AuthorAgeFilesLines
* PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regressionJan Kratochvil2016-09-291-1/+1
* Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior2016-09-191-3/+3
* gdb: Fix std::{min, max}-related build breakage on 32-bit hostsPedro Alves2016-09-181-1/+1
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-8/+14
* Remove some unneeded casts from remote.cTom Tromey2016-09-081-4/+4
* Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves2016-08-101-2/+3
* btrace: Resume recording after disconnect.Tim Wiederhake2016-07-251-0/+61
* Optimize memory_xfer_partial for remoteDon Breazeal2016-07-011-0/+9
* Factor out "Detaching from program" message printingPedro Alves2016-07-011-9/+1
* Make input_fd be per UIPedro Alves2016-06-211-2/+0
* Workaround gdbserver<7.7 for setfsJan Kratochvil2016-04-271-0/+19
* Fix PR remote/19840: gdb crashes on reverse-stepiPedro Alves2016-04-131-0/+20
* target remote: Don't rely on immediate_quit (introduce quit handlers)Pedro Alves2016-04-121-156/+113
* Do target_terminal_ours in query & friends instead of in all callersPedro Alves2016-04-121-6/+0
* Pass Ctrl-C to the target in target_terminal_inferiorPedro Alves2016-04-121-0/+22
* Decouple target_interrupt from all-stop/non-stop modesPedro Alves2016-04-121-26/+9
* Don't call clear_quit_flag after check_quit_flagPedro Alves2016-04-121-4/+1
* Revert the previous commit adding unknown_v_replies_ok.Jan Kratochvil2016-04-061-31/+0
* Workaround gdbserver<7.7 for setfsJan Kratochvil2016-04-061-0/+31
* Revert check-in by a mistake in the previous commit.Jan Kratochvil2016-04-061-27/+0
* Print the "file" command suggestion in exec_file_locate_attachJan Kratochvil2016-04-061-0/+27
* gdbserver: Handle 'v' packet while processing qSymbol.Marcin Koƛcielnicki2016-03-301-5/+7
* PR remote/19496, timeout in forking-threads-plus-bkptPedro Alves2016-03-171-12/+18
* PR remote/19496, internal err forking-threads-plus-bkptDon Breazeal2016-02-161-1/+6
* remote.c: Cleanup unused variablesSimon Marchi2016-02-081-35/+2
* waiting_for_stop_reply around remote_fileio_requestYao Qi2016-02-041-0/+8
* Import strchrnul from gnulib and use itSimon Marchi2016-01-281-18/+8
* Fix C++ build error by casting void *Yao Qi2016-01-141-1/+1
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-131-1/+3
* Implement 'catch syscall' for gdbserverJosh Stone2016-01-121-0/+110
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Target remote mode fork and exec event supportDon Breazeal2015-12-141-106/+99
* Avoid "operation may be undefined" warning in remote.cUlrich Weigand2015-12-011-1/+1
* Fix uninitialized variable warnings in remote.cUlrich Weigand2015-12-011-0/+2
* Implement TARGET_WAITKIND_NO_RESUMED in the remote protocolPedro Alves2015-11-301-3/+20
* Remote thread create/exit eventsPedro Alves2015-11-301-5/+66
* New vCtrlC packet, non-stop mode equivalent of \003Pedro Alves2015-11-301-7/+58
* remote: stop reason and watchpoint data address per threadPedro Alves2015-11-301-25/+44
* Remote all-stop-on-top-of-non-stopPedro Alves2015-11-301-46/+162
* remote.c: Add missing castSimon Marchi2015-11-271-1/+1
* Display names of remote threadsSimon Marchi2015-11-261-1/+28
* gdb: Workaround bad gdbserver qSupported:xmlRegisters=i386;UnknwnFeat+ handlingPedro Alves2015-11-191-3/+5
* [C++] remote.c: Avoid enum arithmeticPedro Alves2015-11-191-1/+1
* Make GDB wait for events after handling target File-I/OLuis Machado2015-10-191-14/+8
* Call strprefix instead of strncmp in event parsingDon Breazeal2015-09-301-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-27/+39
* Add casts to memory allocation related callsSimon Marchi2015-09-251-24/+23
* Support single step by arch or targetYao Qi2015-09-151-9/+49
* Extended-remote catch execDon Breazeal2015-09-111-0/+32
* Extended-remote follow-execDon Breazeal2015-09-111-8/+140