mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-02 04:52:53 +01:00
Clarify that find_proc_info() may return -UNW_ESTOPUNWIND to terminate frame-chain.
(Logical change 1.64)
This commit is contained in:
parent
0a4b3db82c
commit
87849a5491
1 changed files with 3 additions and 1 deletions
|
@ -96,7 +96,9 @@ released via the \Func{put\_unwind\_info} call-back (see below).
|
|||
|
||||
On successful completion, the \Func{find\_proc\_info}() call-back must
|
||||
return zero. Otherwise, the negative value of one of the
|
||||
\Type{unw\_error\_t} error-codes may be returned.
|
||||
\Type{unw\_error\_t} error-codes may be returned. In particular, this
|
||||
call-back may return -\Const{UNW\_ESTOPUNWIND} to signal the end of
|
||||
the frame-chain.
|
||||
|
||||
\subsection{put\_unwind\_info}
|
||||
|
||||
|
|
Loading…
Reference in a new issue