|
From: <sv...@va...> - 2005-08-25 22:55:21
|
Author: njn
Date: 2005-08-25 23:55:19 +0100 (Thu, 25 Aug 2005)
New Revision: 4515
Log:
comment-only wibbles
Modified:
trunk/coregrind/m_pthreadmodel.c
trunk/coregrind/m_redir.c
trunk/coregrind/m_scheduler/scheduler.c
trunk/coregrind/pub_core_redir.h
trunk/coregrind/vg_preloaded.c
Modified: trunk/coregrind/m_pthreadmodel.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_pthreadmodel.c 2005-08-25 22:53:57 UTC (rev 4514)
+++ trunk/coregrind/m_pthreadmodel.c 2005-08-25 22:55:19 UTC (rev 4515)
@@ -4,8 +4,8 @@
/*--------------------------------------------------------------------*/
=20
/*
- 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.
=20
Copyright (C) 2005 Jeremy Fitzhardinge
je...@go...
Modified: trunk/coregrind/m_redir.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_redir.c 2005-08-25 22:53:57 UTC (rev 4514)
+++ trunk/coregrind/m_redir.c 2005-08-25 22:55:19 UTC (rev 4515)
@@ -1,11 +1,11 @@
+
/*--------------------------------------------------------------------*/
-/*--- Management of function redirection and wrapping. ---*/
-/*--- vg_redir.c ---*/
+/*--- Function replacement and wrapping. m_redir.c ---*/
/*--------------------------------------------------------------------*/
=20
/*
- 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.
=20
Copyright (C) 2000-2005 Julian Seward=20
js...@ac...
@@ -757,3 +757,7 @@
//::=20
//:: VG_(SkipList_Insert)(&wrapper_returns, ret);
//:: }
+
+/*--------------------------------------------------------------------*/
+/*--- end ---*/
+/*--------------------------------------------------------------------*/
Modified: trunk/coregrind/m_scheduler/scheduler.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_scheduler/scheduler.c 2005-08-25 22:53:57 UTC (rev =
4514)
+++ trunk/coregrind/m_scheduler/scheduler.c 2005-08-25 22:55:19 UTC (rev =
4515)
@@ -4,8 +4,8 @@
/*--------------------------------------------------------------------*/
=20
/*
- 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.
=20
Copyright (C) 2000-2005 Julian Seward=20
js...@ac...
Modified: trunk/coregrind/pub_core_redir.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/pub_core_redir.h 2005-08-25 22:53:57 UTC (rev 4514)
+++ trunk/coregrind/pub_core_redir.h 2005-08-25 22:55:19 UTC (rev 4515)
@@ -1,6 +1,6 @@
=20
/*--------------------------------------------------------------------*/
-/*--- Code redirections. pub_core_redir.h ---*/
+/*--- Function replacement and wrapping. pub_core_redir.h ---*/
/*--------------------------------------------------------------------*/
=20
/*
@@ -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.
//--------------------------------------------------------------------
=20
#include "pub_tool_redir.h"
Modified: trunk/coregrind/vg_preloaded.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/vg_preloaded.c 2005-08-25 22:53:57 UTC (rev 4514)
+++ trunk/coregrind/vg_preloaded.c 2005-08-25 22:55:19 UTC (rev 4515)
@@ -4,8 +4,8 @@
/*--------------------------------------------------------------------*/
=20
/*
- 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.
=20
Copyright (C) 2000-2005 Julian Seward=20
js...@ac...
|