1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-05 01:09:27 +01:00

Increase debug-level of state-record printing to 2.

(Logical change 1.257)
This commit is contained in:
hp.com!davidm 2004-08-26 10:02:46 +00:00
parent f576cce748
commit 746fbe08e7

View file

@ -1044,9 +1044,10 @@ create_state_record_for (struct cursor *c, struct ia64_state_record *sr,
}
out:
#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);
for (r = sr->curr.reg; r < sr->curr.reg + IA64_NUM_PREGS; ++r)
{