unw_regname.man 1.2 KB

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