diff --git a/addrcheck/tests/filter_stderr b/addrcheck/tests/filter_stderr index e7668baff..b175b0661 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 1ab139cfe..fcd2ca58d 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 ac013c367..99981a083 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 e18838126..34287969b 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 b33fb2d73..f04b8f16b 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 76189819f..ee3261693 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 568d80f21..6134abb5f 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 247603976..d8bfc089c 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 3282b9057..016678c09 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 942a75a57..8ad091d0f 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 770b670d4..bcf47eae5 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 6e421656c..58e1b6d25 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 4649982bf..bcbb3bd55 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 b4763c7cc..627219002 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 ddcdcda57..9af20f3e5 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 cc8834457..12b740215 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 c8efa102c..a0b3be9d6 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 c2c83abb1..50c4f4553 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 8a6e23908..5355a5430 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 673b2b855..1f2d758a7 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 7fefc920e..03a291302 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 b78a09ed9..5258067e3 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 33da12b29..6ec2dbed0 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 307d92f7b..fa530125f 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 cd9957728..b09d60076 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 5082ed35b..2f415e342 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 76981ea51..bb23f7246 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 0806226bb..4a63a3bf2 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 ed74cb9fb..c1e338d7c 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 0ab6cafdd..4b22803d8 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 a99657134..04812395e 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 61a8bfe19..ef6593d46 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 82c3272dd..a94b41af4 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 e27a7497f..de9b57622 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 24b9f31ca..e0c319a40 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 692ee1e2b..08f19fe05 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 841396a90..ccce99baf 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 f60da6291..31e670f32 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 01dadcf31..d86ff85bd 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 de0f45de7..0a0cb77ec 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 14120484f..38de1b0a5 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 a78af58b8..6e7c1caca 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 143f809aa..f88fe7531 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 f5696aa1d..7c52cb53a 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 a44133e1c..063d48189 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 cbb90df3d..29bcdb9f3 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 982a2df7b..2fbaa09e3 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 16be0f445..72734838e 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 697891a27..7d74b0128 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 5c1b20b44..e34c3c1ce 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 b76d3b9a0..77d240fe3 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 4f5373199..f197499ae 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 c39a08bed..84b7400ec 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 82856d229..808e77cb9 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 db660c5ca..9fd9ed1a0 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 c7699c962..cc94abac0 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 1d2d1df38..3689f4d74 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 07bc753c9..8c80b2b91 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 d0a6bb095..37d021ee5 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 b649f87da..ea989a9c8 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 31671bc38..dd236f3bc 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 97cf3dbb7..a15419694 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 e774fee06..dc26df820 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 b8eb72f06..c4928d19e 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 1ff3fc319..eac6fa100 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 28725fd27..d1fcc17e0 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 50469c607..ae0c138ce 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 7f442d6cd..6b2f3f497 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 8242b98f2..5ea1dd055 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 8caa19141..8f3a927be 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 6e1d4722b..7c174e731 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 6ab462c41..18be7ab5c 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 195ce6cd2..13dbc6d99 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 659956e4a..0c202dedd 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 a85b480a7..049db43a5 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 8611476b2..456524daf 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 6e5a822c3..9ac87233a 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 7676ea7e0..fe8c2d4ad 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 2b9098a38..653e7920a 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 a5177eb44..204edc3a6 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 53770aefe..827d93ef6 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 fe0deec11..4cf8e2125 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 a8c813c8f..420198e9d 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 0d1b15ec0..d4ce4d862 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 ce74e4d8e..ce891cfdf 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 3391637ab..f4e51d401 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 f8c7cc493..8bf701c2f 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 0a92fa26f..2c78e8d13 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 73ad8ad90..3180cd8cf 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 92ce7c1b6..b8a0cf7aa 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 6acbedd34..57180e18a 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 54f1eed61..ee87474f7 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 b307f8312..b93fa43b1 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 cc971cae3..58b9fa372 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 b923708de..8e31e4140 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 91d286c4a..67887a652 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 1a1bff0e4..5a5c2ea31 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 c1a7875d5..946872c57 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 50ca9510e..15c844ec6 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 9bd21cb28..61f7539f8 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 cf28de9b6..9c5e03cab 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 a497858f0..004783e8c 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 5a4075bde..3d35f12f4 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 9a0555e7f..81dca80de 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 c52065d98..2ea7b936e 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 1f415be4b..94c488100 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 f285a2720..08d4fc0d8 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 4c583fbad..9626661b9 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 76189819f..a3f09e20d 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 b6cb7b75e..7094f78b3 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 1ac351580..74c5f659e 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 a13c7490b..fece61067 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: