Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / mingw / info / gdb / Invalidation.html
blob09b80f669ec013af2c77d7f5d2d8dc3d97b738df
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="Invalidation">Invalidation</a>,
13 Next:<a rel="next" accesskey="n" href="Annotations-for-Running.html#Annotations%20for%20Running">Annotations for Running</a>,
14 Previous:<a rel="previous" accesskey="p" href="Breakpoint-Info.html#Breakpoint%20Info">Breakpoint Info</a>,
15 Up:<a rel="up" accesskey="u" href="Annotations.html#Annotations">Annotations</a>
16 <hr><br>
17 </div>
19 <h3 class="section">Invalidation Notices</h3>
21 <p>The following annotations say that certain pieces of state may have
22 changed.
24 <dl>
25 <dt><code>^Z^Zframes-invalid</code>
26 <dd>
27 The frames (for example, output from the <code>backtrace</code> command) may
28 have changed.
30 <br><dt><code>^Z^Zbreakpoints-invalid</code>
31 <dd>
32 The breakpoints may have changed. For example, the user just added or
33 deleted a breakpoint.
34 </dl>
36 </body></html>