Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
UNW_REGNAME(3libunwind)       Programming Library	 UNW_REGNAME(3libunwind)

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 sta-
     tically allocated and therefore guaranteed to remain valid until the appli-
     cation 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 sig-
     nal handler.

SEE ALSO
     libunwind(3libunwind)

AUTHOR
     David Mosberger-Tang
     Email: dmosberger@gmail.com
     WWW: http://www.nongnu.org/libunwind/.

Programming Library		 29 August 2023 	 UNW_REGNAME(3libunwind)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=unw_regname&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help