From d10a5225e02c9f26ae9dddf578dc65a016a91888 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Wed, 21 Jan 2004 01:05:07 +0000 Subject: [PATCH] Document libunwind-ptrace.h and libunwind-ptrace library. (Logical change 1.156) --- doc/libunwind-ptrace.tex | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/libunwind-ptrace.tex b/doc/libunwind-ptrace.tex index c7881407..8caa6169 100644 --- a/doc/libunwind-ptrace.tex +++ b/doc/libunwind-ptrace.tex @@ -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),