mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
* gdb.texinfo (Controlling GDB): Add @kindex for
"show osabi". (Backtraces): Add @kindex's for backtrace-below-main.
This commit is contained in:
@ -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>
|
2003-01-04 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
* gdb.texinfo (Controlling GDB): Document "set osabi".
|
* gdb.texinfo (Controlling GDB): Document "set osabi".
|
||||||
|
@ -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
|
value, indicating that your program has stopped at the beginning of the
|
||||||
code for line @code{993} of @code{builtin.c}.
|
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
|
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}.
|
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
|
When @value{GDBN} finds the entry function in a backtrace it will terminate
|
||||||
@ -12533,6 +12536,7 @@ current ABI.
|
|||||||
|
|
||||||
@cindex OS ABI
|
@cindex OS ABI
|
||||||
@kindex set osabi
|
@kindex set osabi
|
||||||
|
@kindex show osabi
|
||||||
|
|
||||||
One @value{GDBN} configuration can debug binaries for multiple operating
|
One @value{GDBN} configuration can debug binaries for multiple operating
|
||||||
system targets, either via remote debugging or native emulation.
|
system targets, either via remote debugging or native emulation.
|
||||||
|
Reference in New Issue
Block a user