mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-11 03:23:43 +01:00
Regenerate.
(Logical change 1.60)
This commit is contained in:
parent
cc297605d4
commit
455b0acd97
3 changed files with 18 additions and 6 deletions
|
@ -96,12 +96,17 @@ install_sh = @install_sh@
|
||||||
# man pages that go into section 3:
|
# man pages that go into section 3:
|
||||||
man3_MANS = $(srcdir)/libunwind.man $(srcdir)/libunwind-ia64.man \
|
man3_MANS = $(srcdir)/libunwind.man $(srcdir)/libunwind-ia64.man \
|
||||||
$(srcdir)/libunwind-ptrace.man $(srcdir)/libunwind-setjmp.man \
|
$(srcdir)/libunwind-ptrace.man $(srcdir)/libunwind-setjmp.man \
|
||||||
|
$(srcdir)/unw_init_local.man $(srcdir)/unw_init_remote.man \
|
||||||
|
$(srcdir)/unw_create_addr_space.man \
|
||||||
|
$(srcdir)/unw_destroy_addr_space.man \
|
||||||
$(srcdir)/unw_resume.man
|
$(srcdir)/unw_resume.man
|
||||||
|
|
||||||
|
|
||||||
EXTRA_DIST = NOTES libunwind.trans \
|
EXTRA_DIST = NOTES libunwind.trans \
|
||||||
libunwind.tex libunwind-ia64.tex libunwind-ptrace.tex \
|
libunwind.tex libunwind-ia64.tex libunwind-ptrace.tex \
|
||||||
libunwind-setjmp.tex unw_resume.tex \
|
libunwind-setjmp.tex \
|
||||||
|
unw_init_local.tex unw_init_remote.tex unw_resume.tex \
|
||||||
|
unw_create_addr_space.tex unw_destroy_addr_space.tex \
|
||||||
$(man3_MANS)
|
$(man3_MANS)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
'\" t
|
'\" t
|
||||||
.\" Manual page created with latex2man on Sat Feb 8 00:54:19 PST 2003
|
.\" Manual page created with latex2man on Fri Mar 7 14:44:48 PST 2003
|
||||||
.\" NOTE: This file is generated, DO NOT EDIT.
|
.\" NOTE: This file is generated, DO NOT EDIT.
|
||||||
.de Vb
|
.de Vb
|
||||||
.ft CW
|
.ft CW
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
.fi
|
.fi
|
||||||
..
|
..
|
||||||
.TH "LIBUNWIND" "3" "08 February 2003" "Programming Library " "Programming Library "
|
.TH "LIBUNWIND" "3" "07 March 2003" "Programming Library " "Programming Library "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
|
@ -62,7 +62,7 @@ unw_resume(unw_cursor_t *);
|
||||||
.br
|
.br
|
||||||
.PP
|
.PP
|
||||||
unw_addr_space_t
|
unw_addr_space_t
|
||||||
local_addr_space;
|
unw_local_addr_space;
|
||||||
.br
|
.br
|
||||||
unw_addr_space_t
|
unw_addr_space_t
|
||||||
unw_create_addr_space(unw_accessors_t,
|
unw_create_addr_space(unw_accessors_t,
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
'\" t
|
'\" t
|
||||||
.\" Manual page created with latex2man on Wed Mar 5 10:18:45 PST 2003
|
.\" Manual page created with latex2man on Fri Mar 7 14:31:39 PST 2003
|
||||||
.\" NOTE: This file is generated, DO NOT EDIT.
|
.\" NOTE: This file is generated, DO NOT EDIT.
|
||||||
.de Vb
|
.de Vb
|
||||||
.ft CW
|
.ft CW
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
.fi
|
.fi
|
||||||
..
|
..
|
||||||
.TH "UNW\\_RESUME" "3" "05 March 2003" "Programming Library " "Programming Library "
|
.TH "UNW\\_RESUME" "3" "07 March 2003" "Programming Library " "Programming Library "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
|
@ -97,6 +97,13 @@ does not return on success.
|
||||||
For remote unwinding, it returns 0 on success. On failure, the
|
For remote unwinding, it returns 0 on success. On failure, the
|
||||||
negative value of one of the errors below is returned.
|
negative value of one of the errors below is returned.
|
||||||
.PP
|
.PP
|
||||||
|
.SH THREAD AND SIGNAL SAFETY
|
||||||
|
|
||||||
|
.PP
|
||||||
|
unw_resume()
|
||||||
|
is thread\-safe as well as safe to use from a
|
||||||
|
signal handler.
|
||||||
|
.PP
|
||||||
.SH ERRORS
|
.SH ERRORS
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
|
|
Loading…
Reference in a new issue