From: Nicholas Nethercote Date: Wed, 1 Dec 2004 14:14:42 +0000 (+0000) Subject: Changed message at the top of files, and the startup message, and the X-Git-Tag: svn/VALGRIND_3_0_0~1140 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce2585d447dd39717529f6116a2f6304b8ba23b7;p=thirdparty%2Fvalgrind.git Changed message at the top of files, and the startup message, and the 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 --- diff --git a/addrcheck/tests/filter_stderr b/addrcheck/tests/filter_stderr index e7668baff1..b175b06610 100755 --- a/addrcheck/tests/filter_stderr +++ b/addrcheck/tests/filter_stderr @@ -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" + diff --git a/auxprogs/valgrind-listener.c b/auxprogs/valgrind-listener.c index 1ab139cfe3..fcd2ca58d6 100644 --- a/auxprogs/valgrind-listener.c +++ b/auxprogs/valgrind-listener.c @@ -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 diff --git a/corecheck/cc_main.c b/corecheck/cc_main.c index ac013c3675..99981a0832 100644 --- a/corecheck/cc_main.c +++ b/corecheck/cc_main.c @@ -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)( diff --git a/corecheck/tests/filter_as_mmap b/corecheck/tests/filter_as_mmap index e188381266..34287969bd 100755 --- a/corecheck/tests/filter_as_mmap +++ b/corecheck/tests/filter_as_mmap @@ -2,7 +2,7 @@ dir=`dirname $0` -$dir/../../tests/filter_stderr_basic | +./filter_stderr | # Anonymise addresses $dir/../../tests/filter_addresses diff --git a/corecheck/tests/filter_fdleak b/corecheck/tests/filter_fdleak index b33fb2d730..f04b8f16b9 100755 --- a/corecheck/tests/filter_fdleak +++ b/corecheck/tests/filter_fdleak @@ -2,7 +2,7 @@ dir=`dirname $0` -$dir/../../tests/filter_stderr_basic | +./filter_stderr | # Anonymise addresses $dir/../../tests/filter_addresses | diff --git a/corecheck/tests/filter_stderr b/corecheck/tests/filter_stderr index 76189819f2..ee32616939 100755 --- a/corecheck/tests/filter_stderr +++ b/corecheck/tests/filter_stderr @@ -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" + diff --git a/coregrind/amd64-linux/core_platform.h b/coregrind/amd64-linux/core_platform.h index 568d80f212..6134abb5f4 100644 --- a/coregrind/amd64-linux/core_platform.h +++ b/coregrind/amd64-linux/core_platform.h @@ -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 diff --git a/coregrind/amd64-linux/ldt.c b/coregrind/amd64-linux/ldt.c index 2476039762..d8bfc089cd 100644 --- a/coregrind/amd64-linux/ldt.c +++ b/coregrind/amd64-linux/ldt.c @@ -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 diff --git a/coregrind/amd64-linux/syscall.S b/coregrind/amd64-linux/syscall.S index 3282b9057d..016678c093 100644 --- a/coregrind/amd64-linux/syscall.S +++ b/coregrind/amd64-linux/syscall.S @@ -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 diff --git a/coregrind/amd64-linux/syscalls.c b/coregrind/amd64-linux/syscalls.c index 942a75a579..8ad091d0f5 100644 --- a/coregrind/amd64-linux/syscalls.c +++ b/coregrind/amd64-linux/syscalls.c @@ -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 diff --git a/coregrind/amd64-linux/vki_unistd.h b/coregrind/amd64-linux/vki_unistd.h index 770b670d47..bcf47eae52 100644 --- a/coregrind/amd64-linux/vki_unistd.h +++ b/coregrind/amd64-linux/vki_unistd.h @@ -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 diff --git a/coregrind/amd64/amd64_private.h b/coregrind/amd64/amd64_private.h index 6e421656c6..58e1b6d254 100644 --- a/coregrind/amd64/amd64_private.h +++ b/coregrind/amd64/amd64_private.h @@ -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 diff --git a/coregrind/amd64/amd64_private_asm.h b/coregrind/amd64/amd64_private_asm.h index 4649982bf1..bcbb3bd556 100644 --- a/coregrind/amd64/amd64_private_asm.h +++ b/coregrind/amd64/amd64_private_asm.h @@ -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 diff --git a/coregrind/amd64/core_arch.h b/coregrind/amd64/core_arch.h index b4763c7cc5..6272190024 100644 --- a/coregrind/amd64/core_arch.h +++ b/coregrind/amd64/core_arch.h @@ -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 diff --git a/coregrind/amd64/core_arch_asm.h b/coregrind/amd64/core_arch_asm.h index ddcdcda578..9af20f3e55 100644 --- a/coregrind/amd64/core_arch_asm.h +++ b/coregrind/amd64/core_arch_asm.h @@ -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 diff --git a/coregrind/amd64/cpuid.S b/coregrind/amd64/cpuid.S index cc88344574..12b740215c 100644 --- a/coregrind/amd64/cpuid.S +++ b/coregrind/amd64/cpuid.S @@ -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 diff --git a/coregrind/amd64/dispatch.S b/coregrind/amd64/dispatch.S index c8efa102c4..a0b3be9d64 100644 --- a/coregrind/amd64/dispatch.S +++ b/coregrind/amd64/dispatch.S @@ -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 diff --git a/coregrind/amd64/helpers.S b/coregrind/amd64/helpers.S index c2c83abb1c..50c4f45535 100644 --- a/coregrind/amd64/helpers.S +++ b/coregrind/amd64/helpers.S @@ -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 diff --git a/coregrind/amd64/jmp_with_stack.c b/coregrind/amd64/jmp_with_stack.c index 8a6e23908a..5355a5430f 100644 --- a/coregrind/amd64/jmp_with_stack.c +++ b/coregrind/amd64/jmp_with_stack.c @@ -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 diff --git a/coregrind/amd64/libpthread.c b/coregrind/amd64/libpthread.c index 673b2b8553..1f2d758a7f 100644 --- a/coregrind/amd64/libpthread.c +++ b/coregrind/amd64/libpthread.c @@ -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 diff --git a/coregrind/amd64/signals.c b/coregrind/amd64/signals.c index 7fefc920ea..03a291302b 100644 --- a/coregrind/amd64/signals.c +++ b/coregrind/amd64/signals.c @@ -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 diff --git a/coregrind/amd64/state.c b/coregrind/amd64/state.c index b78a09ed90..5258067e34 100644 --- a/coregrind/amd64/state.c +++ b/coregrind/amd64/state.c @@ -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 diff --git a/coregrind/arm-linux/core_platform.h b/coregrind/arm-linux/core_platform.h index 33da12b291..6ec2dbed09 100644 --- a/coregrind/arm-linux/core_platform.h +++ b/coregrind/arm-linux/core_platform.h @@ -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 diff --git a/coregrind/arm-linux/syscall.S b/coregrind/arm-linux/syscall.S index 307d92f7bd..fa530125fb 100644 --- a/coregrind/arm-linux/syscall.S +++ b/coregrind/arm-linux/syscall.S @@ -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 diff --git a/coregrind/arm-linux/syscalls.c b/coregrind/arm-linux/syscalls.c index cd99577284..b09d600761 100644 --- a/coregrind/arm-linux/syscalls.c +++ b/coregrind/arm-linux/syscalls.c @@ -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 diff --git a/coregrind/arm-linux/vki_unistd.h b/coregrind/arm-linux/vki_unistd.h index 5082ed35bd..2f415e3426 100644 --- a/coregrind/arm-linux/vki_unistd.h +++ b/coregrind/arm-linux/vki_unistd.h @@ -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 diff --git a/coregrind/arm/core_arch.h b/coregrind/arm/core_arch.h index 76981ea518..bb23f72469 100644 --- a/coregrind/arm/core_arch.h +++ b/coregrind/arm/core_arch.h @@ -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 diff --git a/coregrind/arm/core_arch_asm.h b/coregrind/arm/core_arch_asm.h index 0806226bb9..4a63a3bf2e 100644 --- a/coregrind/arm/core_arch_asm.h +++ b/coregrind/arm/core_arch_asm.h @@ -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 diff --git a/coregrind/arm/dispatch.S b/coregrind/arm/dispatch.S index ed74cb9fbe..c1e338d7c0 100644 --- a/coregrind/arm/dispatch.S +++ b/coregrind/arm/dispatch.S @@ -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 diff --git a/coregrind/arm/jmp_with_stack.c b/coregrind/arm/jmp_with_stack.c index 0ab6cafdd5..4b22803d87 100644 --- a/coregrind/arm/jmp_with_stack.c +++ b/coregrind/arm/jmp_with_stack.c @@ -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 diff --git a/coregrind/arm/libpthread.c b/coregrind/arm/libpthread.c index a996571342..04812395e7 100644 --- a/coregrind/arm/libpthread.c +++ b/coregrind/arm/libpthread.c @@ -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 diff --git a/coregrind/arm/signals.c b/coregrind/arm/signals.c index 61a8bfe199..ef6593d465 100644 --- a/coregrind/arm/signals.c +++ b/coregrind/arm/signals.c @@ -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 diff --git a/coregrind/arm/state.c b/coregrind/arm/state.c index 82c3272dd4..a94b41af4e 100644 --- a/coregrind/arm/state.c +++ b/coregrind/arm/state.c @@ -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 diff --git a/coregrind/core.h b/coregrind/core.h index e27a7497f0..de9b576220 100644 --- a/coregrind/core.h +++ b/coregrind/core.h @@ -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 diff --git a/coregrind/core_asm.h b/coregrind/core_asm.h index 24b9f31ca8..e0c319a400 100644 --- a/coregrind/core_asm.h +++ b/coregrind/core_asm.h @@ -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 diff --git a/coregrind/gen_intercepts.pl b/coregrind/gen_intercepts.pl index 692ee1e2be..08f19fe050 100644 --- a/coregrind/gen_intercepts.pl +++ b/coregrind/gen_intercepts.pl @@ -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 diff --git a/coregrind/gen_toolint.pl b/coregrind/gen_toolint.pl index 841396a906..ccce99baf3 100644 --- a/coregrind/gen_toolint.pl +++ b/coregrind/gen_toolint.pl @@ -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 diff --git a/coregrind/linux/core_os.h b/coregrind/linux/core_os.h index f60da62911..31e670f324 100644 --- a/coregrind/linux/core_os.h +++ b/coregrind/linux/core_os.h @@ -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 diff --git a/coregrind/linux/syscalls.c b/coregrind/linux/syscalls.c index 01dadcf31f..d86ff85bdf 100644 --- a/coregrind/linux/syscalls.c +++ b/coregrind/linux/syscalls.c @@ -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 diff --git a/coregrind/stage1.c b/coregrind/stage1.c index de0f45de7a..0a0cb77ecb 100644 --- a/coregrind/stage1.c +++ b/coregrind/stage1.c @@ -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 diff --git a/coregrind/ume.c b/coregrind/ume.c index 14120484f1..38de1b0a52 100644 --- a/coregrind/ume.c +++ b/coregrind/ume.c @@ -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 diff --git a/coregrind/ume.h b/coregrind/ume.h index a78af58b82..6e7c1caca7 100644 --- a/coregrind/ume.h +++ b/coregrind/ume.h @@ -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 diff --git a/coregrind/vg_default.c b/coregrind/vg_default.c index 143f809aa0..f88fe75313 100644 --- a/coregrind/vg_default.c +++ b/coregrind/vg_default.c @@ -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 diff --git a/coregrind/vg_demangle.c b/coregrind/vg_demangle.c index f5696aa1dd..7c52cb53a5 100644 --- a/coregrind/vg_demangle.c +++ b/coregrind/vg_demangle.c @@ -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 diff --git a/coregrind/vg_dummy_profile.c b/coregrind/vg_dummy_profile.c index a44133e1ca..063d48189f 100644 --- a/coregrind/vg_dummy_profile.c +++ b/coregrind/vg_dummy_profile.c @@ -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 diff --git a/coregrind/vg_dwarf.c b/coregrind/vg_dwarf.c index cbb90df3d2..29bcdb9f3c 100644 --- a/coregrind/vg_dwarf.c +++ b/coregrind/vg_dwarf.c @@ -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 diff --git a/coregrind/vg_errcontext.c b/coregrind/vg_errcontext.c index 982a2df7b6..2fbaa09e36 100644 --- a/coregrind/vg_errcontext.c +++ b/coregrind/vg_errcontext.c @@ -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 diff --git a/coregrind/vg_execontext.c b/coregrind/vg_execontext.c index 16be0f445f..72734838e8 100644 --- a/coregrind/vg_execontext.c +++ b/coregrind/vg_execontext.c @@ -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 diff --git a/coregrind/vg_hashtable.c b/coregrind/vg_hashtable.c index 697891a27e..7d74b0128f 100644 --- a/coregrind/vg_hashtable.c +++ b/coregrind/vg_hashtable.c @@ -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 diff --git a/coregrind/vg_instrument.c b/coregrind/vg_instrument.c index 5c1b20b447..e34c3c1ced 100644 --- a/coregrind/vg_instrument.c +++ b/coregrind/vg_instrument.c @@ -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 diff --git a/coregrind/vg_intercept.c.base b/coregrind/vg_intercept.c.base index b76d3b9a08..77d240fe37 100644 --- a/coregrind/vg_intercept.c.base +++ b/coregrind/vg_intercept.c.base @@ -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 diff --git a/coregrind/vg_libpthread.c b/coregrind/vg_libpthread.c index 4f53731999..f197499ae3 100644 --- a/coregrind/vg_libpthread.c +++ b/coregrind/vg_libpthread.c @@ -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 diff --git a/coregrind/vg_libpthread_unimp.c b/coregrind/vg_libpthread_unimp.c index c39a08bed3..84b7400ec0 100644 --- a/coregrind/vg_libpthread_unimp.c +++ b/coregrind/vg_libpthread_unimp.c @@ -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 diff --git a/coregrind/vg_main.c b/coregrind/vg_main.c index 82856d2297..808e77cb96 100644 --- a/coregrind/vg_main.c +++ b/coregrind/vg_main.c @@ -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."); diff --git a/coregrind/vg_malloc2.c b/coregrind/vg_malloc2.c index db660c5ca1..9fd9ed1a00 100644 --- a/coregrind/vg_malloc2.c +++ b/coregrind/vg_malloc2.c @@ -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 diff --git a/coregrind/vg_memory.c b/coregrind/vg_memory.c index c7699c962d..cc94abac02 100644 --- a/coregrind/vg_memory.c +++ b/coregrind/vg_memory.c @@ -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 diff --git a/coregrind/vg_messages.c b/coregrind/vg_messages.c index 1d2d1df389..3689f4d740 100644 --- a/coregrind/vg_messages.c +++ b/coregrind/vg_messages.c @@ -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 diff --git a/coregrind/vg_mylibc.c b/coregrind/vg_mylibc.c index 07bc753c93..8c80b2b913 100644 --- a/coregrind/vg_mylibc.c +++ b/coregrind/vg_mylibc.c @@ -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 diff --git a/coregrind/vg_needs.c b/coregrind/vg_needs.c index d0a6bb095b..37d021ee54 100644 --- a/coregrind/vg_needs.c +++ b/coregrind/vg_needs.c @@ -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 diff --git a/coregrind/vg_procselfmaps.c b/coregrind/vg_procselfmaps.c index b649f87dad..ea989a9c8e 100644 --- a/coregrind/vg_procselfmaps.c +++ b/coregrind/vg_procselfmaps.c @@ -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 diff --git a/coregrind/vg_proxylwp.c b/coregrind/vg_proxylwp.c index 31671bc388..dd236f3bc5 100644 --- a/coregrind/vg_proxylwp.c +++ b/coregrind/vg_proxylwp.c @@ -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 diff --git a/coregrind/vg_replace_malloc.c.base b/coregrind/vg_replace_malloc.c.base index 97cf3dbb71..a154196949 100644 --- a/coregrind/vg_replace_malloc.c.base +++ b/coregrind/vg_replace_malloc.c.base @@ -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 diff --git a/coregrind/vg_scheduler.c b/coregrind/vg_scheduler.c index e774fee06e..dc26df820d 100644 --- a/coregrind/vg_scheduler.c +++ b/coregrind/vg_scheduler.c @@ -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 diff --git a/coregrind/vg_signals.c b/coregrind/vg_signals.c index b8eb72f069..c4928d19ee 100644 --- a/coregrind/vg_signals.c +++ b/coregrind/vg_signals.c @@ -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 diff --git a/coregrind/vg_skiplist.c b/coregrind/vg_skiplist.c index 1ff3fc319d..eac6fa100b 100644 --- a/coregrind/vg_skiplist.c +++ b/coregrind/vg_skiplist.c @@ -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 diff --git a/coregrind/vg_stabs.c b/coregrind/vg_stabs.c index 28725fd27d..d1fcc17e04 100644 --- a/coregrind/vg_stabs.c +++ b/coregrind/vg_stabs.c @@ -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 diff --git a/coregrind/vg_symtab2.c b/coregrind/vg_symtab2.c index 50469c6072..ae0c138ce7 100644 --- a/coregrind/vg_symtab2.c +++ b/coregrind/vg_symtab2.c @@ -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 diff --git a/coregrind/vg_symtab2.h b/coregrind/vg_symtab2.h index 7f442d6cd9..6b2f3f497d 100644 --- a/coregrind/vg_symtab2.h +++ b/coregrind/vg_symtab2.h @@ -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 diff --git a/coregrind/vg_symtypes.c b/coregrind/vg_symtypes.c index 8242b98f2c..5ea1dd0555 100644 --- a/coregrind/vg_symtypes.c +++ b/coregrind/vg_symtypes.c @@ -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 diff --git a/coregrind/vg_symtypes.h b/coregrind/vg_symtypes.h index 8caa191419..8f3a927beb 100644 --- a/coregrind/vg_symtypes.h +++ b/coregrind/vg_symtypes.h @@ -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 diff --git a/coregrind/vg_syscalls.c b/coregrind/vg_syscalls.c index 6e1d4722b2..7c174e7312 100644 --- a/coregrind/vg_syscalls.c +++ b/coregrind/vg_syscalls.c @@ -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 diff --git a/coregrind/vg_translate.c b/coregrind/vg_translate.c index 6ab462c41e..18be7ab5c0 100644 --- a/coregrind/vg_translate.c +++ b/coregrind/vg_translate.c @@ -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 diff --git a/coregrind/vg_transtab.c b/coregrind/vg_transtab.c index 195ce6cd27..13dbc6d99f 100644 --- a/coregrind/vg_transtab.c +++ b/coregrind/vg_transtab.c @@ -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 diff --git a/coregrind/x86-linux/core_platform.h b/coregrind/x86-linux/core_platform.h index 659956e4a0..0c202dedd9 100644 --- a/coregrind/x86-linux/core_platform.h +++ b/coregrind/x86-linux/core_platform.h @@ -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 diff --git a/coregrind/x86-linux/ldt.c b/coregrind/x86-linux/ldt.c index a85b480a72..049db43a53 100644 --- a/coregrind/x86-linux/ldt.c +++ b/coregrind/x86-linux/ldt.c @@ -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 diff --git a/coregrind/x86-linux/syscall.S b/coregrind/x86-linux/syscall.S index 8611476b20..456524daf5 100644 --- a/coregrind/x86-linux/syscall.S +++ b/coregrind/x86-linux/syscall.S @@ -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 diff --git a/coregrind/x86-linux/syscalls.c b/coregrind/x86-linux/syscalls.c index 6e5a822c3d..9ac87233a0 100644 --- a/coregrind/x86-linux/syscalls.c +++ b/coregrind/x86-linux/syscalls.c @@ -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 diff --git a/coregrind/x86-linux/vki_unistd.h b/coregrind/x86-linux/vki_unistd.h index 7676ea7e0a..fe8c2d4ad9 100644 --- a/coregrind/x86-linux/vki_unistd.h +++ b/coregrind/x86-linux/vki_unistd.h @@ -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 diff --git a/coregrind/x86/core_arch.h b/coregrind/x86/core_arch.h index 2b9098a387..653e7920a4 100644 --- a/coregrind/x86/core_arch.h +++ b/coregrind/x86/core_arch.h @@ -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 diff --git a/coregrind/x86/core_arch_asm.h b/coregrind/x86/core_arch_asm.h index a5177eb444..204edc3a6f 100644 --- a/coregrind/x86/core_arch_asm.h +++ b/coregrind/x86/core_arch_asm.h @@ -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 diff --git a/coregrind/x86/cpuid.S b/coregrind/x86/cpuid.S index 53770aefe3..827d93ef6f 100644 --- a/coregrind/x86/cpuid.S +++ b/coregrind/x86/cpuid.S @@ -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 diff --git a/coregrind/x86/dispatch.S b/coregrind/x86/dispatch.S index fe0deec117..4cf8e21255 100644 --- a/coregrind/x86/dispatch.S +++ b/coregrind/x86/dispatch.S @@ -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 diff --git a/coregrind/x86/helpers.S b/coregrind/x86/helpers.S index a8c813c8f8..420198e9db 100644 --- a/coregrind/x86/helpers.S +++ b/coregrind/x86/helpers.S @@ -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 diff --git a/coregrind/x86/jmp_with_stack.c b/coregrind/x86/jmp_with_stack.c index 0d1b15ec0f..d4ce4d8624 100644 --- a/coregrind/x86/jmp_with_stack.c +++ b/coregrind/x86/jmp_with_stack.c @@ -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 diff --git a/coregrind/x86/libpthread.c b/coregrind/x86/libpthread.c index ce74e4d8ec..ce891cfdf9 100644 --- a/coregrind/x86/libpthread.c +++ b/coregrind/x86/libpthread.c @@ -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 diff --git a/coregrind/x86/signals.c b/coregrind/x86/signals.c index 3391637ab2..f4e51d4019 100644 --- a/coregrind/x86/signals.c +++ b/coregrind/x86/signals.c @@ -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 diff --git a/coregrind/x86/state.c b/coregrind/x86/state.c index f8c7cc4932..8bf701c2fb 100644 --- a/coregrind/x86/state.c +++ b/coregrind/x86/state.c @@ -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 diff --git a/coregrind/x86/x86_private.h b/coregrind/x86/x86_private.h index 0a92fa26fb..2c78e8d134 100644 --- a/coregrind/x86/x86_private.h +++ b/coregrind/x86/x86_private.h @@ -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 diff --git a/coregrind/x86/x86_private_asm.h b/coregrind/x86/x86_private_asm.h index 73ad8ad90a..3180cd8cf3 100644 --- a/coregrind/x86/x86_private_asm.h +++ b/coregrind/x86/x86_private_asm.h @@ -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 diff --git a/helgrind/tests/filter_stderr b/helgrind/tests/filter_stderr index 92ce7c1b66..b8a0cf7aad 100755 --- a/helgrind/tests/filter_stderr +++ b/helgrind/tests/filter_stderr @@ -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.../" | diff --git a/include/amd64-linux/vki_arch.h b/include/amd64-linux/vki_arch.h index 6acbedd34e..57180e18a8 100644 --- a/include/amd64-linux/vki_arch.h +++ b/include/amd64-linux/vki_arch.h @@ -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 diff --git a/include/amd64-linux/vki_arch_posixtypes.h b/include/amd64-linux/vki_arch_posixtypes.h index 54f1eed614..ee87474f7d 100644 --- a/include/amd64-linux/vki_arch_posixtypes.h +++ b/include/amd64-linux/vki_arch_posixtypes.h @@ -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 diff --git a/include/amd64/tool_arch.h b/include/amd64/tool_arch.h index b307f83125..b93fa43b14 100644 --- a/include/amd64/tool_arch.h +++ b/include/amd64/tool_arch.h @@ -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 diff --git a/include/arm-linux/vki_arch.h b/include/arm-linux/vki_arch.h index cc971cae3c..58b9fa3724 100644 --- a/include/arm-linux/vki_arch.h +++ b/include/arm-linux/vki_arch.h @@ -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 diff --git a/include/arm-linux/vki_arch_posixtypes.h b/include/arm-linux/vki_arch_posixtypes.h index b923708dee..8e31e41408 100644 --- a/include/arm-linux/vki_arch_posixtypes.h +++ b/include/arm-linux/vki_arch_posixtypes.h @@ -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 diff --git a/include/arm/tool_arch.h b/include/arm/tool_arch.h index 91d286c4a6..67887a6528 100644 --- a/include/arm/tool_arch.h +++ b/include/arm/tool_arch.h @@ -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 diff --git a/include/basic_types.h b/include/basic_types.h index 1a1bff0e44..5a5c2ea317 100644 --- a/include/basic_types.h +++ b/include/basic_types.h @@ -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 diff --git a/include/linux/vki.h b/include/linux/vki.h index c1a7875d5a..946872c573 100644 --- a/include/linux/vki.h +++ b/include/linux/vki.h @@ -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 diff --git a/include/tool.h.base b/include/tool.h.base index 50ca9510ed..15c844ec62 100644 --- a/include/tool.h.base +++ b/include/tool.h.base @@ -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 diff --git a/include/tool_asm.h b/include/tool_asm.h index 9bd21cb28a..61f7539f89 100644 --- a/include/tool_asm.h +++ b/include/tool_asm.h @@ -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 diff --git a/include/valgrind.h.in b/include/valgrind.h.in index cf28de9b67..9c5e03cab3 100644 --- a/include/valgrind.h.in +++ b/include/valgrind.h.in @@ -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. diff --git a/include/vg_profile.c b/include/vg_profile.c index a497858f04..004783e8cb 100644 --- a/include/vg_profile.c +++ b/include/vg_profile.c @@ -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 diff --git a/include/x86-linux/vki_arch.h b/include/x86-linux/vki_arch.h index 5a4075bde4..3d35f12f47 100644 --- a/include/x86-linux/vki_arch.h +++ b/include/x86-linux/vki_arch.h @@ -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 diff --git a/include/x86-linux/vki_arch_posixtypes.h b/include/x86-linux/vki_arch_posixtypes.h index 9a0555e7f8..81dca80dec 100644 --- a/include/x86-linux/vki_arch_posixtypes.h +++ b/include/x86-linux/vki_arch_posixtypes.h @@ -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 diff --git a/include/x86/tool_arch.h b/include/x86/tool_arch.h index c52065d98a..2ea7b936e9 100644 --- a/include/x86/tool_arch.h +++ b/include/x86/tool_arch.h @@ -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 diff --git a/lackey/tests/filter_stderr b/lackey/tests/filter_stderr index 1f415be4b4..94c488100d 100755 --- a/lackey/tests/filter_stderr +++ b/lackey/tests/filter_stderr @@ -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() diff --git a/massif/tests/filter_stderr b/massif/tests/filter_stderr index f285a27206..08d4fc0d82 100755 --- a/massif/tests/filter_stderr +++ b/massif/tests/filter_stderr @@ -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/" diff --git a/memcheck/tests/filter_stderr b/memcheck/tests/filter_stderr index 4c583fbadc..9626661b94 100755 --- a/memcheck/tests/filter_stderr +++ b/memcheck/tests/filter_stderr @@ -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:.../" | diff --git a/none/tests/filter_stderr b/none/tests/filter_stderr index 76189819f2..a3f09e20db 100755 --- a/none/tests/filter_stderr +++ b/none/tests/filter_stderr @@ -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" + diff --git a/tests/filter_stderr_basic b/tests/filter_stderr_basic index b6cb7b75ed..7094f78b35 100755 --- a/tests/filter_stderr_basic +++ b/tests/filter_stderr_basic @@ -6,9 +6,9 @@ # Remove ==pid== and --pid-- and ++pid++ and **pid** strings sed "s/\(==\|--\|\+\+\|\*\*\)[0-9]\{1,5\}\1 //" | -# Remove ", a 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" | diff --git a/tests/vg_regtest.in b/tests/vg_regtest.in index 1ac3515803..74c5f659e0 100755 --- a/tests/vg_regtest.in +++ b/tests/vg_regtest.in @@ -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 diff --git a/valgrind.pc.in b/valgrind.pc.in index a13c7490b9..fece61067b 100644 --- a/valgrind.pc.in +++ b/valgrind.pc.in @@ -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: