Work around MinGW mangling of "host:/path"
[msysgit/historical-msysgit.git] / mingw / info / gdb / Errors.html
blob2a536c7ec91bd3ac426e1929c52da538cb2011b3
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="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>
16 <hr><br>
17 </div>
19 <h3 class="section">Errors</h3>
21 <pre class="smallexample"> ^Z^Zquit
22 </pre>
24 <p>This annotation occurs right before GDB responds to an interrupt.
26 <pre class="smallexample"> ^Z^Zerror
27 </pre>
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
37 to the top level.
39 <p>A quit or error annotation may be preceded by
41 <pre class="smallexample"> ^Z^Zerror-begin
42 </pre>
44 <p>Any output between that and the quit or error annotation is the error
45 message.
47 <p>Warning messages are not yet annotated.
49 </body></html>