]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
comment-only wibbles
authorNicholas Nethercote <njn@valgrind.org>
Thu, 25 Aug 2005 22:55:19 +0000 (22:55 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Thu, 25 Aug 2005 22:55:19 +0000 (22:55 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4515

coregrind/m_pthreadmodel.c
coregrind/m_redir.c
coregrind/m_scheduler/scheduler.c
coregrind/pub_core_redir.h
coregrind/vg_preloaded.c

index 76c0bd3d53fd9c3483dc65eb3de3d42ff8959fd3..c2e8f9a300b0b698db45be900868120717afb528 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2005 Jeremy Fitzhardinge
       jeremy@goop.org
index c1c700a997c22f0cbe437c462bd3795062783ce2..40a3275e48d095ea2b423a464f5585682fe080ae 100644 (file)
@@ -1,11 +1,11 @@
+
 /*--------------------------------------------------------------------*/
-/*--- Management of function redirection and wrapping.             ---*/
-/*---                                                   vg_redir.c ---*/
+/*--- Function replacement and wrapping.                 m_redir.c ---*/
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
@@ -757,3 +757,7 @@ void VG_(maybe_redir_or_notify) ( Char* symbol, Addr addr )
 //:: 
 //::    VG_(SkipList_Insert)(&wrapper_returns, ret);
 //:: }
+
+/*--------------------------------------------------------------------*/
+/*--- end                                                          ---*/
+/*--------------------------------------------------------------------*/
index cef0f0290b6aa2731efebe78378843877c02f202..acb27dfeb7207dcf75556994698d187553da9c9e 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
index 873a4a5f09fbd453ceb9ce4d9600d173ebd03ea8..604e7c03f7447f190f6bffc1fdcd9e58e7138da3 100644 (file)
@@ -1,6 +1,6 @@
 
 /*--------------------------------------------------------------------*/
-/*--- Code redirections.                          pub_core_redir.h ---*/
+/*--- Function replacement and wrapping.          pub_core_redir.h ---*/
 /*--------------------------------------------------------------------*/
 
 /*
@@ -39,8 +39,6 @@
 //   functions are when they get loaded.
 // - function wrapping: add calls to code before and after client
 //   functions execute, for inspection and/or modification.
-//
-// It's possible that this should be two or three modules.
 //--------------------------------------------------------------------
 
 #include "pub_tool_redir.h"
index bb79dc3cab8d6671ebfe2bb9ca1202d017d4b3f1..b6254bc83c10014f09d54f8bf543a2489898cfd9 100644 (file)
@@ -4,8 +4,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org