summaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)Author
2018-01-11Fix backwards compatibility with old GDBservers (PR remote/22597)Pedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-11remote: Return NULL extra_info/name if they are emptySimon Marchi
2017-12-06target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves
2017-12-06remote: Make qXfer packets respect corresponding "set remote foo-packet"Pedro Alves
2017-12-05Remove some unused variablesSimon Marchi
2017-11-24Create private_thread_info hierarchySimon Marchi
2017-11-24remote: C++ify thread_item and threads_listing_contextSimon Marchi
2017-11-24Create private_inferior class hierarchySimon Marchi
2017-11-14Fix 'xfered>0' assertion in target.c for remote connectionPaul Carroll
2017-11-08Make encode_actions_rsp use std::vectorSimon Marchi
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-07Constify add_comTom Tromey
2017-10-30remote.c, QCatchSyscalls: Build std::string instead of unique_xmalloc_ptrPedro Alves
2017-10-26Garbage collect remote.c:remote_async_terminal_ours_pPedro Alves
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-21Get rid of VEC (mem_region)Simon Marchi
2017-10-16Return unique_xmalloc_ptr from target_read_strallocTom Tromey
2017-10-16Simple cleanup removals in remote.cTom Tromey
2017-10-16Get rid of VEC(mem_range_s)Simon Marchi
2017-10-14Make to_traceframe_info return a unique_ptrSimon Marchi
2017-10-11Constify add_prefix_cmdTom Tromey
2017-10-04Fix "Remote 'g' packet reply is too long" problems with multiple inferiorsPedro Alves
2017-10-04Extend "set cwd" to work on gdbserverSergio Durigan Junior
2017-09-29Constify unpack_varlen_hex & fix falloutPedro Alves
2017-09-29gdb/remote.c: Eliminate target_buf/target_buf_size hackPedro Alves
2017-09-27Constify some commands in remote.cTom Tromey
2017-09-21Add thread_handle_to_thread_info support for remote targetsKevin Buettner
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-05Improve "'g' reply is is to long" error messageSimon Marchi
2017-08-31Implement the ability to set/unset environment variables to GDBserver when st...Sergio Durigan Junior
2017-08-23Fix PR remote/21852: Remote run without specifying a local binary crashes GDBSergio Durigan Junior
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey
2017-08-03More uses of scoped_restoreTom Tromey
2017-08-03Introduce and use gdb_file_upTom Tromey
2017-07-18Remove one line commentYao Qi
2017-06-22Remove MAX_REGISTER_SIZE from py-unwind.cAlan Hayward
2017-06-07Implement proper "startup-with-shell" support on gdbserverSergio Durigan Junior
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves
2017-04-22Use ui_out_emit_tupleTom Tromey
2017-04-12Change breakpoint event locations to event_location_upTom Tromey
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves
2017-04-04remote.c: Use ptid_t instead of struct ptidSimon Marchi
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi
2017-03-20Remove unused parameter in solib_add and update_solib_listMarc-Andre Laperle
2017-03-03Use range-based for loop in remote_add_target_side_commandsSimon Marchi