]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated file descriptions in the copyright notices to reflect the core/skin
authorNicholas Nethercote <njn@valgrind.org>
Wed, 2 Oct 2002 13:26:35 +0000 (13:26 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Wed, 2 Oct 2002 13:26:35 +0000 (13:26 +0000)
split.  Each skin now has its own two-line description.

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

64 files changed:
addrcheck/ac_include.h
addrcheck/ac_main.c
cachegrind/cg_annotate.in
cachegrind/cg_main.c
cachegrind/cg_sim_D1.c
cachegrind/cg_sim_I1.c
cachegrind/cg_sim_L2.c
cachegrind/cg_sim_gen.c
corecheck/cc_main.c
coregrind/arch/x86-linux/vg_libpthread.c
coregrind/arch/x86-linux/vg_libpthread_unimp.c
coregrind/arch/x86-linux/vg_syscall.S
coregrind/valgrind.in
coregrind/vg_clientfuncs.c
coregrind/vg_clientmalloc.c
coregrind/vg_constants.h
coregrind/vg_default.c
coregrind/vg_demangle.c
coregrind/vg_dispatch.S
coregrind/vg_dummy_profile.c
coregrind/vg_errcontext.c
coregrind/vg_execontext.c
coregrind/vg_from_ucode.c
coregrind/vg_helpers.S
coregrind/vg_include.h
coregrind/vg_instrument.c
coregrind/vg_kerneliface.h
coregrind/vg_ldt.c
coregrind/vg_libpthread.c
coregrind/vg_libpthread_unimp.c
coregrind/vg_main.c
coregrind/vg_malloc2.c
coregrind/vg_memory.c
coregrind/vg_messages.c
coregrind/vg_mylibc.c
coregrind/vg_procselfmaps.c
coregrind/vg_scheduler.c
coregrind/vg_signals.c
coregrind/vg_startup.S
coregrind/vg_symtab2.c
coregrind/vg_syscall.S
coregrind/vg_syscalls.c
coregrind/vg_to_ucode.c
coregrind/vg_translate.c
coregrind/vg_transtab.c
coregrind/vg_unsafe.h
coregrind/vg_valgrinq_dummy.c
example/ex_main.c
helgrind/hg_main.c
include/valgrind.h
include/vg_constants_skin.h
include/vg_profile.c
include/vg_skin.h
lackey/lk_main.c
memcheck/mc_clientreqs.c
memcheck/mc_errcontext.c
memcheck/mc_from_ucode.c
memcheck/mc_helpers.S
memcheck/mc_include.h
memcheck/mc_main.c
memcheck/mc_translate.c
memcheck/memcheck.h
none/nl_main.c
tests/vg_regtest.in

index d4ef41d41bf3ee944ae755259dfd6ac77e0ecbcb..1a47e4e811713d71278b79c10a5566152761b6b3 100644 (file)
@@ -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
index c47b056b2605179fef7ea805b52fc9197df9594f..e2e8e3f8b55ae60ed7d66ff1c122c421bd64c3b0 100644 (file)
@@ -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
index 4fd28eba303caf577ac473d01c0f3f411625d3b0..40c804b18f5fb0143ada5bec45200205c682d4f5 100644 (file)
@@ -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
index e8de3c47ae7a54245dfd1298bd5a31bdeacbf761..13450d936b1738dc3355c41ec34e135ad87149a5 100644 (file)
@@ -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
index ee277c5cc556ce7911e82d5a4e7b9eedd64082b5..0dc4e45345eac70e8c0019c9e9876f3bbc7d6249 100644 (file)
@@ -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
index 59f84172fea8844a4f7f5be639b5eefaeeaba223..5bc49b114429303765b79d1ba41e6e8c3d8b41cc 100644 (file)
@@ -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
index 9945f1e0644625cc9ea161eeae02e80afbc030b2..954b5ce4baa84ed13c3fd753f3c8c294ede68aa5 100644 (file)
@@ -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
index 3d8993cac328dcfa7c4ea5102f8aba53c44494cd..1184d5d04a58341de0e137ae4a77807d54765dc6 100644 (file)
@@ -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
index 44bd66c141165a4e57ebaf8f80787441b27bd3e4..5ac657ae0ad49954deb09bb37aab0cfdd50d113b 100644 (file)
@@ -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
index fec71a12b45862385d5d56f25f975cb67de10e1e..692e5d89ab48f6ae5fbebc41017c6941601d3624 100644 (file)
@@ -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
index f3938ec9e69f44e6e6e13becd3dd4bcefe3ba40e..86a46c1c564a7feeed91871a4486c9897588b0c0 100644 (file)
@@ -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
index c10af414302c815a2796d24cc4ede880c53a33ad..7840942ed2bb5f21e3b991fb70cc85839fdff093 100644 (file)
@@ -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
index 7359eb61cedd3b4d0d9c2a392e8731a99fac65dc..8b86e5d349893af024d184da4d0014595a37ebcd 100755 (executable)
@@ -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
index e4d205b83d999a3a18bfd77db7b864941277b379..689881869f16a549afe3c99aa06c3b2c9d54f64c 100644 (file)
@@ -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
index 974ae67158cf6ea2252806f7999c0ac5ee455ea0..1d1a50b728143c8d0eeafe5938c22a9dfc9bd776 100644 (file)
@@ -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
index abf72402ef3cc136cd62c4cd0ac2a6fc20dc3dc1..926fa016de9c1f1e8c7e0cad10711aa5a60cebda 100644 (file)
@@ -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
index 4911e3475f990c073a2512dae4a1ad050d481348..1bbcd2a48ccc08c1728184fe14e37b65f0ab9d56 100644 (file)
@@ -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
index 6dff76fb292dbdb0971170968fa21cd43a63e14d..e1ba69bd5fdcaf05ac5ec8d161afee16c0904e52 100644 (file)
@@ -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
index ddb8819dad0cf901ef612bd0735b7a3a093bc991..716eca2946bfc6d3bd349d7a9d9b219fe4243e44 100644 (file)
@@ -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 ---##
+##--------------------------------------------------------------------##
index 3620ff8175e1313f9653f7f210fb28b55f46edf7..6db1f116cc983cccb7c7f6936308adfc4f1dc4d8 100644 (file)
@@ -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
index 198dd785fe006a567aa30e6b072bde1d34938737..f0d126bc31c25f18c500dcf1241462d87c022b14 100644 (file)
@@ -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
index e1a0ff1f7cf27e4a11fd5838df73980555fdce74..5ce393ddf19a5aa744ac33d58b5740b7075fbcbe 100644 (file)
@@ -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
index 23e804cf1bad59e8d4bd77e322da2ddc52d939df..0c11f03dce7843876c79b3d851b6dead53eb7142 100644 (file)
@@ -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
index 1511bc13c7c8b5570a53f885d9853b477cce9e04..9d7356dc75bd0d601bad76f1a2409c312b5b8b9e 100644 (file)
@@ -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
index d0c8f08356c381bc44cd68bc954b8f7d2eac16c6..ed2fe5786a3c8d0a54b52e1f1a96f33a028409fb 100644 (file)
@@ -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
index dd870ec1812bdd2751a7ed8714cd0d49df6663c5..94a8a413f8d6293389480ed47bbb63c2ff1dd07c 100644 (file)
@@ -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
index 25a3c851193528a72d037a9029959895bd4310b1..a5fea6d50229f0bf654ccd214cebf48819a0f3be 100644 (file)
@@ -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
index 3f3b760965306db9d3faf786cfd34e0b91349d92..2848044fafdf47e766b27a93aefa7d66b0b06b71 100644 (file)
@@ -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
index fec71a12b45862385d5d56f25f975cb67de10e1e..692e5d89ab48f6ae5fbebc41017c6941601d3624 100644 (file)
@@ -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
index f3938ec9e69f44e6e6e13becd3dd4bcefe3ba40e..86a46c1c564a7feeed91871a4486c9897588b0c0 100644 (file)
@@ -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
index 99c17e307270cf060ada2ee9ccdb1b6fedd43b1a..6c628c46cf932d60198f8464ea989627c88997cc 100644 (file)
@@ -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
index ffe7159e4e6a74811d16e870e0f5c402f96656db..2edc9ee22449ab0583a33ad5b5d692a435be8a50 100644 (file)
@@ -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
index 85d06882d6926bcfd505cef9d57a3202942cdb89..0fa968effda0d53dea13baa014a17963145761d3 100644 (file)
@@ -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
index b0051bd4b72b15e67140e577150e6878bd121aed..73fe06b30c31f46f2a222aeb44305d7953cdcbc5 100644 (file)
@@ -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
index 7eab2f7b708c6872cc1d4bfc7b218dd2a243262b..d6bb58ced6ca1a92df44b9af9edbe1f5401e175a 100644 (file)
@@ -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
index 840f34bc36e5289611d9303c62084823292dcfd3..7998927b795240e2b2b0a07a7571b3f544ce412c 100644 (file)
@@ -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
index 70ef7d65546b92fe25b7080a3c6adcbfb4983935..c465ab67dd2462361ae82812795299c1ec87da6b 100644 (file)
@@ -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
index 90726c066809a79af89cab552969cafe718b62d0..64823661f61c06fa8f80276f5d81bd96b91168b9 100644 (file)
@@ -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
index ae6bf94fd56c15ac550cb49f427980e4cff30328..0cf5e877ba9d31b449706a1854a51d537e833372 100644 (file)
@@ -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
index eaa7223c1f7e7e1abc78b1033dfd2ffc5286d2df..f945d54532c3d7632b5386ee5ff5a070a7613422 100644 (file)
@@ -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
index c10af414302c815a2796d24cc4ede880c53a33ad..7840942ed2bb5f21e3b991fb70cc85839fdff093 100644 (file)
@@ -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
index 1735b60887a2f2cf3a4496780dae0321225beb0a..5b077057edfd5bcc7e669de4463bf6e4d3884068 100644 (file)
@@ -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
index 7250a4d2f860ff6ad7450d212e2176b62e4de02c..4bf13524d4e017d97d8cb52677c688d196c25833 100644 (file)
@@ -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
index a6d902844cf8c8e69b3e298e745404753572a53b..e9c4a2601b190b54ac97701d9b05f7f20310f109 100644 (file)
@@ -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
index d3274297d4527460e7df62b8e12f8e00da7c96bf..05e454e873d10857ed7a9efc143bb0a25e575bec 100644 (file)
@@ -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
index 0862e0eb689dee2f176cdb31a675ee375e16f51f..be4ac5dda306f12892a1f0de37cd8cf0da682da3 100644 (file)
@@ -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
index 332085a64425489344d49e8cc9e78f86359bfcb7..34b718ea9bf01375a7ea08b0b83596a1a0bc5c6e 100644 (file)
@@ -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
index e22405b580e69113c403ff101a4db9406e8dfe70..d3316b0d50395e8bf4e40a6b7b93ba5855195cc7 100644 (file)
@@ -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)
index efe6fae7275306fe7720813fdce7a80aaecfb287..b53a2bea9d6b2fe281a48ac3e1bad017d1632995 100644 (file)
@@ -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
index fe880dbb14e040c0acba8e879d1f8e83f439592c..0b16d8c9cc8ba9bb5289143f2d75e1f9eb1e4d51 100644 (file)
@@ -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.
 
