summaryrefslogtreecommitdiff
path: root/gdb/remote.c
Commit message (Expand)AuthorAgeFilesLines
* remote_target::m_remote_state, pointer -> objectPedro Alves2018-05-251-274/+272
* remote: one struct remote_state per struct remote_targetPedro Alves2018-05-221-617/+917
* remote: Make vcont_builder a classPedro Alves2018-05-221-38/+45
* Handle "show remote memory-write-packet-size" when not connectedPedro Alves2018-05-221-20/+40
* remote: Move discard_pending_stop_replies callPedro Alves2018-05-221-3/+4
* remote: Small cleanup in compare_section_commandPedro Alves2018-05-221-3/+0
* remote: remote_arch_state pointers -> remote_arch_state objectsPedro Alves2018-05-221-44/+51
* remote: multiple remote_arch_state instances per archPedro Alves2018-05-221-48/+60
* remote: Make readahead_cache a C++ classPedro Alves2018-05-221-35/+35
* remote: Eliminate remote_hostio_close_cleanupPedro Alves2018-05-221-29/+69
* remote: struct remote_state, use op new, fix leaksPedro Alves2018-05-221-61/+61
* Fix "fall through" commentsTom Tromey2018-05-041-1/+1
* Use counted_command_line everywhereTom Tromey2018-05-041-1/+1
* Remove a cleanup from remote.cTom Tromey2018-05-041-23/+19
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-25/+34
* target_ops: Use bool throughoutPedro Alves2018-05-031-83/+83
* Convert struct target_ops to C++Pedro Alves2018-05-031-613/+718
* Fix remote 'g' command error handling (PR remote/9665)Andrzej Kaczmarek2018-04-261-19/+5
* Fix new inferior events outputPedro Alves2018-04-251-1/+3
* 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