Work around MinGW mangling of "host:/path"
[msysgit/historical-msysgit.git] / mingw / info / gdb / GDB-MI-Command-Description-Format.html
blobb6f8efa9d5df68026dc6f3ac4bfadf056eca9731
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="GDB%2fMI%20Command%20Description%20Format">GDB/MI Command Description Format</a>,
13 Next:<a rel="next" accesskey="n" href="GDB-MI-Breakpoint-Table-Commands.html#GDB%2fMI%20Breakpoint%20Table%20Commands">GDB/MI Breakpoint Table Commands</a>,
14 Previous:<a rel="previous" accesskey="p" href="GDB-MI-Output-Records.html#GDB%2fMI%20Output%20Records">GDB/MI Output Records</a>,
15 Up:<a rel="up" accesskey="u" href="GDB-MI.html#GDB%2fMI">GDB/MI</a>
16 <hr><br>
17 </div>
19 <h3 class="section"><small>GDB/MI</small> Command Description Format</h3>
21 <p>The remaining sections describe blocks of commands. Each block of
22 commands is laid out in a fashion similar to this section.
24 <p>Note the the line breaks shown in the examples are here only for
25 readability. They don't appear in the real output.
26 Also note that the commands with a non-available example (N.A.) are
27 not yet implemented.
29 <h4 class="subheading">Motivation</h4>
31 <p>The motivation for this collection of commands.
33 <h4 class="subheading">Introduction</h4>
35 <p>A brief introduction to this collection of commands as a whole.
37 <h4 class="subheading">Commands</h4>
39 <p>For each command in the block, the following is described:
41 <h5 class="subsubheading">Synopsis</h5>
43 <pre class="example"> -command <var>args</var>...
44 </pre>
46 <h5 class="subsubheading">GDB Command</h5>
48 <p>The corresponding GDB CLI command.
50 <h5 class="subsubheading">Result</h5>
52 <h5 class="subsubheading">Out-of-band</h5>
54 <h5 class="subsubheading">Notes</h5>
56 <h5 class="subsubheading">Example</h5>
58 </body></html>