"show osabi".
(Backtraces): Add @kindex's for backtrace-below-main.
+2003-01-04 Daniel Jacobowitz <drow@mvista.com>
+
+ * gdb.texinfo (Controlling GDB): Add @kindex for
+ "show osabi".
+ (Backtraces): Add @kindex's for backtrace-below-main.
+
2003-01-04 Daniel Jacobowitz <drow@mvista.com>
* gdb.texinfo (Controlling GDB): Document "set osabi".
value, indicating that your program has stopped at the beginning of the
code for line @code{993} of @code{builtin.c}.
+@kindex set backtrace-below-main
+@kindex show backtrace-below-main
+
Most programs have a standard entry point---a place where system libraries
and startup code transition into user code. For C this is @code{main}.
When @value{GDBN} finds the entry function in a backtrace it will terminate
@cindex OS ABI
@kindex set osabi
+@kindex show osabi
One @value{GDBN} configuration can debug binaries for multiple operating
system targets, either via remote debugging or native emulation.