Probably functions changed names but not the debug messages.
if (VG_(clo_trace_signals))
VG_(message)(Vg_DebugMsg,
- "sigframe_create (thread %u): "
+ "VG_(sigframe_create) (thread %u): "
"next RIP=%#lx, next RSP=%#lx\n",
tid, (Addr)handler, (Addr)frame );
}
if (VG_(clo_trace_signals))
VG_(message)(Vg_DebugMsg,
- "sigframe_destroy (thread %d): "
+ "VG_(sigframe_destroy) (thread %d): "
"valid magic; next RIP=%#llx\n",
tid, tst->arch.vex.guest_RIP);
if (VG_(clo_trace_signals)) {
VG_(message)(
Vg_DebugMsg,
- "VG_(signal_return) (thread %u): valid magic; RIP=%#llx\n",
+ "VG_(sigframe_destroy) (thread %u): valid magic; RIP=%#llx\n",
tid, tst->arch.vex.guest_RIP);
}
if (VG_(clo_trace_signals))
VG_(message)(
- Vg_DebugMsg,
- "VG_(signal_return) (thread %u): isRT=%d valid magic; RIP=%#llx\n",
+ Vg_DebugMsg,
+ "VG_(sigframe_destroy) (thread %u): isRT=%d valid magic; RIP=%#llx\n",
tid, isRT, tst->arch.vex.guest_RIP);
/* tell the tools */
if (VG_(clo_trace_signals))
VG_(message)(Vg_DebugMsg,
- "vg_pop_signal_frame (thread %u): "
+ "VG_(sigframe_destroy) (thread %u): "
"isRT=%d valid magic; PC=%#llx\n",
tid, has_siginfo, tst->arch.vex.guest_PC);
/* Returning from a signal handler. */
if (VG_(clo_trace_signals))
VG_(message)(Vg_DebugMsg,
- "sigframe_return (thread %u): IP=%#lx\n",
+ "VG_(sigframe_return) (thread %u): IP=%#lx\n",
tid, VG_(get_IP)(tid));
/* Tell the tool. */
if (VG_(clo_trace_signals))
VG_(message)(
Vg_DebugMsg,
- "VG_(signal_return) (thread %u): EIP=%#x\n",
+ "VG_(sigframe_destroy) (thread %u): EIP=%#x\n",
tid, tst->arch.vex.guest_EIP);
/* tell the tools */
if (VG_(clo_trace_signals))
VG_(message)(
- Vg_DebugMsg,
- "VG_(signal_return) (thread %u): isRT=%d valid magic; EIP=%#x\n",
+ Vg_DebugMsg,
+ "VG_(sigframe_destroy) (thread %u): isRT=%d valid magic; EIP=%#x\n",
tid, isRT, tst->arch.vex.guest_EIP);
/* tell the tools */