1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-25 02:41:45 +02: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:
mostang.com!davidm 2004-03-31 07:42:38 +00:00
parent 77f159fe41
commit b511e18f63

View file

@ -48,8 +48,9 @@ returned.
\section{Thread and Signal Safety}
\Func{unw\_get\_proc\_name}() is thread-safe but \emph{not} safe to
use from a signal handler.
\Func{unw\_get\_proc\_name}() is thread-safe. If cursor \Var{cp} is
in the local address-space, this routine is also safe to use from a
signal handler.
\section{Errors}