mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-08 18:33:42 +01: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
1 changed files with 3 additions and 2 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue