mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-17 05:37:38 +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;
|
||||
int ret;
|
||||
|
||||
Debug (2, "(cursor=%p)\n", c);
|
||||
|
||||
ret = ia64_find_save_locs (c);
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
|
|
Loading…
Reference in a new issue