]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Changed message at the top of files, and the startup message, and the
authorNicholas Nethercote <njn@valgrind.org>
Wed, 1 Dec 2004 14:14:42 +0000 (14:14 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Wed, 1 Dec 2004 14:14:42 +0000 (14:14 +0000)
string in valgrind.pc.in, so that they describe Valgrind as a "dynamic
binary instrumentation framework", and don't mention platforms at all.

I had to tweak the regtest filters a bit for this.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3178

112 files changed:
addrcheck/tests/filter_stderr
auxprogs/valgrind-listener.c
corecheck/cc_main.c
corecheck/tests/filter_as_mmap
corecheck/tests/filter_fdleak
corecheck/tests/filter_stderr
coregrind/amd64-linux/core_platform.h
coregrind/amd64-linux/ldt.c
coregrind/amd64-linux/syscall.S
coregrind/amd64-linux/syscalls.c
coregrind/amd64-linux/vki_unistd.h
coregrind/amd64/amd64_private.h
coregrind/amd64/amd64_private_asm.h
coregrind/amd64/core_arch.h
coregrind/amd64/core_arch_asm.h
coregrind/amd64/cpuid.S
coregrind/amd64/dispatch.S
coregrind/amd64/helpers.S
coregrind/amd64/jmp_with_stack.c
coregrind/amd64/libpthread.c
coregrind/amd64/signals.c
coregrind/amd64/state.c
coregrind/arm-linux/core_platform.h
coregrind/arm-linux/syscall.S
coregrind/arm-linux/syscalls.c
coregrind/arm-linux/vki_unistd.h
coregrind/arm/core_arch.h
coregrind/arm/core_arch_asm.h
coregrind/arm/dispatch.S
coregrind/arm/jmp_with_stack.c
coregrind/arm/libpthread.c
coregrind/arm/signals.c
coregrind/arm/state.c
coregrind/core.h
coregrind/core_asm.h
coregrind/gen_intercepts.pl
coregrind/gen_toolint.pl
coregrind/linux/core_os.h
coregrind/linux/syscalls.c
coregrind/stage1.c
coregrind/ume.c
coregrind/ume.h
coregrind/vg_default.c
coregrind/vg_demangle.c
coregrind/vg_dummy_profile.c
coregrind/vg_dwarf.c
coregrind/vg_errcontext.c
coregrind/vg_execontext.c
coregrind/vg_hashtable.c
coregrind/vg_instrument.c
coregrind/vg_intercept.c.base
coregrind/vg_libpthread.c
coregrind/vg_libpthread_unimp.c
coregrind/vg_main.c
coregrind/vg_malloc2.c
coregrind/vg_memory.c
coregrind/vg_messages.c
coregrind/vg_mylibc.c
coregrind/vg_needs.c
coregrind/vg_procselfmaps.c
coregrind/vg_proxylwp.c
coregrind/vg_replace_malloc.c.base
coregrind/vg_scheduler.c
coregrind/vg_signals.c
coregrind/vg_skiplist.c
coregrind/vg_stabs.c
coregrind/vg_symtab2.c
coregrind/vg_symtab2.h
coregrind/vg_symtypes.c
coregrind/vg_symtypes.h
coregrind/vg_syscalls.c
coregrind/vg_translate.c
coregrind/vg_transtab.c
coregrind/x86-linux/core_platform.h
coregrind/x86-linux/ldt.c
coregrind/x86-linux/syscall.S
coregrind/x86-linux/syscalls.c
coregrind/x86-linux/vki_unistd.h
coregrind/x86/core_arch.h
coregrind/x86/core_arch_asm.h
coregrind/x86/cpuid.S
coregrind/x86/dispatch.S
coregrind/x86/helpers.S
coregrind/x86/jmp_with_stack.c
coregrind/x86/libpthread.c
coregrind/x86/signals.c
coregrind/x86/state.c
coregrind/x86/x86_private.h
coregrind/x86/x86_private_asm.h
helgrind/tests/filter_stderr
include/amd64-linux/vki_arch.h
include/amd64-linux/vki_arch_posixtypes.h
include/amd64/tool_arch.h
include/arm-linux/vki_arch.h
include/arm-linux/vki_arch_posixtypes.h
include/arm/tool_arch.h
include/basic_types.h
include/linux/vki.h
include/tool.h.base
include/tool_asm.h
include/valgrind.h.in
include/vg_profile.c
include/x86-linux/vki_arch.h
include/x86-linux/vki_arch_posixtypes.h
include/x86/tool_arch.h
lackey/tests/filter_stderr
massif/tests/filter_stderr
memcheck/tests/filter_stderr
none/tests/filter_stderr
tests/filter_stderr_basic
tests/vg_regtest.in
valgrind.pc.in

index e7668baff1cd50b991d8f26303409a1186014a26..b175b066102b2db6fb391fdd223fb4033c013e02 100755 (executable)
@@ -4,5 +4,9 @@
 
 dir=`dirname $0`
 
-$dir/../../memcheck/tests/filter_stderr
+$dir/../../memcheck/tests/filter_stderr |
+
+# Remove "Lackey, ..." line and the following copyright line.
+sed "/^Addrcheck, a fine-grained address checker./ , /./ d"
+
 
index 1ab139cfe3654fa11c6534ca4ac451e1dcf856df..fcd2ca58d652c1d322f8e19969e0ed1ab23c7609 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index ac013c367588cc4c93f3ece899ae67344cfbe174..99981a0832483b86e9c6d78feec40d8ee905f98f 100644 (file)
@@ -33,7 +33,7 @@
 
 void TL_(pre_clo_init)(void)
 {
-   VG_(details_name)            ("Coregrind");
+   VG_(details_name)            ("Corecheck");
    VG_(details_version)         (NULL);
    VG_(details_description)     ("a rudimentary error detector");
    VG_(details_copyright_author)(
index e188381266108932849d74bb0b53c790750e9a24..34287969bd1f33a12cb5597ef91e2f4f849912ba 100755 (executable)
@@ -2,7 +2,7 @@
 
 dir=`dirname $0`
 
-$dir/../../tests/filter_stderr_basic                    |
+./filter_stderr                    |
 
 # Anonymise addresses
 $dir/../../tests/filter_addresses
index b33fb2d730670096171cdb5f84424238e42c50fe..f04b8f16b91cca3b94b7798c6f8908c77bc26df5 100755 (executable)
@@ -2,7 +2,7 @@
 
 dir=`dirname $0`
 
-$dir/../../tests/filter_stderr_basic                    |
+./filter_stderr                    |
 
 # Anonymise addresses
 $dir/../../tests/filter_addresses                       |
index 76189819f266af20aa6a0c4cd355e1690e96ea02..ee32616939c41f383859fbb6cdd020185d8eac6c 100755 (executable)
@@ -2,4 +2,8 @@
 
 dir=`dirname $0`
 
-$dir/../../tests/filter_stderr_basic
+$dir/../../tests/filter_stderr_basic |
+
+# Remove "Corecheck, ..." line and the following copyright line.
+sed "/^Corecheck, a rudimentary error detector./ , /./ d"
+
index 568d80f212a0a9ecb1f54b12a8bc72a8993087ee..6134abb5f4a9e7e125f9679820db4ba517d57fb8 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index 2476039762d53ce26bfe55a618c799b7a1529d10..d8bfc089cd6d0e262adfc552ac16d286bc544d66 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 3282b9057d31eb90115c84d413df87705ed46596..016678c09368f9c381c9abf29b6f371ab11d9c01 100644 (file)
@@ -4,8 +4,8 @@
 ##--------------------------------------------------------------------##
 
 /*
-  This file is part of Valgrind, an extensible x86 protected-mode
-  emulator for monitoring program execution on x86-Unixes.
+  This file is part of Valgrind, a dynamic binary instrumentation
+  framework.
 
   Copyright (C) 2000-2004 Julian Seward 
      jseward@acm.org
index 942a75a5799828bdee226a6256c4733c4d2ff7d1..8ad091d0f578ad9877eb7c5dd61332fb0fc845c2 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index 770b670d475d9706be2568f476db50bb59c3c66f..bcf47eae52715410f05bbd0b80b80fc431633f62 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 6e421656c6b7682630b985a0e1bd3be1c9197c1f..58e1b6d2542568d0a02a357420e937b4c8fe70b9 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index 4649982bf162b2a34351cbf811868e8ee7fece94..bcbb3bd556d368b16c593fb9dcc43495bff537a9 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index b4763c7cc592ba61e0bd79fa9cd9e99a4aedaedd..62721900248b8e28238c072aa487134d33d1b6a1 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index ddcdcda578128597d6827f7b7996e6593320b457..9af20f3e55a869c715b684e40694e80a3a4009ba 100644 (file)
@@ -3,8 +3,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index cc883445743f389a6471ac213cf18ab42249b618..12b740215c6c552b8f221a3c8e79f679cd7970c6 100644 (file)
@@ -4,8 +4,8 @@
 ##--------------------------------------------------------------------##
 
 /*
-  This file is part of Valgrind, an extensible x86 protected-mode
-  emulator for monitoring program execution on x86-Unixes.
+  This file is part of Valgrind, a dynamic binary instrumentation
+  framework.
 
   Copyright (C) 2000-2004 Julian Seward 
      jseward@acm.org
index c8efa102c484c29476a6e8de75135f144d6f7d63..a0b3be9d64887c210607f4d70268581ff94a145e 100644 (file)
@@ -5,8 +5,8 @@
 ##--------------------------------------------------------------------##
 
 /*
-  This file is part of Valgrind, an extensible x86 protected-mode
-  emulator for monitoring program execution on x86-Unixes.
+  This file is part of Valgrind, a dynamic binary instrumentation
+  framework.
 
   Copyright (C) 2000-2004 Julian Seward 
      jseward@acm.org
index c2c83abb1c44575420c17733e892ec04f4522ba9..50c4f4553514527b6ebd0b14335c1077e16b30d2 100644 (file)
@@ -3,8 +3,8 @@
 ##--------------------------------------------------------------------##
 
 /*
-  This file is part of Valgrind, an extensible x86 protected-mode
-  emulator for monitoring program execution on x86-Unixes.
+  This file is part of Valgrind, a dynamic binary instrumentation
+  framework.
 
   Copyright (C) 2000-2004 Julian Seward 
      jseward@acm.org
index 8a6e23908a65914fc1d5a5cc38455c5a67c99c27..5355a5430f06679199b31854bc5a150cb9f3ece7 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 673b2b8553da69461a9a4cdbeb511b139774e562..1f2d758a7f336c4737191070d3302d4860f98a17 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 7fefc920eaac94c3933f86150a9c1ea252578e2c..03a291302b5517e8e6385c3696001905a190bf3c 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index b78a09ed90b5ef2613958c593b66b46c0778b02e..5258067e3440401d62837df57ad3e58d41a3ee80 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index 33da12b291d56adc8a64055c1debcf38f391916e..6ec2dbed09adb24c63d925b7788eb95fd5b187be 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index 307d92f7bdba4b9a21bc2d93f94d4ec0e5356754..fa530125fb947aa8cbee30ecb9d197e13495a35f 100644 (file)
@@ -4,8 +4,8 @@
 ##--------------------------------------------------------------------##
 
 /*
-  This file is part of Valgrind, an extensible x86 protected-mode
-  emulator for monitoring program execution on x86-Unixes.
+  This file is part of Valgrind, a dynamic binary instrumentation
+  framework.
 
   Copyright (C) 2000-2004 Julian Seward 
      jseward@acm.org
index cd99577284ced5c76c5650f19054e4a46be6e0e0..b09d6007613ac311be3af39ce6898aa90174fcf5 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index 5082ed35bd38573357c7a89f1e42af0e9e2db7dd..2f415e342605aa957b31586d28501a71601010f9 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 76981ea518206ed800a0c9188d70097220a670c2..bb23f72469fb46074b7b988c57e1e33ba0dc639e 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index 0806226bb9e0f6f3a781f2f940af4d2f324681f6..4a63a3bf2e5d97aedba57ab902dfa714af0c766e 100644 (file)
@@ -3,8 +3,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index ed74cb9fbe8f9f689253cb5182f4b9305925d4ad..c1e338d7c080891f03ad5d8594eddca724c1e060 100644 (file)
@@ -5,8 +5,8 @@
 ##--------------------------------------------------------------------##
 
 /*
-  This file is part of Valgrind, an extensible x86 protected-mode
-  emulator for monitoring program execution on x86-Unixes.
+  This file is part of Valgrind, a dynamic binary instrumentation
+  framework.
 
   Copyright (C) 2000-2004 Julian Seward 
      jseward@acm.org
index 0ab6cafdd5c52725f65990d4721fc4594be2f18f..4b22803d8725d610518ee6caf85573f39801f0e6 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index a9965713428fef018beedcbb62b00dac9cc9d512..04812395e7b4ed41cc9137a0b2c916e9a1d104de 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 61a8bfe199af9918141099a5fdcfe28e23ea4700..ef6593d465a8219df6555356fdc994715da04f5e 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index 82c3272dd45a8a8138bab611598385477fffaa85..a94b41af4eca7d53db374f5c6140a3e318dc4fb5 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index e27a7497f05517ce295e6264917d4347d2ed58f2..de9b5762203713ce209464e9436e991ff9bd57e4 100644 (file)
@@ -6,8 +6,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 24b9f31ca811b975462adabaa5c080b5bf5194f2..e0c319a400bc81d71055a7a14c87e682afda59e3 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 692ee1e2bec9624479aa228cf785cc74b9827683..08f19fe05026571eaa214b7aa387a635b16a68ba 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 
-#  This file is part of Valgrind, an extensible x86 protected-mode
-#  emulator for monitoring program execution on x86-Unixes.
+#  This file is part of Valgrind, a dynamic binary instrumentation
+#  framework.
 #
 #  Copyright (C) 2000-2004 Julian Seward 
 #     jseward@acm.org
index 841396a906cd218944af3deeef57bd2a512fd093..ccce99baf36a980f4b61104a5187699a84711173 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 
-#  This file is part of Valgrind, an extensible x86 protected-mode
-#  emulator for monitoring program execution on x86-Unixes.
+#  This file is part of Valgrind, a dynamic binary instrumentation
+#  framework.
 #
 #  Copyright (C) 2000-2004 Julian Seward 
 #     jseward@acm.org
index f60da62911511f83ffd03a6869ae5cb4f5b5a8c2..31e670f324dbce496c795c78f7d1934ac67ba9bd 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index 01dadcf31f79ff8ecf46f27cc7137aa964c9b862..d86ff85bdf83b8f5e1b54ea7dfa966594b562cf4 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index de0f45de7a62df8d11cb365aa0674a02c4327da9..0a0cb77ecb58f6cd5fb5bf11bffe822b86c1c4f9 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 14120484f1f3911da8aedc06d669a0cc0bc008ae..38de1b0a52b3329789b435761d0f2b7237b9036f 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index a78af58b8268ec133b46c3d27726194ddd6d35f3..6e7c1caca713c10ddbd5e98b4f630541060d9ab5 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 143f809aa058c22a4d07b960777be7f1bde4af3f..f88fe75313e32038db681f2a2cb9f1a639fdcac6 100644 (file)
@@ -6,8 +6,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index f5696aa1dd830d77d1b6d95b77a8c3b30e5a720c..7c52cb53a570abadd8313d2f301c6b9fdab0f02c 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index a44133e1ca096e61e0bf49d528f47f6e941b3855..063d48189f5c69f4d100c8b00d4ccb449e14924b 100644 (file)
@@ -6,8 +6,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index cbb90df3d2d7f612f96d2cdaec2e15ad016dae1f..29bcdb9f3c5c674111098e45e90bfbf3c92cab76 100644 (file)
@@ -3,8 +3,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward
       jseward@acm.org
index 982a2df7b611deeb49e80f1e555824c7895b8afc..2fbaa09e36471b9a83630883c09eac3181d82e7e 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 16be0f445f00385608e02a57192e486db1621e32..72734838e849f6b5b131b01e2439cf3e30fa8691 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 697891a27e229c4c8b9a6885d7d85a353fa7718d..7d74b0128f76c1056680d1a9524369d4e08fd59d 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 5c1b20b447f9db3632837dfa83dd1c5fd4cb1302..e34c3c1ced90a5b7750246f04792ce4c0f9890bb 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index b76d3b9a0836d898ba91fe6b649647db59050f47..77d240fe378137a4fdc80629be57cc844623d868 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 4f5373199953665801212117052f1d915b0ed3e0..f197499ae384c33d2912575af8acfe1d49ea3850 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index c39a08bed317d35dd34afb7ffd77392cc4b503b6..84b7400ec033e55b5af4a579a4fda9a5358b43ec 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 82856d22975fae5a53d091bab9ee7c2f4f98f0b4..808e77cb96d23a8414a1d96474f22d33f3542750 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
@@ -1975,18 +1975,17 @@ static void process_cmd_line_options( UInt* client_auxv, const char* toolname )
 
    if (VG_(clo_verbosity > 0)) {
       /* Tool details */
-      VG_(message)(Vg_UserMsg, "%s%s%s, %s for %s.",
+      VG_(message)(Vg_UserMsg, "%s%s%s, %s.",
                    VG_(details).name, 
-                   NULL == VG_(details).version ?        "" : "-",
+                   NULL == VG_(details).version ? "" : "-",
                    NULL == VG_(details).version 
                       ? (Char*)"" : VG_(details).version,
-                   VG_(details).description,
-                   VG_PLATFORM);
+                   VG_(details).description);
       VG_(message)(Vg_UserMsg, "%s", VG_(details).copyright_author);
 
       /* Core details */
       VG_(message)(Vg_UserMsg,
-         "Using valgrind-%s, a program supervision framework for %s.",
+         "Using valgrind-%s, a dynamic binary instrumentation framework.",
          VERSION, VG_PLATFORM);
       VG_(message)(Vg_UserMsg, 
          "Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward et al.");
index db660c5ca1e7ed04e431aabead1c456b1e77d9e1..9fd9ed1a006aa7dce4e00301ca1887363e1234aa 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index c7699c962d1122c8d425d001f18fd67b4ac33995..cc94abac02e5fc794f0e9b7cf7b1f02ac1d4966b 100644 (file)
@@ -6,8 +6,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 1d2d1df389b95457e6c95c317e5b38e1d496e3e2..3689f4d7404a99d03811627932d81e55531d4e98 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 07bc753c9307d6b038568e730452c3ea89ec666f..8c80b2b913b88501a90c0056029c0a1a6c2fe69f 100644 (file)
@@ -6,8 +6,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index d0a6bb095b98c865103ae82dc13cdeeecf131a9d..37d021ee54e69bb17b3179dea89d7a8c1a9b2143 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index b649f87dadde931ed7fb289bc6de493586e092ce..ea989a9c8e2e7482547fb41ef1dc869687f6ae3f 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 31671bc388851c320f621ac3ef0cd1383e6f7fdc..dd236f3bc59630a4fe314d93e5b41180f733ee86 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 97cf3dbb71380e2cf51ff5e0025cc3eb2b4b026c..a154196949be74b1a5ba7041a974636318206fbb 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index e774fee06e10b6212e5db93cb563fe1f3946b1d2..dc26df820d17348666c0cc9700c05714f901b7d6 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index b8eb72f069d52e10325c1c251493aa1d8b8a44d5..c4928d19ee5e6a3f29b4af58d0b4efe270226ca8 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 1ff3fc319d40b09ee23af3b75ac2ba39ab242d12..eac6fa100b75dcf24f1a4f841146102a11e68fb8 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2002-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index 28725fd27d751b1196811c98973cc552173337ab..d1fcc17e0459800a5445beeb9492de92dd6368b5 100644 (file)
@@ -3,8 +3,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward
       jseward@acm.org
index 50469c60724483bc92f9a77c06d2a0453ea76017..ae0c138ce755251bbd133308ce0159099a0704b9 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 7f442d6cd93c9d215f2050410cf77bece08e2215..6b2f3f497dca0e97b5302560257cb5af5ae0b5fe 100644 (file)
@@ -3,8 +3,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward
       jseward@acm.org
index 8242b98f2cb49a89b6a4c9a04d81f830028f83e7..5ea1dd055581b0fb0e9db7bb782201504a367154 100644 (file)
@@ -3,8 +3,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward
       jseward@acm.org
index 8caa191419ab1fc913ec5bd5e788fb47e0255ffe..8f3a927beb47987d708ee1eeaa0a6e629154890e 100644 (file)
@@ -3,8 +3,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward
       jseward@acm.org
index 6e1d4722b26b25d49a48d13cbd3b82c02c45298d..7c174e7312e39ed3eb079dfa24921ed5183a5e45 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 6ab462c41e3b542f56a41259f5f2934760dbbaad..18be7ab5c067544041c3a0f75265f77cf96157bd 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 195ce6cd27461ba1bf9be34aebb0f7f7dabd3d86..13dbc6d99f488be2629ee38763c11855a667999c 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 659956e4a0bb17a3c7f93d57926b5c8e5a9d2f4f..0c202dedd9e94c98e4dcd8dd7329465dc481be82 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index a85b480a721bbf1a503ff3057991fc99fe22b93d..049db43a535ee7972809c1faf3c0edd675325829 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 8611476b20a5db93420a2655c8a72fa48bf2478f..456524daf5e8e669993e8bd618fdac19d5274afd 100644 (file)
@@ -4,8 +4,8 @@
 ##--------------------------------------------------------------------##
 
 /*
-  This file is part of Valgrind, an extensible x86 protected-mode
-  emulator for monitoring program execution on x86-Unixes.
+  This file is part of Valgrind, a dynamic binary instrumentation
+  framework.
 
   Copyright (C) 2000-2004 Julian Seward 
      jseward@acm.org
index 6e5a822c3d60808085fae03fc6b728a8bb743bc5..9ac87233a042f6a162328996fc30babe3b0c4b75 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index 7676ea7e0a0f43b8e48361b10302e92380c4514f..fe8c2d4ad9ab0315a8de550b782a633a8372c4ae 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 2b9098a387f68ae2e23433c13d538eedefd1e652..653e7920a4bb332d9255c886e1d0922679624a48 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index a5177eb444b3980cf03ee5cc711faf6f74b78a93..204edc3a6f79984adabd94a32b84f89dc6f9a507 100644 (file)
@@ -3,8 +3,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index 53770aefe32bd9b4d54845579ac7bd1b35019b5d..827d93ef6f7998a015760a99f5d2089118a13255 100644 (file)
@@ -4,8 +4,8 @@
 ##--------------------------------------------------------------------##
 
 /*
-  This file is part of Valgrind, an extensible x86 protected-mode
-  emulator for monitoring program execution on x86-Unixes.
+  This file is part of Valgrind, a dynamic binary instrumentation
+  framework.
 
   Copyright (C) 2000-2004 Julian Seward 
      jseward@acm.org
index fe0deec1178fbb23c2284fe9fc7b396a07de9fd0..4cf8e2125588c912af4f92d402f5128b1824ed9d 100644 (file)
@@ -5,8 +5,8 @@
 ##--------------------------------------------------------------------##
 
 /*
-  This file is part of Valgrind, an extensible x86 protected-mode
-  emulator for monitoring program execution on x86-Unixes.
+  This file is part of Valgrind, a dynamic binary instrumentation
+  framework.
 
   Copyright (C) 2000-2004 Julian Seward 
      jseward@acm.org
index a8c813c8f8d5694c619221008cf64071d3d93a78..420198e9db0db6f30ee362bf91788c3b30a3e17c 100644 (file)
@@ -3,8 +3,8 @@
 ##--------------------------------------------------------------------##
 
 /*
-  This file is part of Valgrind, an extensible x86 protected-mode
-  emulator for monitoring program execution on x86-Unixes.
+  This file is part of Valgrind, a dynamic binary instrumentation
+  framework.
 
   Copyright (C) 2000-2004 Julian Seward 
      jseward@acm.org
index 0d1b15ec0ff2e6d9f839334bc0070ce057be5b74..d4ce4d8624f37c4a7c9048444741636f5811154c 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index ce74e4d8ec942e49df451ff9d2abe68e7902c256..ce891cfdf98061fc5e46f6907167736f9030ed5a 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 3391637ab2ed1723f1d402cb57dabd37fb6d2b73..f4e51d4019e0bcbec471971db9a281e63a2a418d 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index f8c7cc4932242c360038aeab4667bf0689a2be6e..8bf701c2fb615bb5a250787620e2b6e8b8477ebd 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index 0a92fa26fb7b4ca1bc7521adce69fcbb4877f0f7..2c78e8d134bc4a826e152856ae0279329c16f839 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index 73ad8ad90a430cf06b8ed40cb3ba54ecd8d5d19f..3180cd8cf343ac0910d60e68f35e833e0cb1195f 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index 92ce7c1b66c400dc1ed561da33afcd87887bc4d1..b8a0cf7aade5379cd0ce6e7a1db44ff576f5a7e2 100755 (executable)
@@ -7,6 +7,9 @@ dir=`dirname $0`
 $dir/../../tests/filter_stderr_basic |
 $dir/../../tests/filter_addresses |
 
+# Remove "Helgrind, ..." line and the following copyright line.
+sed "/^Helgrind, a data race detector./ , /./ d" |
+
 # Anonymise paths like "section of /foo/bar/helgrind/tests/baz)"
 sed "s/section of \/.*helgrind\/tests.*$/section of \/...helgrind\/tests.../" |
 
index 6acbedd34eb1182ec9763fb05762bbf0ef127d79..57180e18a8f612728ca15c16667289464374163b 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 54f1eed61448fac2619a6a1a6d789ef15094ce8c..ee87474f7d935b7b4dc78102141df267bf3dd16c 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index b307f831254eaa97538942abb9f29e499738a23e..b93fa43b14ccace8309140151911f90f5f92cf3e 100644 (file)
@@ -3,8 +3,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index cc971cae3ccbfe3163d39edac779d728a029e6a0..58b9fa3724810bb9c0855760c6ddbe6f05ca3dbf 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index b923708dee8b8fd1ecd4620b7f5dffac794da451..8e31e4140829f268f1d860edb774fa0393f86efb 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 91d286c4a614868e0f5edf73d35361d6117f4aad..67887a65287684154c41c8506df7ca47e87fa659 100644 (file)
@@ -3,8 +3,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index 1a1bff0e44138257ee36c99d9e6378400d3cd242..5a5c2ea31758b7dda75387a8fa332c6a77ab48ea 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index c1a7875d5ae6db13ba2fcb01d9d17ea3110c65ee..946872c573197fcf5ce3627d86bee83babb22113 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 50ca9510ed7e166806378a828c1342b7e0c4c838..15c844ec628245562d5a69a943b85ad090463755 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward
       jseward@acm.org
index 9bd21cb28a03df080a6f96775d02d1cbffd40870..61f7539f89935fdb99252b7f0aff5b0be18828e6 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index cf28de9b672e0752f1f3d1ad58aa9c070094b97d..9c5e03cab3f8b8af9674db8cf8f63ad8b7a0d246 100644 (file)
@@ -9,8 +9,8 @@
 
    ----------------------------------------------------------------
 
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward.  All rights reserved.
 
index a497858f04cf5068985086f02b4e8cef1db04839..004783e8cb410b80178f6b3e8965485516e9843e 100644 (file)
@@ -7,8 +7,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 5a4075bde43f4e86eb4daddb97ac775dae38fb0c..3d35f12f4733b965c687b75c62324816014b1a4e 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index 9a0555e7f8f456f37333a5458167614da598f628..81dca80dec840d3f9a0489e4ce24d37f137cf305 100644 (file)
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Julian Seward 
       jseward@acm.org
index c52065d98afc34870cdc6618dbe25a3e4d3ada73..2ea7b936e918815784651d8daa848668ec74d871 100644 (file)
@@ -3,8 +3,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2004 Nicholas Nethercote
       njn25@cam.ac.uk
index 1f415be4b4dac94ca27bd46f9534537e97754068..94c488100d53a2dea904356231d6491793740ed8 100755 (executable)
@@ -4,6 +4,9 @@ dir=`dirname $0`
 
 $dir/../../tests/filter_stderr_basic    |
 
+# Remove "Lackey, ..." line and the following copyright line.
+sed "/^Lackey, an example Valgrind tool./ , /./ d" |
+
 # Output looks like this...
 #
 # Counted 53 calls to _dl_runtime_resolve()
index f285a2720631d0578a11ae9c7be2b6f5efc34959..08d4fc0d825338876cd06c4ccbd1d7692cdcc5c1 100755 (executable)
@@ -4,6 +4,9 @@ dir=`dirname $0`
 
 $dir/../../tests/filter_stderr_basic                |
 
+# Remove "Massif, ..." line and the following copyright line.
+sed "/^Massif, a space profiler./ , /./ d" |
+
 # Remove numbers from all lines
 sed "s/\([a-zA-Z(): ]*\)[ 0-9\.,()+rdw]*\(%\|ms.B\)$/\1/"
 
index 4c583fbadc7e90fcb5476a734bd323e9e821b4fe..9626661b9437b7c105e1278765a0bd306d9eaf3b 100755 (executable)
@@ -7,6 +7,9 @@ $dir/../../tests/filter_stderr_basic                    |
 # Anonymise addresses
 $dir/../../tests/filter_addresses                       |
 
+# Remove "Memcheck, ..." line and the following copyright line.
+sed "/^Memcheck, a memory error detector/ , /./ d" |
+
 # Anonymise line numbers in mac_replace_strmem.c
 sed "s/mac_replace_strmem.c:[0-9]*/mac_replace_strmem.c:.../"  |
 
index 76189819f266af20aa6a0c4cd355e1690e96ea02..a3f09e20dbd13b5b708a0743946e9969560f5b45 100755 (executable)
@@ -2,4 +2,8 @@
 
 dir=`dirname $0`
 
-$dir/../../tests/filter_stderr_basic
+$dir/../../tests/filter_stderr_basic |
+
+# Remove "Corecheck, ..." line and the following copyright line.
+sed "/^Nulgrind, a binary JIT-compiler./ , /./ d"
+
index b6cb7b75edc21f45cfeca73e1c76db146dea3f86..7094f78b3504e05a853cda10cdb9b59a4a56993f 100755 (executable)
@@ -6,9 +6,9 @@
 # Remove ==pid== and --pid-- and ++pid++ and **pid** strings 
 sed "s/\(==\|--\|\+\+\|\*\*\)[0-9]\{1,5\}\1 //"             |
 
-# Remove "<name>, a <description> for $ARCH-$OS." line and the following
-# copyright notice line.  Works for tool and core intro lines.
-sed "/^.*, .* for .*-.*\./ , /./ d"                                | 
+# Remove "Using valgrind..." line and the following
+# copyright notice line.  Tools have to filter their own line themselves.
+sed "/^Using valgrind-.*, a dynamic binary instrumentation framework/ , /./ d" |
 
 # Remove other introductory lines
 sed "/Estimated CPU clock rate is [0-9]* MHz/d"                       |
index 1ac35158034d847614c9d32a5cc3cf77cdc121d4..74c5f659e051c54ee1abc1e520cb76dc10f30d74 100755 (executable)
@@ -3,8 +3,8 @@
 ##--- Valgrind regression testing script                vg_regtest ---##
 ##--------------------------------------------------------------------##
 
-#  This file is part of Valgrind, an extensible x86 protected-mode
-#  emulator for monitoring program execution on x86-Unixes.
+#  This file is part of Valgrind, a dynamic binary instrumentation
+#  framework.
 #
 #  Copyright (C) 2003 Nicholas Nethercote
 #     njn25@cam.ac.uk
index a13c7490b9d614f55d1c3f7ddf2779162427b3ad..fece61067b33cb2a48e3b676dc679c46a3f44fef 100644 (file)
@@ -7,7 +7,7 @@ os=@VG_OS@
 platform=@VG_PLATFORM@
 
 Name: Valgrind
-Description: Program supervision framework for x86-GNU/Linux
+Description: A dynamic binary instrumentation framework
 Version: @VERSION@
 Requires:
 Libs: