mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-09 19:03:43 +01:00
Regenerate.
(Logical change 1.156)
This commit is contained in:
parent
5f0eebb2b4
commit
f928eec36a
3 changed files with 25 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
'\" t
|
'\" t
|
||||||
.\" Manual page created with latex2man on Mon Mar 31 14:18:02 PST 2003
|
.\" Manual page created with latex2man on Tue Jan 20 16:47:43 PST 2004
|
||||||
.\" 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\-PTRACE" "3" "31 March 2003" "Programming Library " "Programming Library "
|
.TH "LIBUNWIND\-PTRACE" "3" "20 January 2004" "Programming Library " "Programming Library "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libunwind\-ptrace
|
libunwind\-ptrace
|
||||||
\-\- ptrace() support in libunwind
|
\-\- ptrace() support in libunwind
|
||||||
|
@ -18,7 +18,7 @@ libunwind\-ptrace
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
#include <libunwind.h>
|
#include <libunwind\-ptrace.h>
|
||||||
.br
|
.br
|
||||||
.PP
|
.PP
|
||||||
unw_accessors_t
|
unw_accessors_t
|
||||||
|
@ -190,6 +190,18 @@ for any reason. For the
|
||||||
current implementation, the only reason this call may fail is when the
|
current implementation, the only reason this call may fail is when the
|
||||||
system is out of memory.
|
system is out of memory.
|
||||||
.PP
|
.PP
|
||||||
|
.SH FILES
|
||||||
|
|
||||||
|
.PP
|
||||||
|
.TP
|
||||||
|
libunwind\-ptrace.h
|
||||||
|
Headerfile to include when using the
|
||||||
|
interface defined by this library.
|
||||||
|
.TP
|
||||||
|
\fB\-l\fPunwind\-ptrace \fB\-l\fPunwind\-generic
|
||||||
|
Linker\-switches to add when building a program that uses the
|
||||||
|
functions defined by this library.
|
||||||
|
.PP
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
'\" t
|
'\" t
|
||||||
.\" Manual page created with latex2man on Mon Mar 31 14:25:06 PST 2003
|
.\" Manual page created with latex2man on Tue Jan 20 16:44:37 PST 2004
|
||||||
.\" 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\\_GETCONTEXT" "3" "31 March 2003" "Programming Library " "Programming Library "
|
.TH "UNW\\_GETCONTEXT" "3" "20 January 2004" "Programming Library " "Programming Library "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
unw_getcontext
|
unw_getcontext
|
||||||
\-\- get initial machine\-state
|
\-\- get initial machine\-state
|
||||||
|
@ -38,6 +38,9 @@ platform\-specific, but, in general, at least all preserved
|
||||||
(``callee\-saved\&'') and all frame\-related registers, such as the
|
(``callee\-saved\&'') and all frame\-related registers, such as the
|
||||||
stack\-pointer, will be stored.
|
stack\-pointer, will be stored.
|
||||||
.PP
|
.PP
|
||||||
|
This routine is normally implemented as a macro and applications
|
||||||
|
should not attempt to take its address.
|
||||||
|
.PP
|
||||||
.SH RETURN VALUE
|
.SH RETURN VALUE
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
'\" t
|
'\" t
|
||||||
.\" Manual page created with latex2man on Mon Mar 31 14:25:06 PST 2003
|
.\" Manual page created with latex2man on Tue Jan 20 16:44:37 PST 2004
|
||||||
.\" 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\\_IS\\_FPREG" "3" "31 March 2003" "Programming Library " "Programming Library "
|
.TH "UNW\\_IS\\_FPREG" "3" "20 January 2004" "Programming Library " "Programming Library "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
unw_is_fpreg
|
unw_is_fpreg
|
||||||
\-\- check if a register is a floating\-point register
|
\-\- check if a register is a floating\-point register
|
||||||
|
@ -34,6 +34,9 @@ routine checks whether register number
|
||||||
reg
|
reg
|
||||||
is a floating\-point register.
|
is a floating\-point register.
|
||||||
.PP
|
.PP
|
||||||
|
This routine is normally implemented as a macro and applications
|
||||||
|
should not attempt to take its address.
|
||||||
|
.PP
|
||||||
.SH RETURN VALUE
|
.SH RETURN VALUE
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
|
|
Loading…
Reference in a new issue