aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-25Use gdb::byte_vector in remote.cTom Tromey1-15/+7
2018-05-25remote_target::m_remote_state, pointer -> objectPedro Alves1-274/+272
2018-05-22remote: one struct remote_state per struct remote_targetPedro Alves1-617/+917
2018-05-22remote: Make vcont_builder a classPedro Alves1-38/+45
2018-05-22Handle "show remote memory-write-packet-size" when not connectedPedro Alves1-20/+40
2018-05-22remote: Move discard_pending_stop_replies callPedro Alves1-3/+4
2018-05-22remote: Small cleanup in compare_section_commandPedro Alves1-3/+0
2018-05-22remote: remote_arch_state pointers -> remote_arch_state objectsPedro Alves1-44/+51
2018-05-22remote: multiple remote_arch_state instances per archPedro Alves1-48/+60
2018-05-22remote: Make readahead_cache a C++ classPedro Alves1-35/+35
2018-05-22remote: Eliminate remote_hostio_close_cleanupPedro Alves1-29/+69
2018-05-22remote: struct remote_state, use op new, fix leaksPedro Alves1-61/+61
2018-05-04Fix "fall through" commentsTom Tromey1-1/+1
2018-05-04Use counted_command_line everywhereTom Tromey1-1/+1
2018-05-04Remove a cleanup from remote.cTom Tromey1-23/+19
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-25/+34
2018-05-03target_ops: Use bool throughoutPedro Alves1-83/+83
2018-05-03Convert struct target_ops to C++Pedro Alves1-613/+718
2018-04-26Fix remote 'g' command error handling (PR remote/9665)Andrzej Kaczmarek1-19/+5
2018-04-25Fix new inferior events outputPedro Alves1-1/+3
2018-04-24Enable 'set print inferior-events' and improve detach/fork/kill/exit messagesSergio Durigan Junior1-1/+8
2018-04-21FreeBSD: Fix 'Couldn't get registers: Device busy' error (PR gdb/23077)Pedro Alves1-1/+4
2018-04-11File I/O file handles after target closesPedro Alves1-2/+1
2018-04-09Remove VEC(tsv_s), use std::vector insteadSimon Marchi1-5/+5
2018-04-07Make target_read_alloc & al return vectorsSimon Marchi1-16/+16
2018-03-22Get rid of VEC(static_tracepoint_marker_p)Simon Marchi1-25/+9
2018-03-19Convert observers to C++Tom Tromey1-5/+5
2018-03-08Fix misreporting of omitted bytes for large remote packetsSimon Marchi1-10/+6
2018-03-07Return gdb::optional<std::string> from target_fileio_readlinkTom Tromey1-7/+5
2018-02-09btrace: reword error messagesMarkus Metzger1-2/+2
2018-02-09btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger1-32/+0
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves1-3/+3
2018-01-29Don't call "detach_inferior" on "remote_follow_fork"Sergio Durigan Junior1-1/+0
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-5/+5
2018-01-19Remove args from target detachSimon Marchi1-8/+5
2018-01-11Fix backwards compatibility with old GDBservers (PR remote/22597)Pedro Alves1-1/+7
2018-01-07Replace VEC(gdb_xml_value_s) with std::vectorSimon Marchi1-5/+6
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-11remote: Return NULL extra_info/name if they are emptySimon Marchi1-2/+8
2017-12-06target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves1-13/+11
2017-12-06remote: Make qXfer packets respect corresponding "set remote foo-packet"Pedro Alves1-7/+9
2017-12-05Remove some unused variablesSimon Marchi1-7/+0
2017-11-24Create private_thread_info hierarchySimon Marchi1-75/+54
2017-11-24remote: C++ify thread_item and threads_listing_contextSimon Marchi1-121/+76
2017-11-24Create private_inferior class hierarchySimon Marchi1-10/+21
2017-11-14Fix 'xfered>0' assertion in target.c for remote connectionPaul Carroll1-5/+6
2017-11-08Make encode_actions_rsp use std::vectorSimon Marchi1-63/+37
2017-11-07Constify add_setshow_*Tom Tromey1-4/+4
2017-11-07Constify add_comTom Tromey1-5/+5
2017-10-30remote.c, QCatchSyscalls: Build std::string instead of unique_xmalloc_ptrPedro Alves1-15/+7