Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / mingw / info / gdb / Debugging-Output.html
blob4717a259650eab52782cf5e4ef9edce17200c2a3
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="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>
15 <hr><br>
16 </div>
18 <h3 class="section">Optional messages about internal happenings</h3>
20 <dl>
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
27 default is off.
28 <br><dt><code>show debug event</code>
29 <dd>Displays the current state of displaying GDB event debugging
30 info.
31 <br><dt><code>set debug expression</code>
32 <dd>Turns on or off display of GDB expression debugging info. The
33 default is off.
34 <br><dt><code>show debug expression</code>
35 <dd>Displays the current state of displaying GDB expression
36 debugging info.
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
40 is off.
41 <br><dt><code>show debug overload</code>
42 <dd>Displays the current state of displaying GDB C<tt>++</tt> overload
43 debugging info.
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
52 default is off.
53 <br><dt><code>show debug serial</code>
54 <dd>Displays the current state of displaying GDB serial debugging
55 info.
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
59 default is off.
60 <br><dt><code>show debug target</code>
61 <dd>Displays the current state of displaying GDB target debugging
62 info.
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
68 debugging info.
69 </dl>
71 </body></html>