mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-05 09:19:27 +01:00
Increase debug-level of state-record printing to 2.
(Logical change 1.257)
This commit is contained in:
parent
f576cce748
commit
746fbe08e7
1 changed files with 3 additions and 2 deletions
|
@ -1044,9 +1044,10 @@ create_state_record_for (struct cursor *c, struct ia64_state_record *sr,
|
||||||
}
|
}
|
||||||
out:
|
out:
|
||||||
#if UNW_DEBUG
|
#if UNW_DEBUG
|
||||||
if (unwi_debug_level > 0)
|
if (unwi_debug_level > 2)
|
||||||
{
|
{
|
||||||
dprintf ("libunwind: state record for func 0x%lx, t=%u (flags=0x%lx):\n",
|
dprintf ("%s: state record for func 0x%lx, t=%u (flags=0x%lx):\n",
|
||||||
|
__FUNCTION__,
|
||||||
(long) c->pi.start_ip, sr->when_target, (long) c->pi.flags);
|
(long) c->pi.start_ip, sr->when_target, (long) c->pi.flags);
|
||||||
for (r = sr->curr.reg; r < sr->curr.reg + IA64_NUM_PREGS; ++r)
|
for (r = sr->curr.reg; r < sr->curr.reg + IA64_NUM_PREGS; ++r)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue