mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01:00
Document libunwind-ptrace.h and libunwind-ptrace library.
(Logical change 1.156)
This commit is contained in:
parent
1d8cf5b787
commit
d10a5225e0
1 changed files with 11 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
\section{Synopsis}
|
||||
|
||||
\File{\#include $<$libunwind.h$>$}\\
|
||||
\File{\#include $<$libunwind-ptrace.h$>$}\\
|
||||
|
||||
\noindent
|
||||
\Type{unw\_accessors\_t} \Var{_UPT\_accessors};\\
|
||||
|
@ -107,6 +107,16 @@ to create the \Prog{\_UPT}-info-structure for any reason. For the
|
|||
current implementation, the only reason this call may fail is when the
|
||||
system is out of memory.
|
||||
|
||||
\section{Files}
|
||||
|
||||
\begin{Description}
|
||||
\item[\File{libunwind-ptrace.h}] Headerfile to include when using the
|
||||
interface defined by this library.
|
||||
\item[\Opt{-l}\File{unwind-ptrace} \Opt{-l}\File{unwind-generic}]
|
||||
Linker-switches to add when building a program that uses the
|
||||
functions defined by this library.
|
||||
\end{Description}
|
||||
|
||||
\section{See Also}
|
||||
|
||||
execve(2),
|
||||
|
|
Loading…
Reference in a new issue