summaryrefslogtreecommitdiff
path: root/gdb/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Replace VEC(gdb_xml_value_s) with std::vectorSimon Marchi2018-01-071-5/+6
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* remote: Return NULL extra_info/name if they are emptySimon Marchi2017-12-111-2/+8
* target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves2017-12-061-13/+11
* remote: Make qXfer packets respect corresponding "set remote foo-packet"Pedro Alves2017-12-061-7/+9
* Remove some unused variablesSimon Marchi2017-12-051-7/+0
* Create private_thread_info hierarchySimon Marchi2017-11-241-75/+54
* remote: C++ify thread_item and threads_listing_contextSimon Marchi2017-11-241-121/+76
* Create private_inferior class hierarchySimon Marchi2017-11-241-10/+21
* Fix 'xfered>0' assertion in target.c for remote connectionPaul Carroll2017-11-141-5/+6
* Make encode_actions_rsp use std::vectorSimon Marchi2017-11-081-63/+37
* Constify add_setshow_*Tom Tromey2017-11-071-4/+4
* Constify add_comTom Tromey2017-11-071-5/+5
* remote.c, QCatchSyscalls: Build std::string instead of unique_xmalloc_ptrPedro Alves2017-10-301-15/+7
* Garbage collect remote.c:remote_async_terminal_ours_pPedro Alves2017-10-261-21/+0
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-7/+7
* 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