.B
--show-below-main=<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.
.TP
.B
[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 this
+ option is enabled, these entries below
<computeroutput>main()</computeroutput> will be shown.</para>
</listitem>