Home | History | Annotate | Download | only in doc

Lines Matching refs:ptrace

8 \begin{Name}{3}{libunwind-ptrace}{David Mosberger-Tang}{Programming Library}{ptrace() support in libunwind}libunwind-ptrace -- ptrace() support in libunwind
13 \File{\#include $<$libunwind-ptrace.h$>$}\\
41 The \Func{ptrace}(2) system-call makes it possible for a process to
45 \Func{ptrace}(2). While it's not very difficult to do so directly,
49 stands for ``unwind-via-ptrace''.
68 Next, the application can turn on ptrace-mode on the target process,
69 either by forking a new process, invoking \Const{PTRACE\_TRACEME}, and
72 \Const{PTRACE\_ATTACH}). Either way, once the process-ID (pid) of the
80 the target process. It simply invokes \Func{ptrace}(2) with a command
81 value of \Const{PTRACE\_CONT}.
91 Since \Func{ptrace}(2) works within a single machine only, the
113 \item[\File{libunwind-ptrace.h}] Headerfile to include when using the
115 \item[\Opt{-l}\File{unwind-ptrace} \Opt{-l}\File{unwind-generic}]
124 ptrace(2)