|
From: <sv...@va...> - 2005-11-18 14:59:11
|
Author: njn
Date: 2005-11-18 14:59:00 +0000 (Fri, 18 Nov 2005)
New Revision: 5189
Log:
Update documentation about --show-below-main.
Modified:
trunk/docs/valgrind.1
trunk/docs/xml/manual-core.xml
Modified: trunk/docs/valgrind.1
=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/docs/valgrind.1 2005-11-18 09:39:09 UTC (rev 5188)
+++ trunk/docs/valgrind.1 2005-11-18 14:59:00 UTC (rev 5189)
@@ -269,9 +269,11 @@
.B
--show-below-main=3D<yes|no> [default: no]
When enabled, this option causes full stack backtraces to be emited,
-including the part before \fBmain\fP in your program (subject to the
-\fB--num-callers\fP option.) When disabled, only the part of the stack
-backtrace up to and including main is printed.
+including the part before \fBmain\fP (or similar functions such as glibc=
's
+\fB__libc_start_main\fP, if \fBmain\fP is not present in the stack trace=
) in
+your program (subject to the \fB--num-callers\fP option.) When disabled=
,
+only the part of the stack backtrace up to and including \fBmain\fP is
+printed.
=20
.TP
.B
Modified: trunk/docs/xml/manual-core.xml
=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/docs/xml/manual-core.xml 2005-11-18 09:39:09 UTC (rev 5188)
+++ trunk/docs/xml/manual-core.xml 2005-11-18 14:59:00 UTC (rev 5189)
@@ -808,9 +808,11 @@
[default]</para>
<para>By default, stack traces for errors do not show any
functions that appear beneath
- <computeroutput>main()</computeroutput>; most of the time
- it's uninteresting C library stuff. If this option is
- enabled, these entries below
+ <computeroutput>main()</computeroutput> (or similar functions
+ such as glibc's <computeroutput>__libc_start_main()</computeroutput>=
, if
+ <computeroutput>main()</computeroutput> is not present in the stack
+ trace); most of the time it's uninteresting C library stuff. If thi=
s
+ option is enabled, these entries below
<computeroutput>main()</computeroutput> will be shown.</para>
</listitem>
=20
|