summaryrefslogtreecommitdiff
path: root/gdb/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of VEC (mem_region)Simon Marchi2017-10-211-2/+2
* Return unique_xmalloc_ptr from target_read_strallocTom Tromey2017-10-161-46/+18
* Simple cleanup removals in remote.cTom Tromey2017-10-161-43/+28
* Get rid of VEC(mem_range_s)Simon Marchi2017-10-161-14/+5
* Make to_traceframe_info return a unique_ptrSimon Marchi2017-10-141-3/+2
* Constify add_prefix_cmdTom Tromey2017-10-111-3/+3
* Fix "Remote 'g' packet reply is too long" problems with multiple inferiorsPedro Alves2017-10-041-27/+73
* Extend "set cwd" to work on gdbserverSergio Durigan Junior2017-10-041-0/+47
* Constify unpack_varlen_hex & fix falloutPedro Alves2017-09-291-18/+19
* gdb/remote.c: Eliminate target_buf/target_buf_size hackPedro Alves2017-09-291-65/+69
* Constify some commands in remote.cTom Tromey2017-09-271-14/+10
* Add thread_handle_to_thread_info support for remote targetsKevin Buettner2017-09-211-0/+59
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-6/+6
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Improve "'g' reply is is to long" error messageSimon Marchi2017-09-051-1/+2
* Implement the ability to set/unset environment variables to GDBserver when st...Sergio Durigan Junior2017-08-311-0/+76
* Fix PR remote/21852: Remote run without specifying a local binary crashes GDBSergio Durigan Junior2017-08-231-9/+9
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-26/+4
* More uses of scoped_restoreTom Tromey2017-08-031-43/+20
* Introduce and use gdb_file_upTom Tromey2017-08-031-11/+7
* Remove one line commentYao Qi2017-07-181-2/+0
* 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