From: Nicholas Nethercote Date: Wed, 2 Oct 2002 13:26:35 +0000 (+0000) Subject: Updated file descriptions in the copyright notices to reflect the core/skin X-Git-Tag: svn/VALGRIND_1_9_4~261 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=089e7e3bcb7acd5e9d230d11e88859f97e02a6a2;p=thirdparty%2Fvalgrind.git Updated file descriptions in the copyright notices to reflect the core/skin split. Each skin now has its own two-line description. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1166 --- diff --git a/addrcheck/ac_include.h b/addrcheck/ac_include.h index d4ef41d41b..1a47e4e811 100644 --- a/addrcheck/ac_include.h +++ b/addrcheck/ac_include.h @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of AddrCheck, a lightweight Valgrind skin for + detecting memory errors. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/addrcheck/ac_main.c b/addrcheck/ac_main.c index c47b056b26..e2e8e3f8b5 100644 --- a/addrcheck/ac_main.c +++ b/addrcheck/ac_main.c @@ -6,8 +6,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of AddrCheck, a lightweight Valgrind skin for + detecting memory errors. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/cachegrind/cg_annotate.in b/cachegrind/cg_annotate.in index 4fd28eba30..40c804b18f 100644 --- a/cachegrind/cg_annotate.in +++ b/cachegrind/cg_annotate.in @@ -1,12 +1,13 @@ #! /usr/bin/perl -w + ##--------------------------------------------------------------------## ##--- The cache simulation framework: instrumentation, recording ---## ##--- and results printing. ---## ##--- vg_annotate ---## ##--------------------------------------------------------------------## -# This file is part of Valgrind, an x86 protected-mode emulator -# designed for debugging and profiling binaries on x86-Unixes. +# This file is part of Cachegrind, a Valgrind skin for cache +# profiling programs. # # Copyright (C) 2002 Nicholas Nethercote # njn25@cam.ac.uk diff --git a/cachegrind/cg_main.c b/cachegrind/cg_main.c index e8de3c47ae..13450d936b 100644 --- a/cachegrind/cg_main.c +++ b/cachegrind/cg_main.c @@ -1,13 +1,13 @@ /*--------------------------------------------------------------------*/ -/*--- The cache simulation skin: cache detection; instrumentation, ---*/ -/*--- recording and results printing. ---*/ +/*--- Cachegrind: cache detection; instrumentation, recording and ---*/ +/*--- results printing. ---*/ /*--- cg_main.c ---*/ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Cachegrind, a Valgrind skin for cache + profiling programs. Copyright (C) 2002 Nicholas Nethercote njn25@cam.ac.uk diff --git a/cachegrind/cg_sim_D1.c b/cachegrind/cg_sim_D1.c index ee277c5cc5..0dc4e45345 100644 --- a/cachegrind/cg_sim_D1.c +++ b/cachegrind/cg_sim_D1.c @@ -1,11 +1,12 @@ + /*--------------------------------------------------------------------*/ /*--- D1 cache simulation. ---*/ /*--- cg_sim_D1.c ---*/ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Cachegrind, a Valgrind skin for cache + profiling programs. Copyright (C) 2002 Nicholas Nethercote njn25@cam.ac.uk diff --git a/cachegrind/cg_sim_I1.c b/cachegrind/cg_sim_I1.c index 59f84172fe..5bc49b1144 100644 --- a/cachegrind/cg_sim_I1.c +++ b/cachegrind/cg_sim_I1.c @@ -1,11 +1,12 @@ + /*--------------------------------------------------------------------*/ /*--- I1 cache simulation. ---*/ /*--- cg_sim_I1.c ---*/ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Cachegrind, a Valgrind skin for cache + profiling programs. Copyright (C) 2002 Nicholas Nethercote njn25@cam.ac.uk diff --git a/cachegrind/cg_sim_L2.c b/cachegrind/cg_sim_L2.c index 9945f1e064..954b5ce4ba 100644 --- a/cachegrind/cg_sim_L2.c +++ b/cachegrind/cg_sim_L2.c @@ -1,11 +1,12 @@ + /*--------------------------------------------------------------------*/ /*--- L2 cache simulation. ---*/ /*--- cg_sim_L2.c ---*/ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Cachegrind, a Valgrind skin for cache + profiling programs. Copyright (C) 2002 Nicholas Nethercote njn25@cam.ac.uk diff --git a/cachegrind/cg_sim_gen.c b/cachegrind/cg_sim_gen.c index 3d8993cac3..1184d5d04a 100644 --- a/cachegrind/cg_sim_gen.c +++ b/cachegrind/cg_sim_gen.c @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Cachegrind, a Valgrind skin for cache + profiling programs. Copyright (C) 2002 Nicholas Nethercote njn25@cam.ac.uk diff --git a/corecheck/cc_main.c b/corecheck/cc_main.c index 44bd66c141..5ac657ae0a 100644 --- a/corecheck/cc_main.c +++ b/corecheck/cc_main.c @@ -1,11 +1,12 @@ /*--------------------------------------------------------------------*/ -/*--- Skin reporting errors detected in core. cc_main.c ---*/ +/*--- CoreCheck: a skin reporting errors detected in core. ---*/ +/*--- cc_main.c ---*/ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of CoreCheck, a rudimentary Valgrind skin for + detecting certain basic program errors. Copyright (C) 2002 Nicholas Nethercote njn25@cam.ac.uk diff --git a/coregrind/arch/x86-linux/vg_libpthread.c b/coregrind/arch/x86-linux/vg_libpthread.c index fec71a12b4..692e5d89ab 100644 --- a/coregrind/arch/x86-linux/vg_libpthread.c +++ b/coregrind/arch/x86-linux/vg_libpthread.c @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/arch/x86-linux/vg_libpthread_unimp.c b/coregrind/arch/x86-linux/vg_libpthread_unimp.c index f3938ec9e6..86a46c1c56 100644 --- a/coregrind/arch/x86-linux/vg_libpthread_unimp.c +++ b/coregrind/arch/x86-linux/vg_libpthread_unimp.c @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/arch/x86-linux/vg_syscall.S b/coregrind/arch/x86-linux/vg_syscall.S index c10af41430..7840942ed2 100644 --- a/coregrind/arch/x86-linux/vg_syscall.S +++ b/coregrind/arch/x86-linux/vg_syscall.S @@ -5,8 +5,8 @@ ##--------------------------------------------------------------------## /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/valgrind.in b/coregrind/valgrind.in index 7359eb61ce..8b86e5d349 100755 --- a/coregrind/valgrind.in +++ b/coregrind/valgrind.in @@ -3,8 +3,8 @@ ##--- The startup script. valgrind ---## ##--------------------------------------------------------------------## -# This file is part of Valgrind, an x86 protected-mode emulator -# designed for debugging and profiling binaries on x86-Unixes. +# This file is part of Valgrind, an extensible x86 protected-mode +# emulator for monitoring program execution on x86-Unixes. # # Copyright (C) 2002 Julian Seward # jseward@acm.org diff --git a/coregrind/vg_clientfuncs.c b/coregrind/vg_clientfuncs.c index e4d205b83d..689881869f 100644 --- a/coregrind/vg_clientfuncs.c +++ b/coregrind/vg_clientfuncs.c @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_clientmalloc.c b/coregrind/vg_clientmalloc.c index 974ae67158..1d1a50b728 100644 --- a/coregrind/vg_clientmalloc.c +++ b/coregrind/vg_clientmalloc.c @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_constants.h b/coregrind/vg_constants.h index abf72402ef..926fa016de 100644 --- a/coregrind/vg_constants.h +++ b/coregrind/vg_constants.h @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_default.c b/coregrind/vg_default.c index 4911e3475f..1bbcd2a48c 100644 --- a/coregrind/vg_default.c +++ b/coregrind/vg_default.c @@ -1,3 +1,4 @@ + /*--------------------------------------------------------------------*/ /*--- Default panicky definitions of template functions that skins ---*/ /*--- should override. ---*/ @@ -5,8 +6,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Nicholas Nethercote njn25@cam.ac.uk diff --git a/coregrind/vg_demangle.c b/coregrind/vg_demangle.c index 6dff76fb29..e1ba69bd5f 100644 --- a/coregrind/vg_demangle.c +++ b/coregrind/vg_demangle.c @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_dispatch.S b/coregrind/vg_dispatch.S index ddb8819dad..716eca2946 100644 --- a/coregrind/vg_dispatch.S +++ b/coregrind/vg_dispatch.S @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------*/ -/*--- The core dispatch loop, for jumping to a code address. ---*/ -/*--- vg_dispatch.S ---*/ -/*--------------------------------------------------------------------*/ +##--------------------------------------------------------------------## +##--- The core dispatch loop, for jumping to a code address. ---## +##--- vg_dispatch.S ---## +##--------------------------------------------------------------------## /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org @@ -213,6 +213,6 @@ panic_msg_ebp: .text -/*--------------------------------------------------------------------*/ -/*--- end vg_dispatch.S ---*/ -/*--------------------------------------------------------------------*/ +##--------------------------------------------------------------------## +##--- end vg_dispatch.S ---## +##--------------------------------------------------------------------## diff --git a/coregrind/vg_dummy_profile.c b/coregrind/vg_dummy_profile.c index 3620ff8175..6db1f116cc 100644 --- a/coregrind/vg_dummy_profile.c +++ b/coregrind/vg_dummy_profile.c @@ -6,8 +6,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_errcontext.c b/coregrind/vg_errcontext.c index 198dd785fe..f0d126bc31 100644 --- a/coregrind/vg_errcontext.c +++ b/coregrind/vg_errcontext.c @@ -4,8 +4,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_execontext.c b/coregrind/vg_execontext.c index e1a0ff1f7c..5ce393ddf1 100644 --- a/coregrind/vg_execontext.c +++ b/coregrind/vg_execontext.c @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_from_ucode.c b/coregrind/vg_from_ucode.c index 23e804cf1b..0c11f03dce 100644 --- a/coregrind/vg_from_ucode.c +++ b/coregrind/vg_from_ucode.c @@ -3,9 +3,10 @@ /*--- The JITter: translate ucode back to x86 code. ---*/ /*--- vg_from_ucode.c ---*/ /*--------------------------------------------------------------------*/ + /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_helpers.S b/coregrind/vg_helpers.S index 1511bc13c7..9d7356dc75 100644 --- a/coregrind/vg_helpers.S +++ b/coregrind/vg_helpers.S @@ -5,8 +5,8 @@ ##--------------------------------------------------------------------## /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_include.h b/coregrind/vg_include.h index d0c8f08356..ed2fe5786a 100644 --- a/coregrind/vg_include.h +++ b/coregrind/vg_include.h @@ -6,8 +6,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_instrument.c b/coregrind/vg_instrument.c index dd870ec181..94a8a413f8 100644 --- a/coregrind/vg_instrument.c +++ b/coregrind/vg_instrument.c @@ -1,11 +1,12 @@ + /*--------------------------------------------------------------------*/ /*--- Higher-level UCode sequence builders ---*/ /*--- vg_instrument.c ---*/ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Nicholas Nethercote njn25@cam.ac.uk diff --git a/coregrind/vg_kerneliface.h b/coregrind/vg_kerneliface.h index 25a3c85119..a5fea6d502 100644 --- a/coregrind/vg_kerneliface.h +++ b/coregrind/vg_kerneliface.h @@ -6,8 +6,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_ldt.c b/coregrind/vg_ldt.c index 3f3b760965..2848044faf 100644 --- a/coregrind/vg_ldt.c +++ b/coregrind/vg_ldt.c @@ -4,8 +4,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_libpthread.c b/coregrind/vg_libpthread.c index fec71a12b4..692e5d89ab 100644 --- a/coregrind/vg_libpthread.c +++ b/coregrind/vg_libpthread.c @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_libpthread_unimp.c b/coregrind/vg_libpthread_unimp.c index f3938ec9e6..86a46c1c56 100644 --- a/coregrind/vg_libpthread_unimp.c +++ b/coregrind/vg_libpthread_unimp.c @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_main.c b/coregrind/vg_main.c index 99c17e3072..6c628c46cf 100644 --- a/coregrind/vg_main.c +++ b/coregrind/vg_main.c @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_malloc2.c b/coregrind/vg_malloc2.c index ffe7159e4e..2edc9ee224 100644 --- a/coregrind/vg_malloc2.c +++ b/coregrind/vg_malloc2.c @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_memory.c b/coregrind/vg_memory.c index 85d06882d6..0fa968effd 100644 --- a/coregrind/vg_memory.c +++ b/coregrind/vg_memory.c @@ -6,8 +6,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_messages.c b/coregrind/vg_messages.c index b0051bd4b7..73fe06b30c 100644 --- a/coregrind/vg_messages.c +++ b/coregrind/vg_messages.c @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_mylibc.c b/coregrind/vg_mylibc.c index 7eab2f7b70..d6bb58ced6 100644 --- a/coregrind/vg_mylibc.c +++ b/coregrind/vg_mylibc.c @@ -6,8 +6,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_procselfmaps.c b/coregrind/vg_procselfmaps.c index 840f34bc36..7998927b79 100644 --- a/coregrind/vg_procselfmaps.c +++ b/coregrind/vg_procselfmaps.c @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_scheduler.c b/coregrind/vg_scheduler.c index 70ef7d6554..c465ab67dd 100644 --- a/coregrind/vg_scheduler.c +++ b/coregrind/vg_scheduler.c @@ -4,8 +4,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_signals.c b/coregrind/vg_signals.c index 90726c0668..64823661f6 100644 --- a/coregrind/vg_signals.c +++ b/coregrind/vg_signals.c @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_startup.S b/coregrind/vg_startup.S index ae6bf94fd5..0cf5e877ba 100644 --- a/coregrind/vg_startup.S +++ b/coregrind/vg_startup.S @@ -5,8 +5,8 @@ ##--------------------------------------------------------------------## /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_symtab2.c b/coregrind/vg_symtab2.c index eaa7223c1f..f945d54532 100644 --- a/coregrind/vg_symtab2.c +++ b/coregrind/vg_symtab2.c @@ -4,8 +4,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_syscall.S b/coregrind/vg_syscall.S index c10af41430..7840942ed2 100644 --- a/coregrind/vg_syscall.S +++ b/coregrind/vg_syscall.S @@ -5,8 +5,8 @@ ##--------------------------------------------------------------------## /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_syscalls.c b/coregrind/vg_syscalls.c index 1735b60887..5b077057ed 100644 --- a/coregrind/vg_syscalls.c +++ b/coregrind/vg_syscalls.c @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_to_ucode.c b/coregrind/vg_to_ucode.c index 7250a4d2f8..4bf13524d4 100644 --- a/coregrind/vg_to_ucode.c +++ b/coregrind/vg_to_ucode.c @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_translate.c b/coregrind/vg_translate.c index a6d902844c..e9c4a2601b 100644 --- a/coregrind/vg_translate.c +++ b/coregrind/vg_translate.c @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_transtab.c b/coregrind/vg_transtab.c index d3274297d4..05e454e873 100644 --- a/coregrind/vg_transtab.c +++ b/coregrind/vg_transtab.c @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_unsafe.h b/coregrind/vg_unsafe.h index 0862e0eb68..be4ac5dda3 100644 --- a/coregrind/vg_unsafe.h +++ b/coregrind/vg_unsafe.h @@ -6,8 +6,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/coregrind/vg_valgrinq_dummy.c b/coregrind/vg_valgrinq_dummy.c index 332085a644..34b718ea9b 100644 --- a/coregrind/vg_valgrinq_dummy.c +++ b/coregrind/vg_valgrinq_dummy.c @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/example/ex_main.c b/example/ex_main.c index e22405b580..d3316b0d50 100644 --- a/example/ex_main.c +++ b/example/ex_main.c @@ -9,7 +9,7 @@ void SK_(pre_clo_init)(VgNeeds* needs, VgTrackEvents* track) { needs->name = "example"; needs->description = "an example Valgrind skin"; - needs->report_bugs_to = "the North Pole"; + needs->report_bugs_to = "santa.claus@northpole.org"; } void SK_(post_clo_init)(void) diff --git a/helgrind/hg_main.c b/helgrind/hg_main.c index efe6fae727..b53a2bea9d 100644 --- a/helgrind/hg_main.c +++ b/helgrind/hg_main.c @@ -1,12 +1,12 @@ + /*--------------------------------------------------------------------*/ -/*--- The Eraser skin: checking for data races in threaded ---*/ -/*--- programs. ---*/ +/*--- Helgrind: checking for data races in threaded programs. ---*/ /*--- hg_main.c ---*/ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Helgrind, a Valgrind skin for detecting + data races in threaded programs. Copyright (C) 2000-2002 Nicholas Nethercote njn25@cam.ac.uk diff --git a/include/valgrind.h b/include/valgrind.h index fe880dbb14..0b16d8c9cc 100644 --- a/include/valgrind.h +++ b/include/valgrind.h @@ -9,8 +9,8 @@ ---------------------------------------------------------------- - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward. All rights reserved. diff --git a/include/vg_constants_skin.h b/include/vg_constants_skin.h index a151cb0fef..0e29d3e8cd 100644 --- a/include/vg_constants_skin.h +++ b/include/vg_constants_skin.h @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/include/vg_profile.c b/include/vg_profile.c index 31bad9991d..280bd8e8e2 100644 --- a/include/vg_profile.c +++ b/include/vg_profile.c @@ -7,8 +7,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/include/vg_skin.h b/include/vg_skin.h index ff589f1c83..3b4a138dec 100644 --- a/include/vg_skin.h +++ b/include/vg_skin.h @@ -5,8 +5,8 @@ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Valgrind, an extensible x86 protected-mode + emulator for monitoring program execution on x86-Unixes. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/lackey/lk_main.c b/lackey/lk_main.c index e4afcc4104..95015d306d 100644 --- a/lackey/lk_main.c +++ b/lackey/lk_main.c @@ -1,11 +1,12 @@ + /*--------------------------------------------------------------------*/ /*--- Simple skin for counting UInstrs, using a C helper. ---*/ /*--- lk_main.c ---*/ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Lackey, an example Valgrind skin that does + some simple program measurement. Copyright (C) 2002 Nicholas Nethercote njn25@cam.ac.uk diff --git a/memcheck/mc_clientreqs.c b/memcheck/mc_clientreqs.c index ef617addd9..ad4b86c711 100644 --- a/memcheck/mc_clientreqs.c +++ b/memcheck/mc_clientreqs.c @@ -1,13 +1,13 @@ /*--------------------------------------------------------------------*/ -/*--- Part of the MemCheck skin: for when the client advises ---*/ -/*--- Valgrind about memory permissions. ---*/ +/*--- For when the client advises Valgrind about memory ---*/ +/*--- permissions. ---*/ /*--- mc_clientreqs.c ---*/ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of MemCheck, a heavyweight Valgrind skin for + detecting memory errors. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/memcheck/mc_errcontext.c b/memcheck/mc_errcontext.c index 80647cef1b..367bb37fcd 100644 --- a/memcheck/mc_errcontext.c +++ b/memcheck/mc_errcontext.c @@ -1,13 +1,12 @@ /*--------------------------------------------------------------------*/ -/*--- Part of the MemCheck skin: management of memory error ---*/ -/*--- messages. ---*/ +/*--- Management of memory error messages. ---*/ /*--- mc_errcontext.c ---*/ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of MemCheck, a heavyweight Valgrind skin for + detecting memory errors. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/memcheck/mc_from_ucode.c b/memcheck/mc_from_ucode.c index 912158cfb5..59fe6e4d3a 100644 --- a/memcheck/mc_from_ucode.c +++ b/memcheck/mc_from_ucode.c @@ -1,12 +1,12 @@ /*--------------------------------------------------------------------*/ -/*--- Part of the MemCheck skin: Generate code for skin-specific ---*/ -/*--- UInstrs. ---*/ +/*--- Generate code for skin-specific UInstrs. ---*/ /*--- mc_from_ucode.c ---*/ /*--------------------------------------------------------------------*/ + /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of MemCheck, a heavyweight Valgrind skin for + detecting memory errors. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/memcheck/mc_helpers.S b/memcheck/mc_helpers.S index e37d101440..e19cafaa74 100644 --- a/memcheck/mc_helpers.S +++ b/memcheck/mc_helpers.S @@ -1,11 +1,12 @@ + ##--------------------------------------------------------------------## ##--- Support routines for the memory checker. ---## ##--- mc_helpers.S ---## ##--------------------------------------------------------------------## /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of MemCheck, a heavyweight Valgrind skin for + detecting memory errors. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/memcheck/mc_include.h b/memcheck/mc_include.h index 95638cf72c..e25dedba56 100644 --- a/memcheck/mc_include.h +++ b/memcheck/mc_include.h @@ -1,11 +1,12 @@ + /*--------------------------------------------------------------------*/ /*--- A header file for all parts of the MemCheck skin. ---*/ /*--- mc_include.h ---*/ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of MemCheck, a heavyweight Valgrind skin for + detecting memory errors. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/memcheck/mc_main.c b/memcheck/mc_main.c index 4a7ff24e4e..a4ff6dde37 100644 --- a/memcheck/mc_main.c +++ b/memcheck/mc_main.c @@ -1,13 +1,13 @@ + /*--------------------------------------------------------------------*/ -/*--- Part of the MemCheck skin: Maintain bitmaps of memory, ---*/ -/*--- tracking the accessibility (A) and validity (V) status of ---*/ -/*--- each byte. ---*/ +/*--- MemCheck: Maintain bitmaps of memory, tracking the ---*/ +/*--- accessibility (A) and validity (V) status of each byte. ---*/ /*--- mc_main.c ---*/ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of MemCheck, a heavyweight Valgrind skin for + detecting memory errors. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/memcheck/mc_translate.c b/memcheck/mc_translate.c index 031208eb51..9c3474cfd2 100644 --- a/memcheck/mc_translate.c +++ b/memcheck/mc_translate.c @@ -1,11 +1,12 @@ + /*--------------------------------------------------------------------*/ -/*--- Part of the MemCheck skin: instrument UCode to perform ---*/ -/*--- memory checking operations. ---*/ +/*--- Instrument UCode to perform memory checking operations. ---*/ /*--- mc_translate.c ---*/ /*--------------------------------------------------------------------*/ + /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of MemCheck, a heavyweight Valgrind skin for + detecting memory errors. Copyright (C) 2000-2002 Julian Seward jseward@acm.org diff --git a/memcheck/memcheck.h b/memcheck/memcheck.h index d48aad9e53..ff0fa506a7 100644 --- a/memcheck/memcheck.h +++ b/memcheck/memcheck.h @@ -9,8 +9,8 @@ ---------------------------------------------------------------- - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of MemCheck, a heavyweight Valgrind skin for + detecting memory errors. Copyright (C) 2000-2002 Julian Seward. All rights reserved. diff --git a/none/nl_main.c b/none/nl_main.c index 3a97680d12..cbc1292bb8 100644 --- a/none/nl_main.c +++ b/none/nl_main.c @@ -1,11 +1,11 @@ /*--------------------------------------------------------------------*/ -/*--- The null skin. nl_main.c ---*/ +/*--- Nulgrind: The null skin. nl_main.c ---*/ /*--------------------------------------------------------------------*/ /* - This file is part of Valgrind, an x86 protected-mode emulator - designed for debugging and profiling binaries on x86-Unixes. + This file is part of Nulgrind, the simplest possible Valgrind skin, + which does nothing. Copyright (C) 2002 Nicholas Nethercote njn25@cam.ac.uk diff --git a/tests/vg_regtest.in b/tests/vg_regtest.in index 76e2d7cd4e..948b7eef3a 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 x86 protected-mode emulator -# designed for debugging and profiling binaries on x86-Unixes. +# This file is part of Valgrind, an extensible x86 protected-mode +# emulator for monitoring program execution on x86-Unixes. # # Copyright (C) 2002 Nicholas Nethercote # njn25@cam.ac.uk