* gdb.texinfo (Controlling GDB): Add @kindex for
authorDaniel Jacobowitz <drow@false.org>
Sun, 5 Jan 2003 04:34:39 +0000 (04:34 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 5 Jan 2003 04:34:39 +0000 (04:34 +0000)
"show osabi".
(Backtraces): Add @kindex's for backtrace-below-main.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index b5884d7933f79469e947161276861c1ae8cdaddf..223cd2f8da8a212b57e5efb72c5930f224c6cde5 100644 (file)
@@ -1,3 +1,9 @@
+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".
index 4ad5dbe5572aa1037c3811261e524d893b4e46a1..8bfce2f0ca47c96a8da255e05e5b3d8d7053ab64 100644 (file)
@@ -3857,6 +3857,9 @@ The display for frame zero does not begin with a program counter
 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
@@ -12533,6 +12536,7 @@ current ABI.
 
 @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. 
This page took 0.040836 seconds and 4 git commands to generate.