mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-04 13:32:55 +01:00
(unw_step): Add Debug() statement.
(Logical change 1.166)
This commit is contained in:
parent
f753bb45be
commit
9468bda47a
1 changed files with 2 additions and 0 deletions
|
@ -334,6 +334,8 @@ unw_step (unw_cursor_t *cursor)
|
||||||
struct cursor *c = (struct cursor *) cursor;
|
struct cursor *c = (struct cursor *) cursor;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
|
Debug (2, "(cursor=%p)\n", c);
|
||||||
|
|
||||||
ret = ia64_find_save_locs (c);
|
ret = ia64_find_save_locs (c);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Reference in a new issue