1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-22 15:47:37 +01:00

Regenerate.

(Logical change 1.64)
This commit is contained in:
mostang.com!davidm 2003-03-20 07:51:37 +00:00
parent 27a73b1fe8
commit 624251b1ad
2 changed files with 34 additions and 10 deletions

View file

@ -1,5 +1,5 @@
'\" t
.\" Manual page created with latex2man on Wed Mar 12 14:41:32 PST 2003
.\" Manual page created with latex2man on Wed Mar 19 23:48:35 PST 2003
.\" NOTE: This file is generated, DO NOT EDIT.
.de Vb
.ft CW
@ -10,7 +10,7 @@
.fi
..
.TH "LIBUNWIND" "3" "12 March 2003" "Programming Library " "Programming Library "
.TH "LIBUNWIND" "3" "19 March 2003" "Programming Library " "Programming Library "
.SH NAME
.PP
@ -39,22 +39,22 @@ unw_step(unw_cursor_t *);
.br
int
unw_get_reg(unw_cursor_t *,
int,
unw_regnum_t,
unw_word_t *);
.br
int
unw_get_fpreg(unw_cursor_t *,
int,
unw_regnum_t,
unw_fpreg_t *);
.br
int
unw_set_reg(unw_cursor_t *,
int,
unw_regnum_t,
unw_word_t);
.br
int
unw_set_fpreg(unw_cursor_t *,
int,
unw_regnum_t,
unw_fpreg_t);
.br
int
@ -96,6 +96,9 @@ int,
unw_save_loc_t *);
.br
int
unw_is_fpreg(unw_regnum_t);
.br
int
unw_is_signal_frame(unw_cursor_t *);
.br
int
@ -455,7 +458,25 @@ multiple platforms.
libunwind\-ia64(3),
libunwind\-ptrace(3),
libunwind\-setjmp(3),
unw_resume(3)
unw_create_addr_space(3),
unw_destroy_addr_space(3),
unw_flush_cache(3),
unw_get_accessors(3),
unw_get_fpreg(3),
unw_get_proc_info(3),
unw_get_proc_name(3),
unw_get_reg(3),
unw_getcontext(3),
unw_init_local(3),
unw_init_remote(3),
unw_is_fpreg(3),
unw_is_signal_frame(3),
unw_regname(3),
unw_resume(3),
unw_set_caching_policy(3),
unw_set_fpreg(3),
unw_set_reg(3),
unw_step(3)
.PP
.SH AUTHOR

View file

@ -1,5 +1,5 @@
'\" t
.\" Manual page created with latex2man on Wed Mar 12 12:51:06 PST 2003
.\" Manual page created with latex2man on Wed Mar 19 23:33:01 PST 2003
.\" NOTE: This file is generated, DO NOT EDIT.
.de Vb
.ft CW
@ -10,7 +10,7 @@
.fi
..
.TH "UNW\\_CREATE\\_ADDR\\_SPACE" "3" "12 March 2003" "Programming Library " "Programming Library "
.TH "UNW\\_CREATE\\_ADDR\\_SPACE" "3" "19 March 2003" "Programming Library " "Programming Library "
.SH NAME
.PP
@ -201,7 +201,10 @@ On successful completion, the find_proc_info()
call\-back must
return zero. Otherwise, the negative value of one of the
unw_error_t
error\-codes may be returned.
error\-codes may be returned. In particular, this
call\-back may return \-UNW_ESTOPUNWIND
to signal the end of
the frame\-chain.
.PP
.SS PUT_UNWIND_INFO
.PP