aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-27Constify some commands in remote.cTom Tromey1-14/+10
2017-09-21Add thread_handle_to_thread_info support for remote targetsKevin Buettner1-0/+59
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-6/+6
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-09-05Improve "'g' reply is is to long" error messageSimon Marchi1-1/+2
2017-08-31Implement the ability to set/unset environment variables to GDBserver when st...Sergio Durigan Junior1-0/+76
2017-08-23Fix PR remote/21852: Remote run without specifying a local binary crashes GDBSergio Durigan Junior1-9/+9
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-26/+4
2017-08-03More uses of scoped_restoreTom Tromey1-43/+20
2017-08-03Introduce and use gdb_file_upTom Tromey1-11/+7
2017-07-18Remove one line commentYao Qi1-2/+0
2017-06-22Remove MAX_REGISTER_SIZE from py-unwind.cAlan Hayward1-6/+0
2017-06-07Implement proper "startup-with-shell" support on gdbserverSergio Durigan Junior1-0/+20
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi1-2/+2
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves1-3/+2
2017-04-22Use ui_out_emit_tupleTom Tromey1-9/+2
2017-04-12Change breakpoint event locations to event_location_upTom Tromey1-1/+1