]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
debug messages: make VG_(sigframe_destroy) consistent
authorPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 20 Feb 2024 21:44:55 +0000 (22:44 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 20 Feb 2024 21:44:55 +0000 (22:44 +0100)
Probably functions changed names but not the debug messages.

coregrind/m_sigframe/sigframe-amd64-darwin.c
coregrind/m_sigframe/sigframe-amd64-freebsd.c
coregrind/m_sigframe/sigframe-amd64-linux.c
coregrind/m_sigframe/sigframe-arm64-linux.c
coregrind/m_sigframe/sigframe-solaris.c
coregrind/m_sigframe/sigframe-x86-freebsd.c
coregrind/m_sigframe/sigframe-x86-linux.c

index b29413125be51330c7893b52b446cf16f0e3ba9f..cb47f8c04fb8f0cab49c17d3736ee1176a73df8b 100644 (file)
@@ -220,7 +220,7 @@ void VG_(sigframe_create) ( ThreadId tid,
 
    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 );
 }
@@ -263,7 +263,7 @@ void VG_(sigframe_destroy)( ThreadId tid, Bool isRT )
 
    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);
 
index 7ae0ec291dcc22c0bce14f4346ca166a56c599c0..f7ee95d3fc54a5de193cb9bd61542ba39c98c432 100644 (file)
@@ -425,7 +425,7 @@ void VG_(sigframe_destroy)( ThreadId tid )
    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);
    }
 
index 08a5f86081a36228e6c9e7532fb3f1da1592ed6c..0e24306096c7577f959b5c38c4af143e0f77a93d 100644 (file)
@@ -591,8 +591,8 @@ void VG_(sigframe_destroy)( ThreadId tid, Bool isRT )
 
    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 */
index d761b4481afd19a9ef1069a35376ba6579f111bd..5ec303f888a5d84806072fb4689ac68c7f45cd72 100644 (file)
@@ -269,7 +269,7 @@ void VG_(sigframe_destroy)( ThreadId tid, Bool isRT )
              
    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);
 
index 5368f75afcac4e6e9a57785b89bb8cf4d71c7133..1afb277d334583a8bbbcb1d8313701a226b8a606 100644 (file)
@@ -254,7 +254,7 @@ void VG_(sigframe_return)(ThreadId tid, const vki_ucontext_t *uc)
    /* 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. */
index 6f07c28ee859964b13dd7f018edc97fb20fd6d46..eaa4df264a2181f7da5f1a16176a01fc8c79e3ca 100644 (file)
@@ -445,7 +445,7 @@ void VG_(sigframe_destroy)( ThreadId tid )
    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 */
index 633cdeaf646a0ebf3bbe763e89d8dcfe1e0404b2..309bae2a780a2240e3cab301e2fb335ef3375491 100644 (file)
@@ -670,8 +670,8 @@ void VG_(sigframe_destroy)( ThreadId tid, Bool isRT )
 
    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 */