aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-low.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-23gdbserver: Use debug_printf for debug outputPedro Alves1-4/+3
2016-10-27Enable range stepping if software single step is supportedYao Qi1-0/+2
2016-10-27Get pending events in randomYao Qi1-2/+4
2016-10-27Remove single-step breakpoint for GDBserver internal eventYao Qi1-9/+23
2016-10-26gdbserver: Leave already-vCont-resumed threads as they werePedro Alves1-0/+59
2016-09-26Call debug_exit in linux_wait_1Yao Qi1-0/+13
2016-09-16linux-nat: Add function lwp_is_steppingAndreas Arnez1-0/+8