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">
12 Node:
<a name=
"Floating%20Point%20Hardware">Floating Point Hardware
</a>,
13 Next:
<a rel=
"next" accesskey=
"n" href=
"Memory-Region-Attributes.html#Memory%20Region%20Attributes">Memory Region Attributes
</a>,
14 Previous:
<a rel=
"previous" accesskey=
"p" href=
"Registers.html#Registers">Registers
</a>,
15 Up:
<a rel=
"up" accesskey=
"u" href=
"Data.html#Data">Data
</a>
19 <h3 class=
"section">Floating point hardware
</h3>
21 <p>Depending on the configuration, GDB may be able to give
22 you more information about the status of the floating point hardware.
25 <dt><code>info float
</code>
26 <dd>Display hardware-dependent information about the floating
27 point unit. The exact contents and layout vary depending on the
28 floating point chip. Currently,
<code>info float
</code> is supported on
29 the ARM and x86 machines.