ThreadId tid = (ThreadId)tidW;
ThreadState* tst = VG_(get_ThreadState)(tid);
- VG_(debugLog)(1, "core_os",
+ VG_(debugLog)(1, "syswrap-linux",
"ML_(thread_wrapper)(tid=%lld): entry\n",
(ULong)tidW);
vg_assert(tst->status == VgTs_Runnable);
vg_assert(VG_(is_running_thread)(tid));
- VG_(debugLog)(1, "core_os",
+ VG_(debugLog)(1, "syswrap-linux",
"ML_(thread_wrapper)(tid=%lld): done\n",
(ULong)tidW);
VgSchedReturnCode src;
Int c;
- VG_(debugLog)(1, "syswrap-generic",
+ VG_(debugLog)(1, "syswrap-linux",
"run_a_thread_NORETURN(tid=%lld): "
"ML_(thread_wrapper) called\n",
(ULong)tidW);
/* Run the thread all the way through. */
src = ML_(thread_wrapper)(tid);
- VG_(debugLog)(1, "syswrap-ppc32-linux",
+ VG_(debugLog)(1, "syswrap-linux",
"run_a_thread_NORETURN(tid=%lld): "
"ML_(thread_wrapper) done\n",
(ULong)tidW);
if (c == 1) {
- VG_(debugLog)(1, "syswrap-ppc32-linux",
+ VG_(debugLog)(1, "syswrap-linux",
"run_a_thread_NORETURN(tid=%lld): "
"last one standing\n",
(ULong)tidW);
ThreadState *tst;
- VG_(debugLog)(1, "syswrap-ppc32-linux",
+ VG_(debugLog)(1, "syswrap-linux",
"run_a_thread_NORETURN(tid=%lld): "
"not last one standing\n",
(ULong)tidW);