|
From: Nicholas N. <nj...@ca...> - 2003-11-30 17:42:23
|
CVS commit by nethercote: Remove out-of-date limitations from tech docs. M +0 -5 mc_techdocs.html 1.8 --- valgrind/memcheck/docs/mc_techdocs.html #1.7:1.8 @@ -466,9 +466,4 @@ <h3>Current limitations</h3> -No threads. I think fixing this is close to a research-grade problem. -<p> -No MMX. Fixing this should be relatively easy, using the same giant -trick used for x86 FPU instructions. See below. -<p> Support for weird (non-POSIX) signal stuff is patchy. Does anybody care? |
|
From: Nicholas N. <nj...@ca...> - 2004-09-02 15:50:37
|
CVS commit by nethercote:
Update docs for filename change.
M +1 -1 mc_techdocs.html 1.10
--- valgrind/memcheck/docs/mc_techdocs.html #1.9:1.10
@@ -391,5 +391,5 @@
globally visible symbols exported from <code>valgrind.so</code>
are defined using the <code>VG_</code> CPP macro. As you'll see
- from <code>vg_constants.h</code>, this appends some arbitrary
+ from <code>tool_asm.h</code>, this appends some arbitrary
prefix to the symbol, in order that it be, we hope, globally
unique. Currently the prefix is <code>vgPlain_</code>. For
|
|
From: Nicholas N. <nj...@ca...> - 2004-09-13 11:19:13
|
CVS commit by nethercote:
Fix grammar
M +1 -1 mc_main.html 1.11
--- valgrind/memcheck/docs/mc_main.html #1.10:1.11
@@ -582,5 +582,5 @@
<p>
- <li>When the program does malloc/new, the A bits for the exactly the
+ <li>When the program does malloc/new, the A bits for exactly the
area allocated, and not a byte more, are marked as accessible.
Upon freeing the area the A bits are changed to indicate
|
|
From: Tom H. <th...@cy...> - 2004-10-06 12:25:54
|
CVS commit by thughes: Remove reference to --tool=memcheck being the default. CCMAIL: 900...@bu... M +2 -3 mc_main.html 1.12 --- valgrind/memcheck/docs/mc_main.html #1.11:1.12 @@ -8,7 +8,6 @@ <h2>3 <b>Memcheck</b>: a heavyweight memory checker</h2> -To use this tool, you may specify <code>--tool=memcheck</code> on the -Valgrind command line. But you don't have to, since this is the -default tool. +To use this tool, you must specify <code>--tool=memcheck</code> on the +Valgrind command line. <h3>3.1 Kinds of bugs that memcheck can find</h3> |
|
From: Robert W. <rj...@du...> - 2005-03-06 02:25:04
|
CVS commit by rjwalsh:
Fix an HTML error.
M +1 -1 mc_main.html 1.17
--- valgrind/memcheck/docs/mc_main.html #1.16:1.17
@@ -85,5 +85,5 @@
</li><br><p>
- <li><code>--freelist-vol=<number></code> [default: 1000000]
+ <li><code>--freelist-vol=<number></code> [default: 1000000]
<p>When the client program releases memory using free (in C) or
delete (C++), that memory is not immediately made available for
|