]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Make VG_(clo_log_file_qualifier) tool-visible.
authorJulian Seward <jseward@acm.org>
Wed, 7 Feb 2007 19:50:55 +0000 (19:50 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 7 Feb 2007 19:50:55 +0000 (19:50 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6571

coregrind/pub_core_options.h
include/pub_tool_options.h

index cf13400762678c7d52d5ed0989c2416b3d6a827d..52e84a9bc67a1d8d773e6cd8e003859e564f5894 100644 (file)
@@ -88,7 +88,7 @@ extern Bool  VG_(clo_trace_children);
    (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 */
 
 /* Add timestamps to log messages?  default: NO */
 extern Bool  VG_(clo_time_stamp);
index 92bb0c65fa76b0b7a7739d660339c98d4390c377..cbd97c073c85846ba664984095bffba3f3be6dff 100644 (file)
@@ -75,6 +75,11 @@ extern Bool VG_(clo_xml);
    XML output, in between <usercomment> tags. */
 extern HChar* VG_(clo_xml_user_comment);
 
+/* 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);