diff options
author | Daniel Jacobowitz <dan@debian.org> | 2003-01-05 04:34:39 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2003-01-05 04:34:39 +0000 |
commit | ae7f26ee524eb3e675da965591aa8f2a220404f6 (patch) | |
tree | 8942d1813e71ccfa1103feec2a8c24a834163863 /gdb/doc | |
parent | ae6760d559b6ec8e824223558c0ae823f7661055 (diff) | |
download | gdb-ae7f26ee524eb3e675da965591aa8f2a220404f6.tar.gz |
* gdb.texinfo (Controlling GDB): Add @kindex for
"show osabi".
(Backtraces): Add @kindex's for backtrace-below-main.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b5884d7933f..223cd2f8da8 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,11 @@ 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". 2003-01-04 Daniel Jacobowitz <drow@mvista.com> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 4ad5dbe5572..8bfce2f0ca4 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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. |