mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-25 16:47:38 +01:00
(update_frame_state): Print debug output when catching sigcontext location.
(Logical change 1.19)
This commit is contained in:
parent
a2284ed1f3
commit
b04ff63c65
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ update_frame_state (struct ia64_cursor *c)
|
|||
if ((c->pi.flags & IA64_FLAG_SIGTRAMP) != 0)
|
||||
{
|
||||
ret = ia64_get (c, c->sp + 0x10 + SIGFRAME_ARG2_OFF, &c->sigcontext_loc);
|
||||
debug (100, "%s: sigcontext_loc=%lx (ret=%d)\n",
|
||||
__FUNCTION__, c->sigcontext_loc, ret);
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
|
||||
|
|
Loading…
Reference in a new issue