aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-26Garbage collect remote.c:remote_async_terminal_ours_pPedro Alves1-21/+0
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-7/+7
2017-10-21Get rid of VEC (mem_region)Simon Marchi1-2/+2
2017-10-16Return unique_xmalloc_ptr from target_read_strallocTom Tromey1-46/+18
2017-10-16Simple cleanup removals in remote.cTom Tromey1-43/+28
2017-10-16Get rid of VEC(mem_range_s)Simon Marchi1-14/+5
2017-10-14Make to_traceframe_info return a unique_ptrSimon Marchi1-3/+2
2017-10-11Constify add_prefix_cmdTom Tromey1-3/+3
2017-10-04Fix "Remote 'g' packet reply is too long" problems with multiple inferiorsPedro Alves1-27/+73
2017-10-04Extend "set cwd" to work on gdbserverSergio Durigan Junior1-0/+47
2017-09-29Constify unpack_varlen_hex & fix falloutPedro Alves1-18/+19
2017-09-29gdb/remote.c: Eliminate target_buf/target_buf_size hackPedro Alves1-65/+69