mirror of
https://github.com/FEX-Emu/libunwind.git
synced 2024-12-18 03:37:26 +00:00
Allow this routine to be called from a signal handler when unwinding
in the local address-space. (Logical change 1.200)
This commit is contained in:
parent
77f159fe41
commit
b511e18f63
@ -48,8 +48,9 @@ returned.
|
|||||||
|
|
||||||
\section{Thread and Signal Safety}
|
\section{Thread and Signal Safety}
|
||||||
|
|
||||||
\Func{unw\_get\_proc\_name}() is thread-safe but \emph{not} safe to
|
\Func{unw\_get\_proc\_name}() is thread-safe. If cursor \Var{cp} is
|
||||||
use from a signal handler.
|
in the local address-space, this routine is also safe to use from a
|
||||||
|
signal handler.
|
||||||
|
|
||||||
\section{Errors}
|
\section{Errors}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user