summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/server.c
AgeCommit message (Expand)Author
2018-01-08Fix GDBserver build failure when $development is falseYao Qi
2018-01-05Fix regression: cannot start with LD_PRELOAD=libSegFault.so (PR gdb/18653#c7)Pedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2018-01-02Update copyright year in version message of GDB, GDBserver and GDBreplayJoel Brobecker
2017-12-02Remove for_each_inferior_with_dataSimon Marchi
2017-12-02Remove for_each_inferiorSimon Marchi
2017-12-02Remove find_inferior_idSimon Marchi
2017-11-17Make process_info::syscalls_to_catch an std::vectorSimon Marchi
2017-10-27Remove usage of find_inferior in resumeSimon Marchi
2017-10-27Remove usages of find_inferior in handle_statusSimon Marchi
2017-10-14gdbserver: use std::list for all_threadsSimon Marchi
2017-10-14gdbserver: Use std::list for all_processesSimon Marchi
2017-10-14gdbserver: Use std::list for all_dllsSimon Marchi
2017-10-04Extend "set cwd" to work on gdbserverSergio Durigan Junior
2017-09-29Constify unpack_varlen_hex & fix falloutPedro Alves
2017-09-21Add thread_handle_to_thread_info support for remote targetsKevin Buettner
2017-09-21gdbserver: Remove traces of ancient Hc handlingPedro Alves
2017-09-16Refactor handle_qxfer_libraries and friends to use std::stringSimon Marchi
2017-09-16Make xml_escape_text return an std::stringSimon Marchi
2017-09-16Add selftests run filteringSimon Marchi
2017-09-15gdbserver: Remove thread_to_gdb_idSimon Marchi
2017-09-15gdbserver: Remove gdb_id_to_thread_idSimon Marchi
2017-09-15gdbserver: Move detach code to its own functionSimon Marchi
2017-09-15Deduplicate require_running macros and move them upSimon Marchi
2017-09-15gdbserver: Remove duplicate functions to find any thread of processSimon Marchi
2017-09-05Dynamically composite xml in reply to GDBYao Qi
2017-09-03Make target_waitstatus_to_string return an std::stringSimon Marchi
2017-08-31Implement the ability to set/unset environment variables to GDBserver when st...Sergio Durigan Junior
2017-08-18GDBserver self testsYao Qi
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior
2017-06-07Implement proper "startup-with-shell" support on gdbserverSergio Durigan Junior
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior
2017-04-06Class-ify ptid_tSimon Marchi
2017-04-05-Wwrite-strings: gdbserver's 'port' parsingPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-23gdbserver: Use debug_printf for debug outputPedro Alves
2016-10-26gdbserver: Leave already-vCont-resumed threads as they werePedro Alves
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior
2016-09-13Fix for gdb.server/non-existing-program.exp test caseCarl E. Love
2016-09-13Fix for gdb.server/non-existing-program.exp test caseCarl E. Love
2016-09-01Use target_continue{,_no_signal} instead of target_resumeSergio Durigan Junior
2016-08-09Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositionsPedro Alves
2016-07-21Support vCont s and S actions with software single stepYao Qi
2016-07-21Create sub classes of 'struct breakpoint'Yao Qi
2016-03-30gdbserver: Handle 'v' packet while processing qSymbol.Marcin Koƛcielnicki
2016-01-28Import strchrnul from gnulib and use itSimon Marchi
2016-01-12Implement 'catch syscall' for gdbserverJosh Stone
2016-01-12gdbserver: fix various warningsMike Frysinger
2016-01-12Remove trademark acknowledgements throughoutPedro Alves