blob: 1e3e2dbc6ea1fe8aa0d902373acc9029b1700bb4 [file] [log] [blame]
mostang.com!davidm9eb9f312003-04-01 07:19:34 +00001'\" t
David Mosberger-Tang75f34cc2007-08-22 12:49:08 -06002.\" Manual page created with latex2man on Thu Aug 16 09:44:45 MDT 2007
mostang.com!davidm9eb9f312003-04-01 07:19:34 +00003.\" NOTE: This file is generated, DO NOT EDIT.
4.de Vb
5.ft CW
6.nf
7..
8.de Ve
9.ft R
10
11.fi
12..
David Mosberger-Tang75f34cc2007-08-22 12:49:08 -060013.TH "UNW\\_REGNAME" "3" "16 August 2007" "Programming Library " "Programming Library "
mostang.com!davidm9eb9f312003-04-01 07:19:34 +000014.SH NAME
15unw_regname
16\-\- get register name
17.PP
18.SH SYNOPSIS
19
20.PP
21#include <libunwind.h>
22.br
23.PP
24const char *unw_regname(unw_regnum_t
25regnum);
26.br
27.PP
28.SH DESCRIPTION
29
30.PP
31The unw_regname()
32routine returns a printable name for
33register regnum\&.
34If regnum
35is an invalid or otherwise
36unrecognized register number, a string consisting of three question
37marks is returned. The returned string is statically allocated and
38therefore guaranteed to remain valid until the application terminates.
39.PP
40.SH RETURN VALUE
41
42.PP
43The unw_regname()
44routine cannot fail and always returns a
45valid (non\-NULL)
46string.
47.PP
48.SH THREAD AND SIGNAL SAFETY
49
50.PP
51The unw_regname()
52routine is thread\-safe as well as safe to
53use from a signal handler.
54.PP
55.SH SEE ALSO
56
57.PP
58libunwind(3)
59.PP
60.SH AUTHOR
61
62.PP
63David Mosberger\-Tang
mostang.com!davidm9eb9f312003-04-01 07:19:34 +000064.br
David Mosberger-Tang75f34cc2007-08-22 12:49:08 -060065Email: \fBdmosberger@gmail.com\fP
66.br
67WWW: \fBhttp://www.nongnu.org/libunwind/\fP\&.
mostang.com!davidm9eb9f312003-04-01 07:19:34 +000068.\" NOTE: This file is generated, DO NOT EDIT.