aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-18Allocate data in cached_reg_tAlan Hayward1-6/+18
2017-01-18Use register_size () instead of MAX_REGISTER_SIZEAlan Hayward1-2/+3
2017-01-13Don't print too much if remote_debug is onYao Qi1-4/+32
2017-01-12Update comment in remote_can_async_pSimon Marchi1-1/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-2/+2
2016-11-08Eliminate agent_expr_p; VEC -> std::vector in struct bp_target_infoPedro Alves1-17/+11
2016-11-08'struct agent_expr *' -> unique_ptr<agent_expr>Pedro Alves1-5/+1
2016-11-08Use ui_file_as_string in gdb/remote.cPedro Alves1-38/+16
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-1/+1
2016-11-08Check for truncated registers in process_g_packetLionel Flandrin1-3/+17
2016-11-03Rename placed_size to kindYao Qi1-4/+4
2016-11-03New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-14/+2
2016-10-26gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves1-23/+429
2016-10-26gdb: Clean up remote.c:remote_resumePedro Alves1-51/+62
2016-09-29PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regressionJan Kratochvil1-1/+1
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior1-3/+3
2016-09-18gdb: Fix std::{min, max}-related build breakage on 32-bit hostsPedro Alves1-1/+1
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-8/+14
2016-09-08Remove some unneeded casts from remote.cTom Tromey1-4/+4
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves1-2/+3
2016-07-25btrace: Resume recording after disconnect.Tim Wiederhake1-0/+61
2016-07-01Optimize memory_xfer_partial for remoteDon Breazeal1-0/+9
2016-07-01Factor out "Detaching from program" message printingPedro Alves1-9/+1
2016-06-21Make input_fd be per UIPedro Alves1-2/+0
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