mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-04-01 11:52:18 +02:00
(unw_get_proc_name): Update prototype.
(See Also): Mention libunwind-setjmp(3) and unw_resume(3). (Logical change 1.45)
This commit is contained in:
parent
42cfe4f411
commit
f5892c26be
1 changed files with 5 additions and 3 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue