mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-03-10 02:20:07 +01:00
(unw_is_signal_frame): Add a Debug statement.
(Logical change 1.290)
This commit is contained in:
parent
68edb681d8
commit
6ed360df7e
1 changed files with 1 additions and 0 deletions
|
@ -49,5 +49,6 @@ unw_is_signal_frame (unw_cursor_t *cursor)
|
||||||
|
|
||||||
ia64_free_state_record (&sr);
|
ia64_free_state_record (&sr);
|
||||||
|
|
||||||
|
Debug (1, "(cursor=%p, ip=0x%016lx) -> %d\n", c, c->ip, ret);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue