|
From: <sv...@va...> - 2007-02-07 19:53:19
|
Author: sewardj
Date: 2007-02-07 19:50:55 +0000 (Wed, 07 Feb 2007)
New Revision: 6571
Log:
Make VG_(clo_log_file_qualifier) tool-visible.
Modified:
trunk/coregrind/pub_core_options.h
trunk/include/pub_tool_options.h
Modified: trunk/coregrind/pub_core_options.h
=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/pub_core_options.h 2007-02-05 23:23:55 UTC (rev 6570)
+++ trunk/coregrind/pub_core_options.h 2007-02-07 19:50:55 UTC (rev 6571)
@@ -88,7 +88,7 @@
(stderr). */
extern Int VG_(clo_log_fd);
extern Char* VG_(clo_log_name);
-extern Char* VG_(clo_log_file_qualifier);
+/* extern Char* VG_(clo_log_file_qualifier); moved to pub_tool_options.h=
*/
=20
/* Add timestamps to log messages? default: NO */
extern Bool VG_(clo_time_stamp);
Modified: trunk/include/pub_tool_options.h
=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/include/pub_tool_options.h 2007-02-05 23:23:55 UTC (rev 6570)
+++ trunk/include/pub_tool_options.h 2007-02-07 19:50:55 UTC (rev 6571)
@@ -75,6 +75,11 @@
XML output, in between <usercomment> tags. */
extern HChar* VG_(clo_xml_user_comment);
=20
+/* Name of an environment variable which, if set, is to be used as
+ part of any output file name. See pub_core_options.h for
+ details. */
+extern Char* VG_(clo_log_file_qualifier);
+
/* Vex iropt control. Tool-visible so tools can make Vex optimise
less aggressively if that is needed (callgrind needs this). */
extern VexControl VG_(clo_vex_control);
|