|
From: <sv...@va...> - 2005-11-09 14:09:20
|
Author: sewardj
Date: 2005-11-09 14:09:14 +0000 (Wed, 09 Nov 2005)
New Revision: 5054
Log:
Adjust debugLog messages.
Modified:
trunk/coregrind/m_syswrap/syswrap-linux.c
Modified: trunk/coregrind/m_syswrap/syswrap-linux.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_syswrap/syswrap-linux.c 2005-11-09 14:04:27 UTC (re=
v 5053)
+++ trunk/coregrind/m_syswrap/syswrap-linux.c 2005-11-09 14:09:14 UTC (re=
v 5054)
@@ -61,7 +61,7 @@
ThreadId tid =3D (ThreadId)tidW;
ThreadState* tst =3D VG_(get_ThreadState)(tid);
=20
- VG_(debugLog)(1, "core_os",=20
+ VG_(debugLog)(1, "syswrap-linux",=20
"ML_(thread_wrapper)(tid=3D%lld): entry\n",=20
(ULong)tidW);
=20
@@ -89,7 +89,7 @@
vg_assert(tst->status =3D=3D VgTs_Runnable);
vg_assert(VG_(is_running_thread)(tid));
=20
- VG_(debugLog)(1, "core_os",=20
+ VG_(debugLog)(1, "syswrap-linux",=20
"ML_(thread_wrapper)(tid=3D%lld): done\n",=20
(ULong)tidW);
=20
@@ -110,7 +110,7 @@
VgSchedReturnCode src;
Int c;
=20
- VG_(debugLog)(1, "syswrap-generic",=20
+ VG_(debugLog)(1, "syswrap-linux",=20
"run_a_thread_NORETURN(tid=3D%lld): "
"ML_(thread_wrapper) called\n",
(ULong)tidW);
@@ -118,7 +118,7 @@
/* Run the thread all the way through. */
src =3D ML_(thread_wrapper)(tid); =20
=20
- VG_(debugLog)(1, "syswrap-ppc32-linux",=20
+ VG_(debugLog)(1, "syswrap-linux",=20
"run_a_thread_NORETURN(tid=3D%lld): "
"ML_(thread_wrapper) done\n",
(ULong)tidW);
@@ -128,7 +128,7 @@
=20
if (c =3D=3D 1) {
=20
- VG_(debugLog)(1, "syswrap-ppc32-linux",=20
+ VG_(debugLog)(1, "syswrap-linux",=20
"run_a_thread_NORETURN(tid=3D%lld): "
"last one standing\n",
(ULong)tidW);
@@ -142,7 +142,7 @@
=20
ThreadState *tst;
=20
- VG_(debugLog)(1, "syswrap-ppc32-linux",=20
+ VG_(debugLog)(1, "syswrap-linux",=20
"run_a_thread_NORETURN(tid=3D%lld): "
"not last one standing\n",
(ULong)tidW);
|