summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-low.c
Commit message (Expand)AuthorAgeFilesLines
* FDPIC WIPusers/lyon/arm-fdpic-wip-gdb-8.2users/clyon/arm-fdpic-wip-gdb-8.2Christophe Lyon2019-07-111-0/+34
* Avoid shadowing in gdbserverTom Tromey2018-10-041-9/+9
* GDBserver: Pass process_info pointer to target_killPedro Alves2018-07-131-8/+3
* GDBserver: Pass process_info pointer to target_detach and target_joinPedro Alves2018-07-131-10/+5
* Warn if /proc is not accessiblegdb-8.2-branchpointVyacheslav Barinov2018-07-041-0/+1
* Remove ptid_equalTom Tromey2018-07-031-10/+10
* Remove ptid_is_pidTom Tromey2018-07-031-2/+2
* Remove ptid_get_lwpTom Tromey2018-07-031-5/+5
* Remove ptid_get_pidTom Tromey2018-07-031-4/+4
* Remove pid_to_ptidTom Tromey2018-07-031-6/+6
* Remove ptid_buildTom Tromey2018-07-031-6/+6
* Remove cleanups from btrace codeTom Tromey2018-06-081-10/+3
* Add client_state struct.Stan Cox2018-06-041-12/+19
* Add xml_escape_text_append and use itSimon Marchi2018-03-081-5/+5
* linux_qxfer_libraries_svr4: Use std::stringSimon Marchi2018-03-081-34/+12
* btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger2018-02-091-2/+0
* Remove make_cleanup_restore_current_thread from gdbserverTom Tromey2018-02-081-3/+3
* gdb: Add missing #ifdef USE_THREAD_DB to gdbserverJames Clarke2018-01-191-0/+2
* Make linux_ptrace_attach_fail_reason return an std::stringSimon Marchi2018-01-171-5/+9
* Mark register unavailable when PTRACE_PEEKUSER failsYao Qi2018-01-161-1/+5
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* 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