aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-low.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-08Add xml_escape_text_append and use itSimon Marchi1-5/+5
2018-03-08linux_qxfer_libraries_svr4: Use std::stringSimon Marchi1-34/+12
2018-02-09btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger1-2/+0
2018-02-08Remove make_cleanup_restore_current_thread from gdbserverTom Tromey1-3/+3
2018-01-19gdb: Add missing #ifdef USE_THREAD_DB to gdbserverJames Clarke1-0/+2
2018-01-17Make linux_ptrace_attach_fail_reason return an std::stringSimon Marchi1-5/+9
2018-01-16Mark register unavailable when PTRACE_PEEKUSER failsYao Qi1-1/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-02Remove for_each_inferiorSimon Marchi1-2/+2
2017-12-02Update commentsSimon Marchi1-3/+3
2017-12-02Remove usages of find_inferior that call proceed_one_lwpSimon Marchi1-16/+24
2017-12-02Remove usage of find_inferior in linux_resumeSimon Marchi1-9/+9
2017-12-02Remove usages of find_inferior in stop_all_lwpsSimon Marchi1-11/+17
2017-12-02Remove usage of find_inferior in linux_stabilize_threadsSimon Marchi1-8/+7
2017-12-02Remove usages of find_inferior in select_event_lwpSimon Marchi1-62/+31
2017-12-02Remove usages of find_inferior calling not_stopped_callbackSimon Marchi1-19/+20
2017-12-02Remove usage of find_inferior in find_lwp_pidSimon Marchi1-18/+5
2017-12-02Remove usage of find_inferior in linux_mournSimon Marchi1-13/+4
2017-12-02Remove usage of find_inferior in linux_detachSimon Marchi1-15/+7
2017-12-02Remove usage of find_inferior in last_thread_of_process_pSimon Marchi1-22/+16
2017-12-02Remove find_inferior_in_randomSimon Marchi1-14/+20
2017-11-26Change maybe_disable_address_space_randomization to a classTom Tromey1-9/+10
2017-11-19Remove usage of find_inferior when calling kill_one_lwp_callbackSimon Marchi1-10/+8
2017-11-19Remove usages of find_thread when calling need_step_over_pSimon Marchi1-18/+14
2017-11-19Remove usage of find_thread when calling resume_status_pending_pSimon Marchi1-10/+6
2017-11-19Remove usage of find_inferior when calling linux_set_resume_requestSimon Marchi1-26/+15
2017-11-19Remove usage of find_inferior in linux_stabilize_threadsSimon Marchi1-15/+8
2017-11-19Remove usage of find_inferior in unsuspend_all_lwpsSimon Marchi1-16/+7
2017-11-19Remove usage of find_inferior in iterate_over_lwpsSimon Marchi1-39/+6
2017-11-19Remove usage of find_inferior in reset_lwp_ptrace_options_callbackSimon Marchi1-30/+20
2017-11-17Make process_info::syscalls_to_catch an std::vectorSimon Marchi1-11/+8
2017-10-21Add overloads of for_each_thread/find_thread that filter on pidSimon Marchi1-3/+3
2017-10-14gdbserver: use std::list for all_threadsSimon Marchi1-104/+68
2017-10-14gdbserver: Use std::list for all_processesSimon Marchi1-57/+54
2017-10-12linux low: Make the arch code free arch_process_infoSimon Marchi1-1/+4
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi1-1/+6
2017-09-29Fix gdbserver regression exposed by gdb.threads/multi-create-ns-info-thr.expPedro Alves1-1/+1
2017-09-21Add thread_handle_to_thread_info support for remote targetsKevin Buettner1-0/+5
2017-09-21Add thread_db_notice_clone to gdbserverKevin Buettner1-0/+2
2017-09-16Make xml_escape_text return an std::stringSimon Marchi1-4/+2
2017-09-15linux-low: Remove unused variablesSimon Marchi1-1/+0
2017-09-10Fix build breakage on GNU/Linux AArch64Sergio Durigan Junior1-1/+1
2017-09-03Make target_waitstatus_to_string return an std::stringSimon Marchi1-4/+3
2017-07-26Add enum for result of fast_tracepoint_collectingSimon Marchi1-26/+39
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior1-1/+1
2017-06-17linux-low: Remove usage of "register" keywordSimon Marchi1-8/+8
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior1-45/+46
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi1-7/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-23gdbserver: Use warning for warningsPedro Alves1-3/+3