index a151cb0fef23183ec3beed57fb2a87714413d134..0e29d3e8cd793267984e03eb21aabc67de9391a7 100644 (file)
@@ -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
index 31bad9991dbdbc240adce64000a79ccfc234b6fb..280bd8e8e2a4a067d7aedd4ea963e924f41ce87a 100644 (file)
@@ -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
index ff589f1c83881a79e26e66017335f42af217afda..3b4a138dec76d5eaa1a0aa48b659c477487ec42a 100644 (file)
@@ -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
index e4afcc41040b8854b6e805f805309751d0935cd8..95015d306d321fcba056a1d2100c937bac8198cf 100644 (file)
@@ -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
index ef617addd9f112ecbd5c2d1acf91cb3935b5d86d..ad4b86c71135e959aaefcfe86adc0ee624a8ec82 100644 (file)
@@ -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
index 80647cef1be26b351027bfa73606573e1fa3df2d..367bb37fcdcc82b949800763b74743a4456d93cb 100644 (file)
@@ -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
index 912158cfb5087db4bde1368fc1fb0be058de9cca..59fe6e4d3ad398fc9c31c4d68cd35174258ff218 100644 (file)
@@ -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
index e37d101440e4cd96ec26223260e823a93059b6e2..e19cafaa743e48777d50204b6d7c6a0dcf3ca200 100644 (file)
@@ -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
index 95638cf72c9ee76198aafe76b37d759354a4eb94..e25dedba56778340578c7e78872fc27766b141f8 100644 (file)
@@ -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
index 4a7ff24e4ee6370951b80776ca0f80092d200bca..a4ff6dde37bd3b306294ad940b1fb9385b8fbd57 100644 (file)
@@ -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
index 031208eb516e6d7380995898d657311bf369b6eb..9c3474cfd28a407db0c99012b4f245e287d75990 100644 (file)
@@ -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
index d48aad9e539bb9220f019e136640539059da8a3f..ff0fa506a7482fa2a6579d8adeb4f43ecd33b8d9 100644 (file)
@@ -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.
 
index 3a97680d1245850e963cd2d840082c112e74691d..cbc1292bb898fb26536d7411ab1e33a99a1e594d 100644 (file)
@@ -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
index 76e2d7cd4e34143f1470d1ad3572ad81c0596734..948b7eef3a6db94309210ef68c5fa030cafdd1d9 100755 (executable)
@@ -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