aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/server.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-25Normalize includes to use common/Tom Tromey1-11/+11
2019-01-01update copyright year printed by gdb, gdbserver and gdbreplayJoel Brobecker1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-29Fix use-after-free in gdbserverTom Tromey1-3/+7
2018-10-10Add parameter to allow enabling/disabling selftests via configureSergio Durigan Junior1-1/+1
2018-10-04Avoid shadowing in gdbserverTom Tromey1-10/+11
2018-07-13GDBserver: Pass process_info pointer to target_killPedro Alves1-6/+7
2018-07-13GDBserver: Pass process_info pointer to target_detach and target_joinPedro Alves1-3/+3
2018-07-11GDBserver: Don't assume a current process in D;PID implementation (PR gdb/23377)Pedro Alves1-18/+21
2018-07-03Remove ptid_equalTom Tromey1-13/+13
2018-07-03Remove ptid_matchTom Tromey1-3/+3
2018-07-03Remove ptid_get_lwpTom Tromey1-1/+1
2018-07-03Remove ptid_get_pidTom Tromey1-4/+4
2018-07-03Remove pid_to_ptidTom Tromey1-6/+6
2018-06-04Add client_state struct.Stan Cox1-248/+247
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