Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / mingw / info / gdb / Annotations.html
blobdb7e69d7bceed2d77baf34b8c3f5c059a2bf4901
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="Annotations">Annotations</a>,
13 Next:<a rel="next" accesskey="n" href="GDB-MI.html#GDB%2fMI">GDB/MI</a>,
14 Previous:<a rel="previous" accesskey="p" href="Emacs.html#Emacs">Emacs</a>,
15 Up:<a rel="up" accesskey="u" href="index.html#Top">Top</a>
16 <hr><br>
17 </div>
19 <h2 class="chapter">GDB Annotations</h2>
21 <p>This chapter describes annotations in GDB. Annotations are
22 designed to interface GDB to graphical user interfaces or
23 other similar programs which want to interact with GDB at a
24 relatively high level.
26 <ul class="menu">
27 <li><a accesskey="1" href="Annotations-Overview.html#Annotations%20Overview">Annotations Overview</a>: What annotations are; the general syntax.
28 <li><a accesskey="2" href="Server-Prefix.html#Server%20Prefix">Server Prefix</a>: Issuing a command without affecting user state.
29 <li><a accesskey="3" href="Value-Annotations.html#Value%20Annotations">Value Annotations</a>: Values are marked as such.
30 <li><a accesskey="4" href="Frame-Annotations.html#Frame%20Annotations">Frame Annotations</a>: Stack frames are annotated.
31 <li><a accesskey="5" href="Displays.html#Displays">Displays</a>: GDB can be told to display something periodically.
32 <li><a accesskey="6" href="Prompting.html#Prompting">Prompting</a>: Annotations marking GDB's need for input.
33 <li><a accesskey="7" href="Errors.html#Errors">Errors</a>: Annotations for error messages.
34 <li><a accesskey="8" href="Breakpoint-Info.html#Breakpoint%20Info">Breakpoint Info</a>: Information on breakpoints.
35 <li><a accesskey="9" href="Invalidation.html#Invalidation">Invalidation</a>: Some annotations describe things now invalid.
36 <li><a href="Annotations-for-Running.html#Annotations%20for%20Running">Annotations for Running</a>:
37 Whether the program is running, how it stopped, etc.
38 <li><a href="Source-Annotations.html#Source%20Annotations">Source Annotations</a>: Annotations describing source code.
39 <li><a href="TODO.html#TODO">TODO</a>: Annotations which might be added in the future.
40 </ul>
42 </body></html>