//--------------------------------------------------------------
// Extract the launcher name from the environment.
- VG_(debugLog)(1, "main", "Getting stage1's name\n");
+ VG_(debugLog)(1, "main", "Getting launcher's name ...\n");
VG_(name_of_launcher) = VG_(getenv)(VALGRIND_LAUNCHER);
if (VG_(name_of_launcher) == NULL) {
VG_(printf)("valgrind: You cannot run '%s' directly.\n", argv[0]);
VG_(printf)("valgrind: You should use $prefix/bin/valgrind.\n");
VG_(exit)(1);
}
+ VG_(debugLog)(1, "main", "... %s\n", VG_(name_of_launcher));
//--------------------------------------------------------------
// Get the current process datasize rlimit, and set it to zero.
/* the_iicii.clstack_top is irrelevant */
the_iicii.toolname = toolname;
# else
-# error "Uknown platform"
+# error "Unknown platform"
# endif
/* NOTE: this call reads VG_(clo_main_stacksize). */