summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-low.c
Commit message (Expand)AuthorAgeFilesLines
* Remove for_each_inferiorSimon Marchi2017-12-021-2/+2
* Update commentsSimon Marchi2017-12-021-3/+3
* Remove usages of find_inferior that call proceed_one_lwpSimon Marchi2017-12-021-16/+24
* Remove usage of find_inferior in linux_resumeSimon Marchi2017-12-021-9/+9
* Remove usages of find_inferior in stop_all_lwpsSimon Marchi2017-12-021-11/+17
* Remove usage of find_inferior in linux_stabilize_threadsSimon Marchi2017-12-021-8/+7
* Remove usages of find_inferior in select_event_lwpSimon Marchi2017-12-021-62/+31
* Remove usages of find_inferior calling not_stopped_callbackSimon Marchi2017-12-021-19/+20
* Remove usage of find_inferior in find_lwp_pidSimon Marchi2017-12-021-18/+5
* Remove usage of find_inferior in linux_mournSimon Marchi2017-12-021-13/+4
* Remove usage of find_inferior in linux_detachSimon Marchi2017-12-021-15/+7
* Remove usage of find_inferior in last_thread_of_process_pSimon Marchi2017-12-021-22/+16
* Remove find_inferior_in_randomSimon Marchi2017-12-021-14/+20
* Change maybe_disable_address_space_randomization to a classTom Tromey2017-11-261-9/+10
* Remove usage of find_inferior when calling kill_one_lwp_callbackSimon Marchi2017-11-191-10/+8
* Remove usages of find_thread when calling need_step_over_pSimon Marchi2017-11-191-18/+14
* Remove usage of find_thread when calling resume_status_pending_pSimon Marchi2017-11-191-10/+6
* Remove usage of find_inferior when calling linux_set_resume_requestSimon Marchi2017-11-191-26/+15
* Remove usage of find_inferior in linux_stabilize_threadsSimon Marchi2017-11-191-15/+8
* Remove usage of find_inferior in unsuspend_all_lwpsSimon Marchi2017-11-191-16/+7
* Remove usage of find_inferior in iterate_over_lwpsSimon Marchi2017-11-191-39/+6
* Remove usage of find_inferior in reset_lwp_ptrace_options_callbackSimon Marchi2017-11-191-30/+20
* Make process_info::syscalls_to_catch an std::vectorSimon Marchi2017-11-171-11/+8
* Add overloads of for_each_thread/find_thread that filter on pidSimon Marchi2017-10-211-3/+3
* gdbserver: use std::list for all_threadsSimon Marchi2017-10-141-104/+68
* gdbserver: Use std::list for all_processesSimon Marchi2017-10-141-57/+54
* linux low: Make the arch code free arch_process_infoSimon Marchi2017-10-121-1/+4
* lwp_info: Make the arch code free arch_lwp_infoSimon Marchi2017-10-121-1/+6
* Fix gdbserver regression exposed by gdb.threads/multi-create-ns-info-thr.expPedro Alves2017-09-291-1/+1
* Add thread_handle_to_thread_info support for remote targetsKevin Buettner2017-09-211-0/+5
* Add thread_db_notice_clone to gdbserverKevin Buettner2017-09-211-0/+2
* Make xml_escape_text return an std::stringSimon Marchi2017-09-161-4/+2
* linux-low: Remove unused variablesSimon Marchi2017-09-151-1/+0
* Fix build breakage on GNU/Linux AArch64Sergio Durigan Junior2017-09-101-1/+1
* Make target_waitstatus_to_string return an std::stringSimon Marchi2017-09-031-4/+3
* Add enum for result of fast_tracepoint_collectingSimon Marchi2017-07-261-26/+39
* C++ify gdb/common/environ.cSergio Durigan Junior2017-06-201-1/+1
* linux-low: Remove usage of "register" keywordSimon Marchi2017-06-171-8/+8
* Share fork_inferior et al with gdbserverSergio Durigan Junior2017-06-071-45/+46
* Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi2017-05-021-7/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdbserver: Use warning for warningsPedro Alves2016-11-231-3/+3
* gdbserver: Use debug_printf for debug outputPedro Alves2016-11-231-4/+3
* Enable range stepping if software single step is supportedYao Qi2016-10-271-0/+2
* Get pending events in randomYao Qi2016-10-271-2/+4
* Remove single-step breakpoint for GDBserver internal eventYao Qi2016-10-271-9/+23
* gdbserver: Leave already-vCont-resumed threads as they werePedro Alves2016-10-261-0/+59
* Call debug_exit in linux_wait_1Yao Qi2016-09-261-0/+13
* linux-nat: Add function lwp_is_steppingAndreas Arnez2016-09-161-0/+8
* [GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"Yao Qi2016-09-021-42/+43