Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / mingw / info / gdb / A29K.html
blob55c3d5f7319e2dae450971956b8f1f7d45264fdf
1 <html lang="en">
2 <head>
3 <title>Debugging with GDB</title>
4 <meta http-equiv="Content-Type" content="text/html">
5 <meta name="description" content="Debugging with GDB">
6 <meta name="generator" content="makeinfo 4.3">
7 <link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
8 </head>
9 <body>
10 <div class="node">
11 <p>
12 Node:<a name="A29K">A29K</a>,
13 Next:<a rel="next" accesskey="n" href="Alpha.html#Alpha">Alpha</a>,
14 Up:<a rel="up" accesskey="u" href="Architectures.html#Architectures">Architectures</a>
15 <hr><br>
16 </div>
18 <h4 class="subsection">A29K</h4>
20 <dl>
22 <br><dt><code>set rstack_high_address </code><var>address</var><code></code>
23 <dd>On AMD 29000 family processors, registers are saved in a separate
24 <dfn>register stack</dfn>. There is no way for GDB to determine the
25 extent of this stack. Normally, GDB just assumes that the
26 stack is "large enough". This may result in GDB referencing
27 memory locations that do not exist. If necessary, you can get around
28 this problem by specifying the ending address of the register stack with
29 the <code>set rstack_high_address</code> command. The argument should be an
30 address, which you probably want to precede with <code>0x</code> to specify in
31 hexadecimal.
33 <br><dt><code>show rstack_high_address</code>
34 <dd>Display the current limit of the register stack, on AMD 29000 family
35 processors.
37 </dl>
39 </body></html>