mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
gdb/doc:
* gdb.texinfo (Architectures): Remove menu entry `A29K'. (A29K): Remove.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2012-04-29 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
|
* gdb.texinfo (Architectures): Remove menu entry `A29K'.
|
||||||
|
(A29K): Remove.
|
||||||
|
|
||||||
2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
|
2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||||
Tom Tromey <tromey@redhat.com>
|
Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
@ -20282,7 +20282,6 @@ all uses of @value{GDBN} with the architecture, both native and cross.
|
|||||||
|
|
||||||
@menu
|
@menu
|
||||||
* i386::
|
* i386::
|
||||||
* A29K::
|
|
||||||
* Alpha::
|
* Alpha::
|
||||||
* MIPS::
|
* MIPS::
|
||||||
* HPPA:: HP PA architecture
|
* HPPA:: HP PA architecture
|
||||||
@ -20312,32 +20311,6 @@ Show the current setting of the convention to return @code{struct}s
|
|||||||
from functions.
|
from functions.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@node A29K
|
|
||||||
@subsection A29K
|
|
||||||
|
|
||||||
@table @code
|
|
||||||
|
|
||||||
@kindex set rstack_high_address
|
|
||||||
@cindex AMD 29K register stack
|
|
||||||
@cindex register stack, AMD29K
|
|
||||||
@item set rstack_high_address @var{address}
|
|
||||||
On AMD 29000 family processors, registers are saved in a separate
|
|
||||||
@dfn{register stack}. There is no way for @value{GDBN} to determine the
|
|
||||||
extent of this stack. Normally, @value{GDBN} just assumes that the
|
|
||||||
stack is ``large enough''. This may result in @value{GDBN} referencing
|
|
||||||
memory locations that do not exist. If necessary, you can get around
|
|
||||||
this problem by specifying the ending address of the register stack with
|
|
||||||
the @code{set rstack_high_address} command. The argument should be an
|
|
||||||
address, which you probably want to precede with @samp{0x} to specify in
|
|
||||||
hexadecimal.
|
|
||||||
|
|
||||||
@kindex show rstack_high_address
|
|
||||||
@item show rstack_high_address
|
|
||||||
Display the current limit of the register stack, on AMD 29000 family
|
|
||||||
processors.
|
|
||||||
|
|
||||||
@end table
|
|
||||||
|
|
||||||
@node Alpha
|
@node Alpha
|
||||||
@subsection Alpha
|
@subsection Alpha
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user