summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormostang.com!davidm <mostang.com!davidm>2004-03-31 07:42:38 +0000
committermostang.com!davidm <mostang.com!davidm>2004-03-31 07:42:38 +0000
commit835bb9110b832d6e88aaba736d4c26180954449d (patch)
treec7d403d5ad10d9e86f9e492daf08ce532b68c8a7 /doc
parent38fe40cb1a7a31338a7c360011446286dd917891 (diff)
downloadlibunwind-835bb9110b832d6e88aaba736d4c26180954449d.tar.gz
Regenerate.
(Logical change 1.200)
Diffstat (limited to 'doc')
-rw-r--r--doc/unw_get_proc_info.man10
-rw-r--r--doc/unw_get_proc_info_by_ip.man10
-rw-r--r--doc/unw_get_proc_name.man11
-rw-r--r--doc/unw_init_remote.man10
-rw-r--r--doc/unw_resume.man10
-rw-r--r--doc/unw_step.man9
6 files changed, 35 insertions, 25 deletions
diff --git a/doc/unw_get_proc_info.man b/doc/unw_get_proc_info.man
index 93fe748e..6b18edac 100644
--- a/doc/unw_get_proc_info.man
+++ b/doc/unw_get_proc_info.man
@@ -1,5 +1,5 @@
'\" t
-.\" Manual page created with latex2man on Mon Mar 31 14:18:02 PST 2003
+.\" Manual page created with latex2man on Tue Mar 30 23:28:13 PST 2004
.\" NOTE: This file is generated, DO NOT EDIT.
.de Vb
.ft CW
@@ -10,7 +10,7 @@
.fi
..
-.TH "UNW\\_GET\\_PROC\\_INFO" "3" "31 March 2003" "Programming Library " "Programming Library "
+.TH "UNW\\_GET\\_PROC\\_INFO" "3" "30 March 2004" "Programming Library " "Programming Library "
.SH NAME
unw_get_proc_info
\-\- get info on current procedure
@@ -158,8 +158,10 @@ returned.
.PP
unw_get_proc_info()
-is thread\-safe as well as safe to use
-from a signal handler.
+is thread\-safe. If cursor cp
+is
+in the local address\-space, this routine is also safe to use from a
+signal handler.
.PP
.SH ERRORS
diff --git a/doc/unw_get_proc_info_by_ip.man b/doc/unw_get_proc_info_by_ip.man
index 4f3dd8f9..e14ebadc 100644
--- a/doc/unw_get_proc_info_by_ip.man
+++ b/doc/unw_get_proc_info_by_ip.man
@@ -1,5 +1,5 @@
'\" t
-.\" Manual page created with latex2man on Wed Dec 3 16:36:46 PST 2003
+.\" Manual page created with latex2man on Tue Mar 30 23:28:13 PST 2004
.\" NOTE: This file is generated, DO NOT EDIT.
.de Vb
.ft CW
@@ -10,7 +10,7 @@
.fi
..
-.TH "UNW\\_GET\\_PROC\\_INFO\\_BY\\_IP" "3" "03 December 2003" "Programming Library " "Programming Library "
+.TH "UNW\\_GET\\_PROC\\_INFO\\_BY\\_IP" "3" "30 March 2004" "Programming Library " "Programming Library "
.SH NAME
unw_get_proc_info_by_ip
\-\- get procedure info by IP
@@ -87,8 +87,10 @@ below is returned.
.PP
unw_get_proc_info()
-is thread\-safe as well as safe to use
-from a signal handler.
+is thread\-safe. If the local
+address\-space is passed in argument as,
+this routine is also
+safe to use from a signal handler.
.PP
.SH ERRORS
diff --git a/doc/unw_get_proc_name.man b/doc/unw_get_proc_name.man
index 57085dcb..a10ad7dd 100644
--- a/doc/unw_get_proc_name.man
+++ b/doc/unw_get_proc_name.man
@@ -1,5 +1,5 @@
'\" t
-.\" Manual page created with latex2man on Mon Mar 31 14:18:02 PST 2003
+.\" Manual page created with latex2man on Tue Mar 30 23:28:13 PST 2004
.\" NOTE: This file is generated, DO NOT EDIT.
.de Vb
.ft CW
@@ -10,7 +10,7 @@
.fi
..
-.TH "UNW\\_GET\\_PROC\\_NAME" "3" "31 March 2003" "Programming Library " "Programming Library "
+.TH "UNW\\_GET\\_PROC\\_NAME" "3" "30 March 2004" "Programming Library " "Programming Library "
.SH NAME
unw_get_proc_name
\-\- get name of current procedure
@@ -78,9 +78,10 @@ returned.
.PP
unw_get_proc_name()
-is thread\-safe but \fInot\fP
-safe to
-use from a signal handler.
+is thread\-safe. If cursor cp
+is
+in the local address\-space, this routine is also safe to use from a
+signal handler.
.PP
.SH ERRORS
diff --git a/doc/unw_init_remote.man b/doc/unw_init_remote.man
index da106b48..857fcb83 100644
--- a/doc/unw_init_remote.man
+++ b/doc/unw_init_remote.man
@@ -1,5 +1,5 @@
'\" t
-.\" Manual page created with latex2man on Mon Mar 31 14:18:02 PST 2003
+.\" Manual page created with latex2man on Tue Mar 30 23:28:14 PST 2004
.\" NOTE: This file is generated, DO NOT EDIT.
.de Vb
.ft CW
@@ -10,7 +10,7 @@
.fi
..
-.TH "UNW\\_INIT\\_REMOTE" "3" "31 March 2003" "Programming Library " "Programming Library "
+.TH "UNW\\_INIT\\_REMOTE" "3" "30 March 2004" "Programming Library " "Programming Library "
.SH NAME
unw_init_remote
\-\- initialize cursor for remote unwinding
@@ -78,8 +78,10 @@ returned.
.PP
unw_init_remote()
-is thread\-safe as well as safe to use from a
-signal handler.
+is thread\-safe. If the local address\-space
+is passed in argument as,
+this routine is also safe to use from
+a signal handler.
.PP
.SH ERRORS
diff --git a/doc/unw_resume.man b/doc/unw_resume.man
index 8858210f..ba70ec08 100644
--- a/doc/unw_resume.man
+++ b/doc/unw_resume.man
@@ -1,5 +1,5 @@
'\" t
-.\" Manual page created with latex2man on Mon Mar 31 14:18:03 PST 2003
+.\" Manual page created with latex2man on Tue Mar 30 23:28:14 PST 2004
.\" NOTE: This file is generated, DO NOT EDIT.
.de Vb
.ft CW
@@ -10,7 +10,7 @@
.fi
..
-.TH "UNW\\_RESUME" "3" "31 March 2003" "Programming Library " "Programming Library "
+.TH "UNW\\_RESUME" "3" "30 March 2004" "Programming Library " "Programming Library "
.SH NAME
unw_resume
\-\- resume execution in a particular stack frame
@@ -101,8 +101,10 @@ negative value of one of the errors below is returned.
.PP
unw_resume()
-is thread\-safe as well as safe to use from a
-signal handler.
+is thread\-safe. If cursor cp
+is in the
+local address\-space, this routine is also safe to use from a signal
+handler.
.PP
.SH ERRORS
diff --git a/doc/unw_step.man b/doc/unw_step.man
index 1d410864..6e86d220 100644
--- a/doc/unw_step.man
+++ b/doc/unw_step.man
@@ -1,5 +1,5 @@
'\" t
-.\" Manual page created with latex2man on Thu Nov 20 17:29:54 PST 2003
+.\" Manual page created with latex2man on Tue Mar 30 23:28:14 PST 2004
.\" NOTE: This file is generated, DO NOT EDIT.
.de Vb
.ft CW
@@ -10,7 +10,7 @@
.fi
..
-.TH "UNW\\_STEP" "3" "20 November 2003" "Programming Library " "Programming Library "
+.TH "UNW\\_STEP" "3" "30 March 2004" "Programming Library " "Programming Library "
.SH NAME
unw_step
\-\- advance to next stack frame
@@ -46,8 +46,9 @@ negative value of one of the error\-codes below is returned.
.PP
unw_step()
-is thread\-safe as well as safe to use
-from a signal handler.
+is thread\-safe. If cursor cp
+is in the local
+address\-space, this routine is also safe to use from a signal handler.
.PP
.SH ERRORS