aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-low.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-17gdbserver: Ensure all debug output uses debug functionsAlan Hayward1-4/+3
2019-04-09Use find_thread_in_random in select_event_lwpTom Tromey1-31/+4
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-2/+2
2019-04-08Rename gdb exception typesTom Tromey1-2/+2
2019-04-08Rewrite TRY/CATCHTom Tromey1-6/+4
2019-04-05Use linux_get_auxv to get AT_PHDR in the PPC stubPedro Franco de Carvalho1-10/+19
2019-03-28gdbserver: Ensure AT_HWCAP2 is definedAlan Hayward1-0/+4
2019-03-26gdbserver: Add linux_get_hwcapAlan Hayward1-0/+47
2019-03-22AArch64: gdbserver: read pauth registersAlan Hayward1-6/+8
2019-03-12Change iterate_over_lwps to take a gdb::function_viewTom Tromey1-3/+2
2019-02-07gdbserver: When attaching, add process before lwpsAlan Hayward1-3/+4
2019-01-28Revert "gdbserver: When attaching, add process before lwps"Alan Hayward1-2/+2
2019-01-28gdbserver: When attaching, add process before lwpsAlan Hayward1-2/+2
2019-01-25Normalize includes to use common/Tom Tromey1-8/+8
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-05AArch64: Racy: Don't set empty set of hardware BPs/WPs on new threadAlan Hayward1-2/+2
2018-11-29Fix use-after-free in gdbserverTom Tromey1-2/+2
2018-10-04Avoid shadowing in gdbserverTom Tromey1-9/+9
2018-07-13GDBserver: Pass process_info pointer to target_killPedro Alves1-8/+3
2018-07-13GDBserver: Pass process_info pointer to target_detach and target_joinPedro Alves1-10/+5
2018-07-04Warn if /proc is not accessiblegdb-8.2-branchpointVyacheslav Barinov1-0/+1
2018-07-03Remove ptid_equalTom Tromey1-10/+10
2018-07-03Remove ptid_is_pidTom Tromey1-2/+2
2018-07-03Remove ptid_get_lwpTom Tromey1-5/+5
2018-07-03Remove ptid_get_pidTom Tromey1-4/+4
2018-07-03Remove pid_to_ptidTom Tromey1-6/+6
2018-07-03Remove ptid_buildTom Tromey1-6/+6
2018-06-08Remove cleanups from btrace codeTom Tromey1-10/+3
2018-06-04Add client_state struct.Stan Cox1-12/+19
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