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=
"Debugging%20Output">Debugging Output
</a>,
13 Previous:
<a rel=
"previous" accesskey=
"p" href=
"Messages-Warnings.html#Messages%2fWarnings">Messages/Warnings
</a>,
14 Up:
<a rel=
"up" accesskey=
"u" href=
"Controlling-GDB.html#Controlling%20GDB">Controlling GDB
</a>
18 <h3 class=
"section">Optional messages about internal happenings
</h3>
21 <dt><code>set debug arch
</code>
22 <dd>Turns on or off display of gdbarch debugging info. The default is off
23 <br><dt><code>show debug arch
</code>
24 <dd>Displays the current state of displaying gdbarch debugging info.
25 <br><dt><code>set debug event
</code>
26 <dd>Turns on or off display of GDB event debugging info. The
28 <br><dt><code>show debug event
</code>
29 <dd>Displays the current state of displaying GDB event debugging
31 <br><dt><code>set debug expression
</code>
32 <dd>Turns on or off display of GDB expression debugging info. The
34 <br><dt><code>show debug expression
</code>
35 <dd>Displays the current state of displaying GDB expression
37 <br><dt><code>set debug overload
</code>
38 <dd>Turns on or off display of GDB C
<tt>++
</tt> overload debugging
39 info. This includes info such as ranking of functions, etc. The default
41 <br><dt><code>show debug overload
</code>
42 <dd>Displays the current state of displaying GDB C
<tt>++
</tt> overload
44 <br><dt><code>set debug remote
</code>
45 <dd>Turns on or off display of reports on all packets sent back and forth across
46 the serial line to the remote machine. The info is printed on the
47 GDB standard output stream. The default is off.
48 <br><dt><code>show debug remote
</code>
49 <dd>Displays the state of display of remote packets.
50 <br><dt><code>set debug serial
</code>
51 <dd>Turns on or off display of GDB serial debugging info. The
53 <br><dt><code>show debug serial
</code>
54 <dd>Displays the current state of displaying GDB serial debugging
56 <br><dt><code>set debug target
</code>
57 <dd>Turns on or off display of GDB target debugging info. This info
58 includes what is going on at the target level of GDB, as it happens. The
60 <br><dt><code>show debug target
</code>
61 <dd>Displays the current state of displaying GDB target debugging
63 <br><dt><code>set debug varobj
</code>
64 <dd>Turns on or off display of GDB variable object debugging
65 info. The default is off.
66 <br><dt><code>show debug varobj
</code>
67 <dd>Displays the current state of displaying GDB variable object