Work around MinGW mangling of "host:/path"
[msysgit/historical-msysgit.git] / mingw / info / gdb / GDB-MI-Result-Records.html
blobe279a62e5b0fb2648d50b2724bdb37a0b0a8019f
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%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>
15 <hr><br>
16 </div>
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:
23 <dl>
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
26 values.
28 <br><dt><code>"^running"</code>
29 <dd>The asynchronous operation was successfully started. The target is
30 running.
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
34 error message.
35 </dl>
37 </body></html>