aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-31Implement the ability to set/unset environment variables to GDBserver when st...Sergio Durigan Junior1-0/+76
2017-08-23Fix PR remote/21852: Remote run without specifying a local binary crashes GDBSergio Durigan Junior1-9/+9
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-26/+4
2017-08-03More uses of scoped_restoreTom Tromey1-43/+20
2017-08-03Introduce and use gdb_file_upTom Tromey1-11/+7
2017-07-18Remove one line commentYao Qi1-2/+0
2017-06-22Remove MAX_REGISTER_SIZE from py-unwind.cAlan Hayward1-6/+0
2017-06-07Implement proper "startup-with-shell" support on gdbserverSergio Durigan Junior1-0/+20
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi1-2/+2
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves1-3/+2
2017-04-22Use ui_out_emit_tupleTom Tromey1-9/+2
2017-04-12Change breakpoint event locations to event_location_upTom Tromey1-1/+1
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior1-6/+6
2017-04-05-Wwrite-strings: The RestPedro Alves1-4/+4
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-2/+2
2017-04-04remote.c: Use ptid_t instead of struct ptidSimon Marchi1-5/+5
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi1-2/+2
2017-03-20Remove unused parameter in solib_add and update_solib_listMarc-Andre Laperle1-1/+1
2017-03-03Use range-based for loop in remote_add_target_side_commandsSimon Marchi1-3/+1
2017-02-27Remove struct keyword from range-based for loopSimon Marchi1-1/+1
2017-02-27Use range-based for loop in remote_add_target_side_conditionSimon Marchi1-4/+2
2017-02-27Remove MAX_REGISTER_SIZE from remote.cAlan Hayward1-2/+1
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-9/+3
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