From 404230b56acf69b1c3db2e686dfc19e2f6bbca47 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Thu, 27 Feb 2003 09:58:57 +0000 Subject: [PATCH] Document _UPT_get_proc_name(). (Logical change 1.56) --- doc/libunwind-ptrace.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/libunwind-ptrace.tex b/doc/libunwind-ptrace.tex index 0ee0f4cf..4ca961e3 100644 --- a/doc/libunwind-ptrace.tex +++ b/doc/libunwind-ptrace.tex @@ -32,6 +32,8 @@ \Type{int} \Func{\_UPT\_access\_reg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw\_word\_t~*}, \Type{int}, \Type{void~*});\\ \noindent \Type{int} \Func{\_UPT\_access\_fpreg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw\_fpreg\_t~*}, \Type{int}, \Type{void~*});\\ +\noindent +\Type{int} \Func{\_UPT\_get\_proc\_name}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{char~*}, \Type{size\_t}, \Type{unw_word_t~*}, \Type{void~*});\\ \section{Description}