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=
"Errors">Errors
</a>,
13 Next:
<a rel=
"next" accesskey=
"n" href=
"Breakpoint-Info.html#Breakpoint%20Info">Breakpoint Info
</a>,
14 Previous:
<a rel=
"previous" accesskey=
"p" href=
"Prompting.html#Prompting">Prompting
</a>,
15 Up:
<a rel=
"up" accesskey=
"u" href=
"Annotations.html#Annotations">Annotations
</a>
19 <h3 class=
"section">Errors
</h3>
21 <pre class=
"smallexample"> ^Z^Zquit
24 <p>This annotation occurs right before GDB responds to an interrupt.
26 <pre class=
"smallexample"> ^Z^Zerror
29 <p>This annotation occurs right before GDB responds to an error.
31 <p>Quit and error annotations indicate that any annotations which GDB was
32 in the middle of may end abruptly. For example, if a
33 <code>value-history-begin
</code> annotation is followed by a
<code>error
</code>, one
34 cannot expect to receive the matching
<code>value-history-end
</code>. One
35 cannot expect not to receive it either, however; an error annotation
36 does not necessarily mean that GDB is immediately returning all the way
39 <p>A quit or error annotation may be preceded by
41 <pre class=
"smallexample"> ^Z^Zerror-begin
44 <p>Any output between that and the quit or error annotation is the error
47 <p>Warning messages are not yet annotated.