mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 09:07:38 +01:00
Regenerate.
(Logical change 1.64)
This commit is contained in:
parent
27a73b1fe8
commit
624251b1ad
2 changed files with 34 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
||||||
'\" t
|
'\" 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.
|
.\" 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" "12 March 2003" "Programming Library " "Programming Library "
|
.TH "LIBUNWIND" "3" "19 March 2003" "Programming Library " "Programming Library "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
|
@ -39,22 +39,22 @@ unw_step(unw_cursor_t *);
|
||||||
.br
|
.br
|
||||||
int
|
int
|
||||||
unw_get_reg(unw_cursor_t *,
|
unw_get_reg(unw_cursor_t *,
|
||||||
int,
|
unw_regnum_t,
|
||||||
unw_word_t *);
|
unw_word_t *);
|
||||||
.br
|
.br
|
||||||
int
|
int
|
||||||
unw_get_fpreg(unw_cursor_t *,
|
unw_get_fpreg(unw_cursor_t *,
|
||||||
int,
|
unw_regnum_t,
|
||||||
unw_fpreg_t *);
|
unw_fpreg_t *);
|
||||||
.br
|
.br
|
||||||
int
|
int
|
||||||
unw_set_reg(unw_cursor_t *,
|
unw_set_reg(unw_cursor_t *,
|
||||||
int,
|
unw_regnum_t,
|
||||||
unw_word_t);
|
unw_word_t);
|
||||||
.br
|
.br
|
||||||
int
|
int
|
||||||
unw_set_fpreg(unw_cursor_t *,
|
unw_set_fpreg(unw_cursor_t *,
|
||||||
int,
|
unw_regnum_t,
|
||||||
unw_fpreg_t);
|
unw_fpreg_t);
|
||||||
.br
|
.br
|
||||||
int
|
int
|
||||||
|
@ -96,6 +96,9 @@ int,
|
||||||
unw_save_loc_t *);
|
unw_save_loc_t *);
|
||||||
.br
|
.br
|
||||||
int
|
int
|
||||||
|
unw_is_fpreg(unw_regnum_t);
|
||||||
|
.br
|
||||||
|
int
|
||||||
unw_is_signal_frame(unw_cursor_t *);
|
unw_is_signal_frame(unw_cursor_t *);
|
||||||
.br
|
.br
|
||||||
int
|
int
|
||||||
|
@ -455,7 +458,25 @@ multiple platforms.
|
||||||
libunwind\-ia64(3),
|
libunwind\-ia64(3),
|
||||||
libunwind\-ptrace(3),
|
libunwind\-ptrace(3),
|
||||||
libunwind\-setjmp(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
|
.PP
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
'\" t
|
'\" 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.
|
.\" NOTE: This file is generated, DO NOT EDIT.
|
||||||
.de Vb
|
.de Vb
|
||||||
.ft CW
|
.ft CW
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
.fi
|
.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
|
.SH NAME
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
|
@ -201,7 +201,10 @@ On successful completion, the find_proc_info()
|
||||||
call\-back must
|
call\-back must
|
||||||
return zero. Otherwise, the negative value of one of the
|
return zero. Otherwise, the negative value of one of the
|
||||||
unw_error_t
|
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
|
.PP
|
||||||
.SS PUT_UNWIND_INFO
|
.SS PUT_UNWIND_INFO
|
||||||
.PP
|
.PP
|
||||||
|
|
Loading…
Reference in a new issue