1
0
Fork 0
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:
mostang.com!davidm 2002-07-18 03:58:34 +00:00
parent a2284ed1f3
commit b04ff63c65

View file

@ -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;