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%20Out-of-band%20Records">GDB/MI Out-of-band Records
</a>,
13 Previous:
<a rel=
"previous" accesskey=
"p" 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> Out-of-band Records
</h4>
20 <p><dfn>Out-of-band
</dfn> records are used to notify the
<small>GDB/MI
</small> client of
21 additional changes that have occurred. Those changes can either be a
22 consequence of
<small>GDB/MI
</small> (e.g., a breakpoint modified) or a result of
23 target activity (e.g., target stopped).
25 <p>The following is a preliminary list of possible out-of-band records.
28 <dt><code>"*" "stop"</code>