From 38fe40cb1a7a31338a7c360011446286dd917891 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Wed, 31 Mar 2004 07:42:38 +0000 Subject: [PATCH] Clarify that this routine is signal-safe only for the local address-space. (Logical change 1.200) --- doc/unw_get_proc_info.tex | 5 +++-- doc/unw_get_proc_info_by_ip.tex | 5 +++-- doc/unw_init_remote.tex | 5 +++-- doc/unw_resume.tex | 5 +++-- doc/unw_step.tex | 4 ++-- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/doc/unw_get_proc_info.tex b/doc/unw_get_proc_info.tex index e67980f5..255e08f6 100644 --- a/doc/unw_get_proc_info.tex +++ b/doc/unw_get_proc_info.tex @@ -89,8 +89,9 @@ returned. \section{Thread and Signal Safety} -\Func{unw\_get\_proc\_info}() is thread-safe as well as safe to use -from a signal handler. +\Func{unw\_get\_proc\_info}() 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} diff --git a/doc/unw_get_proc_info_by_ip.tex b/doc/unw_get_proc_info_by_ip.tex index 66573499..ddfcf639 100644 --- a/doc/unw_get_proc_info_by_ip.tex +++ b/doc/unw_get_proc_info_by_ip.tex @@ -55,8 +55,9 @@ below is returned. \section{Thread and Signal Safety} -\Func{unw\_get\_proc\_info}() is thread-safe as well as safe to use -from a signal handler. +\Func{unw\_get\_proc\_info}() is thread-safe. If the local +address-space is passed in argument \Var{as}, this routine is also +safe to use from a signal handler. \section{Errors} diff --git a/doc/unw_init_remote.tex b/doc/unw_init_remote.tex index d41b9b8c..fe7280f3 100644 --- a/doc/unw_init_remote.tex +++ b/doc/unw_init_remote.tex @@ -46,8 +46,9 @@ returned. \section{Thread and Signal Safety} -\Func{unw\_init\_remote}() is thread-safe as well as safe to use from a -signal handler. +\Func{unw\_init\_remote}() is thread-safe. If the local address-space +is passed in argument \Var{as}, this routine is also safe to use from +a signal handler. \section{Errors} diff --git a/doc/unw_resume.tex b/doc/unw_resume.tex index 68d740ef..4250b8b5 100644 --- a/doc/unw_resume.tex +++ b/doc/unw_resume.tex @@ -66,8 +66,9 @@ negative value of one of the errors below is returned. \section{Thread and Signal Safety} -\Func{unw\_resume}() is thread-safe as well as safe to use from a -signal handler. +\Func{unw\_resume}() 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} diff --git a/doc/unw_step.tex b/doc/unw_step.tex index 432dbc69..1bfc735d 100644 --- a/doc/unw_step.tex +++ b/doc/unw_step.tex @@ -28,8 +28,8 @@ negative value of one of the error-codes below is returned. \section{Thread and Signal Safety} -\Func{unw\_step}() is thread-safe as well as safe to use -from a signal handler. +\Func{unw\_step}() 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}