|
From: <sv...@va...> - 2014-06-14 22:12:48
|
Author: philippe
Date: Sat Jun 14 22:12:37 2014
New Revision: 14034
Log:
small improvement in x86 unwind debug tracing
Modified:
trunk/coregrind/m_stacktrace.c
Modified: trunk/coregrind/m_stacktrace.c
==============================================================================
--- trunk/coregrind/m_stacktrace.c (original)
+++ trunk/coregrind/m_stacktrace.c Sat Jun 14 22:12:37 2014
@@ -206,8 +206,8 @@
fp_max -= sizeof(Addr);
if (debug)
- VG_(printf)("max_n_ips=%d fp_min=0x%lx fp_max_orig=0x%lx, "
- "fp_max=0x%lx ip=0x%lx fp=0x%lx\n",
+ VG_(printf)("max_n_ips=%d fp_min=0x%08lx fp_max_orig=0x08%lx, "
+ "fp_max=0x%08lx ip=0x%08lx fp=0x%08lx\n",
max_n_ips, fp_min, fp_max_orig, fp_max,
uregs.xip, uregs.xbp);
|