aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/server.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-18Create xml from target descriptionsAlan Hayward1-1/+1
2018-03-02handle_general_set: Remove useless xstrdupSimon Marchi1-4/+1
2018-03-02Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi1-19/+10
2018-03-01btrace, gdbserver: check btrace target pointersMarkus Metzger1-10/+28
2018-02-28Change order of error message printed when gdbserver can't find CWDSergio Durigan Junior1-1/+1
2018-02-28Make gdbserver work with filename-only binariesSergio Durigan Junior1-13/+40
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior1-0/+11
2018-02-09btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger1-21/+4
2018-02-09btrace, gdbserver: use exceptions to convey btrace enable/disable errorsMarkus Metzger1-31/+24
2018-01-08Fix GDBserver build failure when $development is falseYao Qi1-0/+8
2018-01-07Make parse_debug_format_options return an std::stringSimon Marchi1-11/+10
2018-01-05Fix regression: cannot start with LD_PRELOAD=libSegFault.so (PR gdb/18653#c7)Pedro Alves1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2018-01-02Update copyright year in version message of GDB, GDBserver and GDBreplayJoel Brobecker1-1/+1
2017-12-02Remove for_each_inferior_with_dataSimon Marchi1-4/+5
2017-12-02Remove for_each_inferiorSimon Marchi1-15/+8
2017-12-02Remove find_inferior_idSimon Marchi1-4/+2
2017-11-17Make process_info::syscalls_to_catch an std::vectorSimon Marchi1-3/+3
2017-10-27Remove usage of find_inferior in resumeSimon Marchi1-27/+16
2017-10-27Remove usages of find_inferior in handle_statusSimon Marchi1-16/+7
2017-10-14gdbserver: use std::list for all_threadsSimon Marchi1-44/+31
2017-10-14gdbserver: Use std::list for all_processesSimon Marchi1-71/+31
2017-10-14gdbserver: Use std::list for all_dllsSimon Marchi1-16/+4
2017-10-04Extend "set cwd" to work on gdbserverSergio Durigan Junior1-1/+31
2017-09-29Constify unpack_varlen_hex & fix falloutPedro Alves1-15/+13
2017-09-21Add thread_handle_to_thread_info support for remote targetsKevin Buettner1-0/+10
2017-09-21gdbserver: Remove traces of ancient Hc handlingPedro Alves1-8/+8
2017-09-16Refactor handle_qxfer_libraries and friends to use std::stringSimon Marchi1-55/+13
2017-09-16Make xml_escape_text return an std::stringSimon Marchi1-4/+2
2017-09-16Add selftests run filteringSimon Marchi1-1/+7
2017-09-15gdbserver: Remove thread_to_gdb_idSimon Marchi1-15/+8
2017-09-15gdbserver: Remove gdb_id_to_thread_idSimon Marchi1-19/+9
2017-09-15gdbserver: Move detach code to its own functionSimon Marchi1-90/+96
2017-09-15Deduplicate require_running macros and move them upSimon Marchi1-36/+34
2017-09-15gdbserver: Remove duplicate functions to find any thread of processSimon Marchi1-16/+3
2017-09-05Dynamically composite xml in reply to GDBYao Qi1-4/+6
2017-09-03Make target_waitstatus_to_string return an std::stringSimon Marchi1-4/+2
2017-08-31Implement the ability to set/unset environment variables to GDBserver when st...Sergio Durigan Junior1-1/+64
2017-08-18GDBserver self testsYao Qi1-2/+26
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior1-5/+4
2017-06-07Implement proper "startup-with-shell" support on gdbserverSergio Durigan Junior1-1/+37
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior1-119/+121
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior1-60/+48
2017-04-06Class-ify ptid_tSimon Marchi1-1/+1
2017-04-05-Wwrite-strings: gdbserver's 'port' parsingPedro Alves1-4/+9
2017-01-01update copyright year range in GDB filesJoel Brobecker1-2/+2
2016-11-23gdbserver: Use debug_printf for debug outputPedro Alves1-9/+8
2016-10-26gdbserver: Leave already-vCont-resumed threads as they werePedro Alves1-1/+32
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior1-3/+3
2016-09-13Fix for gdb.server/non-existing-program.exp test caseCarl E. Love1-2/+1