summaryrefslogtreecommitdiff
path: root/gdb/linux-nat.h
AgeCommit message (Expand)Author
2022-07-22Change target_ops::async to accept boolTom Tromey
2022-05-13Constify target_pid_to_exec_fileTom Tromey
2022-02-22inf-ptrace: Add an event_pipe to be used for async mode in subclasses.John Baldwin
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-13gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi
2021-09-27gdb: use intrusive_list for linux-nat lwp_listSimon Marchi
2021-09-27gdb: add destructor to lwp_infoSimon Marchi
2021-09-27gdb: make lwp_info non-PODSimon Marchi
2021-08-03gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi
2021-07-14gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi
2021-07-14gdb: call post_create_inferior at end of follow_fork_inferiorSimon Marchi
2021-04-07gdb: make target_ops::follow_fork return voidSimon Marchi
2021-02-12[gdb/threads] Fix lin_thread_get_thread_signals for glibc 2.28Tom de Vries
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-09-18Make target_wait options use enum flagsTom Tromey
2020-03-30Add low_new_clone method to linux_nat_target.Pedro Franco de Carvalho
2020-03-24gdb: bool-ify follow_forkSimon Marchi
2020-01-14Fix/Update misc commentsLuis Machado
2020-01-10Multi-target supportPedro Alves
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-03-13Change pid_to_str to return std::stringTom Tromey
2019-02-07Normalize include guards in gdbTom Tromey
2019-01-24target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves
2019-01-14Constify target_pass_signals and target_program_signalsTom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-05-03linux_nat_target: More low methodsPedro Alves
2018-05-03target_ops: Use bool throughoutPedro Alves
2018-05-03Convert struct target_ops to C++Pedro Alves
2018-05-03Make inf_ptrace_trad Linux-only, move to separate filePedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-05-24[Linux] Optimize PID -> struct lwp_info lookupPedro Alves
2016-01-12Implement 'catch syscall' for gdbserverJosh Stone
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-12-17Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves
2015-12-10Remove support for thread events without PTRACE_EVENT_CLONE in GDBAntoine Tremblay
2015-09-10Call target_can_download_tracepoint if there are tracepoints to downloadYao Qi
2015-07-31Mostly trivial enum fixesSimon Marchi
2015-06-23Convert have_ptrace_getregset to a tri-state booleanYao Qi
2015-06-01Move have_ptrace_getregset to linux-nat.cYao Qi
2015-03-24Make linux_stop_lwp be a shared functionGary Benson
2015-03-24Add iterate_over_lwps to gdbserverGary Benson
2015-03-04enum lwp_stop_reason -> enum target_stop_reasonPedro Alves
2015-02-20GNU/Linux: Stop using libthread_db/td_ta_thr_iterPedro Alves
2015-01-09linux-nat.c: better starvation avoidance, handle non-stop mode tooPedro Alves
2015-01-09Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker