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=
"GDB%2fMI%20Result%20Records">GDB/MI Result Records
</a>,
13 Next:
<a rel=
"next" accesskey=
"n" href=
"GDB-MI-Stream-Records.html#GDB%2fMI%20Stream%20Records">GDB/MI Stream Records
</a>,
14 Up:
<a rel=
"up" accesskey=
"u" href=
"GDB-MI-Output-Records.html#GDB%2fMI%20Output%20Records">GDB/MI Output Records
</a>
18 <h4 class=
"subsection"><small>GDB/MI
</small> Result Records
</h4>
20 <p>In addition to a number of out-of-band notifications, the response to a
21 <small>GDB/MI
</small> command includes one of the following result indications:
24 <dt><code>"^done" [
"," </code><var>results
</var><code> ]
</code>
25 <dd>The synchronous operation was successful,
<code></code><var>results
</var><code></code> are the return
28 <br><dt><code>"^running"</code>
29 <dd>The asynchronous operation was successfully started. The target is
32 <br><dt><code>"^error" "," </code><var>c-string
</var><code></code>
33 <dd>The operation failed. The
<code></code><var>c-string
</var><code></code> contains the corresponding