1
0
Fork 0
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:
mostang.com!davidm 2003-03-20 07:51:37 +00:00
parent 0a4b3db82c
commit 87849a5491

View file

@ -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}