diff options
Diffstat (limited to 'libunwind/src/libunwind.cpp')
| -rw-r--r-- | libunwind/src/libunwind.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libunwind/src/libunwind.cpp b/libunwind/src/libunwind.cpp index 7ffffc2..a795e68 100644 --- a/libunwind/src/libunwind.cpp +++ b/libunwind/src/libunwind.cpp @@ -32,7 +32,7 @@ using namespace libunwind; -/// internal object to represent this processes address space +/// internal object to represent this process's address space LocalAddressSpace LocalAddressSpace::sThisAddressSpace; _LIBUNWIND_EXPORT unw_addr_space_t unw_local_addr_space = @@ -306,7 +306,7 @@ _LIBUNWIND_HIDDEN int __unw_is_fpreg(unw_cursor_t *cursor, } _LIBUNWIND_WEAK_ALIAS(__unw_is_fpreg, unw_is_fpreg) -/// Checks if a register is a floating-point register. +/// Get name of specified register at cursor position in stack frame. _LIBUNWIND_HIDDEN const char *__unw_regname(unw_cursor_t *cursor, unw_regnum_t regNum) { _LIBUNWIND_TRACE_API("__unw_regname(cursor=%p, regNum=%d)", |
