summaryrefslogtreecommitdiff
path: root/gdb/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Enable 'set print inferior-events' and improve detach/fork/kill/exit messagesSergio Durigan Junior2018-04-241-1/+8
* FreeBSD: Fix 'Couldn't get registers: Device busy' error (PR gdb/23077)Pedro Alves2018-04-211-1/+4
* File I/O file handles after target closesPedro Alves2018-04-111-2/+1
* Remove VEC(tsv_s), use std::vector insteadSimon Marchi2018-04-091-5/+5
* Make target_read_alloc & al return vectorsSimon Marchi2018-04-071-16/+16
* Get rid of VEC(static_tracepoint_marker_p)Simon Marchi2018-03-221-25/+9
* Convert observers to C++Tom Tromey2018-03-191-5/+5
* Fix misreporting of omitted bytes for large remote packetsSimon Marchi2018-03-081-10/+6
* Return gdb::optional<std::string> from target_fileio_readlinkTom Tromey2018-03-071-7/+5
* btrace: reword error messagesMarkus Metzger2018-02-091-2/+2
* btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger2018-02-091-32/+0
* Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves2018-01-301-3/+3
* Don't call "detach_inferior" on "remote_follow_fork"Sergio Durigan Junior2018-01-291-1/+0
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-5/+5
* Remove args from target detachSimon Marchi2018-01-191-8/+5
* Fix backwards compatibility with old GDBservers (PR remote/22597)Pedro Alves2018-01-111-1/+7
* 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