debian man page for unw_regname

Query: unw_regname

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

UNW_REGNAME(3)						       Programming Library						    UNW_REGNAME(3)

NAME
unw_regname -- get register name
SYNOPSIS
#include <libunwind.h> const char *unw_regname(unw_regnum_t regnum);
DESCRIPTION
The unw_regname() routine returns a printable name for register regnum. If regnum is an invalid or otherwise unrecognized register number, a string consisting of three question marks is returned. The returned string is statically allocated and therefore guaranteed to remain valid until the application terminates.
RETURN VALUE
The unw_regname() routine cannot fail and always returns a valid (non-NULL) string.
THREAD AND SIGNAL SAFETY
The unw_regname() routine is thread-safe as well as safe to use from a signal handler.
SEE ALSO
libunwind(3)
AUTHOR
David Mosberger-Tang Email: dmosberger@gmail.com WWW: http://www.nongnu.org/libunwind/. Programming Library 16 August 2007 UNW_REGNAME(3)
Related Man Pages
unw_flush_cache(3) - debian
unw_get_accessors(3) - debian
unw_get_proc_info_by_ip(3) - debian
unw_getcontext(3) - debian
unw_set_fpreg(3) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?