|
From: <sv...@va...> - 2005-07-06 19:46:49
|
Author: sewardj
Date: 2005-07-06 20:46:48 +0100 (Wed, 06 Jul 2005)
New Revision: 4118
Log:
--time-stamp=3Dyes is incompatible with --xml=3Dyes, at least for the mom=
ent.
Modified:
trunk/coregrind/m_main.c
Modified: trunk/coregrind/m_main.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_main.c 2005-07-06 19:42:23 UTC (rev 4117)
+++ trunk/coregrind/m_main.c 2005-07-06 19:46:48 UTC (rev 4118)
@@ -1657,6 +1657,8 @@
VG_(clo_wait_for_gdb) =3D False;
/* No file-descriptor leak checking yet */
VG_(clo_track_fds) =3D False;
+ /* Disable timestamped output */
+ VG_(clo_time_stamp) =3D False;
/* Also, we want to set options for the leak checker, but that
will have to be done in Memcheck's flag-handling code, not
here. */
|