summaryrefslogtreecommitdiff
path: root/gdb/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Remove MAX_REGISTER_SIZE from py-unwind.cAlan Hayward2017-06-221-6/+0
* Implement proper "startup-with-shell" support on gdbserverSergio Durigan Junior2017-06-071-0/+20
* C++ify breakpoint class hierarchy (destructors only)Simon Marchi2017-06-021-2/+2
* RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves2017-05-041-3/+2
* Use ui_out_emit_tupleTom Tromey2017-04-221-9/+2
* Change breakpoint event locations to event_location_upTom Tromey2017-04-121-1/+1
* C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior2017-04-121-6/+6
* -Wwrite-strings: The RestPedro Alves2017-04-051-4/+4
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-2/+2
* remote.c: Use ptid_t instead of struct ptidSimon Marchi2017-04-041-5/+5
* Use ptid from regcache in almost all remaining nat filesSimon Marchi2017-03-201-2/+2
* Remove unused parameter in solib_add and update_solib_listMarc-Andre Laperle2017-03-201-1/+1
* Use range-based for loop in remote_add_target_side_commandsSimon Marchi2017-03-031-3/+1
* Remove struct keyword from range-based for loopSimon Marchi2017-02-271-1/+1
* Use range-based for loop in remote_add_target_side_conditionSimon Marchi2017-02-271-4/+2
* Remove MAX_REGISTER_SIZE from remote.cAlan Hayward2017-02-271-2/+1
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-9/+3
* Allocate data in cached_reg_tAlan Hayward2017-01-181-6/+18
* Use register_size () instead of MAX_REGISTER_SIZEAlan Hayward2017-01-181-2/+3
* Don't print too much if remote_debug is onYao Qi2017-01-131-4/+32
* Update comment in remote_can_async_pSimon Marchi2017-01-121-1/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-2/+2
* Eliminate agent_expr_p; VEC -> std::vector in struct bp_target_infoPedro Alves2016-11-081-17/+11
* 'struct agent_expr *' -> unique_ptr<agent_expr>Pedro Alves2016-11-081-5/+1
* Use ui_file_as_string in gdb/remote.cPedro Alves2016-11-081-38/+16
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-1/+1
* Check for truncated registers in process_g_packetLionel Flandrin2016-11-081-3/+17
* Rename placed_size to kindYao Qi2016-11-031-4/+4
* New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-031-14/+2
* gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves2016-10-261-23/+429
* gdb: Clean up remote.c:remote_resumePedro Alves2016-10-261-51/+62
* 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