|
From: Nicholas N. <nj...@cs...> - 2005-03-04 05:42:26
|
CVS commit by nethercote:
Update docs for option default changes.
M +3 -1 coregrind_core.html 1.38
--- valgrind/coregrind/docs/coregrind_core.html #1.37:1.38
@@ -488,4 +488,6 @@
</ul>
+If you omit this option, the default tool is Memcheck.
+
<h4>Basic Options</h4>
These options work with all tools.
@@ -586,5 +588,5 @@
</li><br><p>
- <li><code>--num-callers=<number></code> [default=4]<br>
+ <li><code>--num-callers=<number></code> [default=12]<br>
<p>By default, Valgrind shows four levels of function call names
to help you identify program locations. You can change that
|