From f5892c26be52e370133ea0669762651e88ca3af2 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" <mostang.com!davidm> Date: Sat, 8 Feb 2003 10:10:59 +0000 Subject: [PATCH] (unw_get_proc_name): Update prototype. (See Also): Mention libunwind-setjmp(3) and unw_resume(3). (Logical change 1.45) --- doc/libunwind.tex | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/libunwind.tex b/doc/libunwind.tex index a6739b8c..da727a1e 100644 --- a/doc/libunwind.tex +++ b/doc/libunwind.tex @@ -55,7 +55,7 @@ \noindent \Type{int} \Func{unw\_is\_signal\_frame}(\Type{unw\_cursor\_t~*});\\ \noindent -\Type{int} \Func{unw\_get\_proc\_name}(\Type{unw\_cursor\_t~*}, \Type{char~*}, \Type{size\_t});\\ +\Type{int} \Func{unw\_get\_proc\_name}(\Type{unw\_cursor\_t~*}, \Type{char~*}, \Type{size\_t}, \Type{unw\_word\_t~*});\\ \noindent \Type{void} \Func{\_U\_dyn\_register}(\Type{unw\_dyn\_info\_t~*});\\ @@ -312,12 +312,14 @@ local unwinding only. \section{See Also} -\SeeAlso{libunwind-ptrace(3)} -\SeeAlso{libunwind-ia64(3)} %\SeeAlso{libunwind-hppa(3)}, +\SeeAlso{libunwind-ia64(3)}, +\SeeAlso{libunwind-ptrace(3)}, +\SeeAlso{libunwind-setjmp(3)}, %\SeeAlso{libunwind-x86(3)}, %\SeeAlso{unw\_init\_local(3)}, %\SeeAlso{unw\_init\_remote(3)} +\SeeAlso{unw\_resume(3)} \section{Author}