mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-04-10 07:22:17 +02:00
(unw_init_remote): Add Debug() statement.
(Logical change 1.166)
This commit is contained in:
parent
eacf1f1262
commit
f753bb45be
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg)
|
|||
if (tdep_needs_initialization)
|
||||
tdep_init ();
|
||||
|
||||
Debug (2, "(cursor=%p)\n", c);
|
||||
|
||||
c->as = as;
|
||||
c->as_arg = as_arg;
|
||||
return common_init (c);
|
||||
|
|
Loading…
Add table
Reference in a new issue