Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

168 lines
9.7KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- Copyright (C) 1994-2020 Free Software Foundation, Inc.
  4. Permission is granted to copy, distribute and/or modify this document
  5. under the terms of the GNU Free Documentation License, Version 1.3 or
  6. any later version published by the Free Software Foundation; with no
  7. Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
  8. Texts. A copy of the license is included in the section entitled "GNU
  9. Free Documentation License". -->
  10. <!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
  11. <head>
  12. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  13. <title>Top (GDB&rsquo;s Obsolete Annotations)</title>
  14. <meta name="description" content="Top (GDB&rsquo;s Obsolete Annotations)">
  15. <meta name="keywords" content="Top (GDB&rsquo;s Obsolete Annotations)">
  16. <meta name="resource-type" content="document">
  17. <meta name="distribution" content="global">
  18. <meta name="Generator" content="makeinfo">
  19. <link href="#Top" rel="start" title="Top">
  20. <link href="#SEC_Contents" rel="contents" title="Table of Contents">
  21. <link href="../dir/index.html" rel="up" title="(dir)">
  22. <link href="Annotations-Overview.html#Annotations-Overview" rel="next" title="Annotations Overview">
  23. <style type="text/css">
  24. <!--
  25. a.summary-letter {text-decoration: none}
  26. blockquote.indentedblock {margin-right: 0em}
  27. blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
  28. blockquote.smallquotation {font-size: smaller}
  29. div.display {margin-left: 3.2em}
  30. div.example {margin-left: 3.2em}
  31. div.lisp {margin-left: 3.2em}
  32. div.smalldisplay {margin-left: 3.2em}
  33. div.smallexample {margin-left: 3.2em}
  34. div.smalllisp {margin-left: 3.2em}
  35. kbd {font-style: oblique}
  36. pre.display {font-family: inherit}
  37. pre.format {font-family: inherit}
  38. pre.menu-comment {font-family: serif}
  39. pre.menu-preformatted {font-family: serif}
  40. pre.smalldisplay {font-family: inherit; font-size: smaller}
  41. pre.smallexample {font-size: smaller}
  42. pre.smallformat {font-family: inherit; font-size: smaller}
  43. pre.smalllisp {font-size: smaller}
  44. span.nolinebreak {white-space: nowrap}
  45. span.roman {font-family: initial; font-weight: normal}
  46. span.sansserif {font-family: sans-serif; font-weight: normal}
  47. ul.no-bullet {list-style: none}
  48. -->
  49. </style>
  50. </head>
  51. <body lang="en">
  52. <h1 class="settitle" align="center"><small>GDB</small>&rsquo;s Obsolete Annotations</h1>
  53. <p>This file documents <small>GDB</small>&rsquo;s obsolete annotations.
  54. </p>
  55. <p>Copyright &copy; 1994&ndash;2020 Free Software Foundation, Inc.
  56. </p>
  57. <p>Permission is granted to copy, distribute and/or modify this document
  58. under the terms of the GNU Free Documentation License, Version 1.3 or
  59. any later version published by the Free Software Foundation; with no
  60. Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
  61. Texts. A copy of the license is included in the section entitled &ldquo;GNU
  62. Free Documentation License&rdquo;.
  63. </p>
  64. <a name="Top"></a>
  65. <div class="header">
  66. <p>
  67. Next: <a href="Annotations-Overview.html#Annotations-Overview" accesskey="n" rel="next">Annotations Overview</a>, Up: <a href="../dir/index.html" accesskey="u" rel="up">(dir)</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
  68. </div>
  69. <hr>
  70. <a name="GDB-Annotations"></a>
  71. <h1 class="top">GDB Annotations</h1>
  72. <p>This document describes the obsolete level two annotation interface
  73. implemented in older <small>GDB</small> versions.
  74. </p>
  75. <table class="menu" border="0" cellspacing="0">
  76. <tr><td align="left" valign="top">&bull; <a href="Annotations-Overview.html#Annotations-Overview" accesskey="1">Annotations Overview</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">What annotations are; the general syntax.
  77. </td></tr>
  78. <tr><td align="left" valign="top">&bull; <a href="Limitations.html#Limitations" accesskey="2">Limitations</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Limitations of the annotation interface.
  79. </td></tr>
  80. <tr><td align="left" valign="top">&bull; <a href="Migrating-to-GDB_002fMI.html#Migrating-to-GDB_002fMI" accesskey="3">Migrating to GDB/MI</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Migrating to GDB/MI
  81. </td></tr>
  82. <tr><td align="left" valign="top">&bull; <a href="Server-Prefix.html#Server-Prefix" accesskey="4">Server Prefix</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Issuing a command without affecting user state.
  83. </td></tr>
  84. <tr><td align="left" valign="top">&bull; <a href="Value-Annotations.html#Value-Annotations" accesskey="5">Value Annotations</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Values are marked as such.
  85. </td></tr>
  86. <tr><td align="left" valign="top">&bull; <a href="Frame-Annotations.html#Frame-Annotations" accesskey="6">Frame Annotations</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Stack frames are annotated.
  87. </td></tr>
  88. <tr><td align="left" valign="top">&bull; <a href="Displays.html#Displays" accesskey="7">Displays</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><small>GDB</small> can be told to display something periodically.
  89. </td></tr>
  90. <tr><td align="left" valign="top">&bull; <a href="Prompting.html#Prompting" accesskey="8">Prompting</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Annotations marking <small>GDB</small>&rsquo;s need for input.
  91. </td></tr>
  92. <tr><td align="left" valign="top">&bull; <a href="Errors.html#Errors" accesskey="9">Errors</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Annotations for error messages.
  93. </td></tr>
  94. <tr><td align="left" valign="top">&bull; <a href="Breakpoint-Info.html#Breakpoint-Info">Breakpoint Info</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Information on breakpoints.
  95. </td></tr>
  96. <tr><td align="left" valign="top">&bull; <a href="Invalidation.html#Invalidation">Invalidation</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Some annotations describe things now invalid.
  97. </td></tr>
  98. <tr><td align="left" valign="top">&bull; <a href="Annotations-for-Running.html#Annotations-for-Running">Annotations for Running</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
  99. Whether the program is running, how it stopped, etc.
  100. </td></tr>
  101. <tr><td align="left" valign="top">&bull; <a href="Source-Annotations.html#Source-Annotations">Source Annotations</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Annotations describing source code.
  102. </td></tr>
  103. <tr><td align="left" valign="top">&bull; <a href="Multi_002dthreaded-Apps.html#Multi_002dthreaded-Apps">Multi-threaded Apps</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">An annotation that reports multi-threadedness.
  104. </td></tr>
  105. <tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
  106. </pre></th></tr><tr><td align="left" valign="top">&bull; <a href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License">GNU Free Documentation License</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
  107. </td></tr>
  108. </table>
  109. <a name="SEC_Contents"></a>
  110. <h2 class="contents-heading">Table of Contents</h2>
  111. <div class="contents">
  112. <ul class="no-bullet">
  113. <li><a name="toc-What-is-an-Annotation_003f" href="Annotations-Overview.html#Annotations-Overview">1 What is an Annotation?</a></li>
  114. <li><a name="toc-Limitations-of-the-Annotation-Interface" href="Limitations.html#Limitations">2 Limitations of the Annotation Interface</a>
  115. <ul class="no-bullet">
  116. <li><a name="toc-Dependant-on-CLI-output" href="Limitations.html#Dependant-on-CLI-output">2.1 Dependant on <small>CLI</small> output</a></li>
  117. <li><a name="toc-Scalability" href="Limitations.html#Scalability">2.2 Scalability</a></li>
  118. <li><a name="toc-Correctness" href="Limitations.html#Correctness">2.3 Correctness</a></li>
  119. <li><a name="toc-Reliability" href="Limitations.html#Reliability">2.4 Reliability</a></li>
  120. <li><a name="toc-Maintainability" href="Limitations.html#Maintainability">2.5 Maintainability</a></li>
  121. </ul></li>
  122. <li><a name="toc-Migrating-to-GDB_002fMI-1" href="Migrating-to-GDB_002fMI.html#Migrating-to-GDB_002fMI">3 Migrating to <small>GDB/MI</small></a></li>
  123. <li><a name="toc-The-Server-Prefix" href="Server-Prefix.html#Server-Prefix">4 The Server Prefix</a></li>
  124. <li><a name="toc-Values" href="Value-Annotations.html#Value-Annotations">5 Values</a></li>
  125. <li><a name="toc-Frames" href="Frame-Annotations.html#Frame-Annotations">6 Frames</a></li>
  126. <li><a name="toc-Displays-1" href="Displays.html#Displays">7 Displays</a></li>
  127. <li><a name="toc-Annotation-for-GDB-Input" href="Prompting.html#Prompting">8 Annotation for <small>GDB</small> Input</a></li>
  128. <li><a name="toc-Errors-1" href="Errors.html#Errors">9 Errors</a></li>
  129. <li><a name="toc-Information-on-Breakpoints" href="Breakpoint-Info.html#Breakpoint-Info">10 Information on Breakpoints</a></li>
  130. <li><a name="toc-Invalidation-Notices" href="Invalidation.html#Invalidation">11 Invalidation Notices</a></li>
  131. <li><a name="toc-Running-the-Program" href="Annotations-for-Running.html#Annotations-for-Running">12 Running the Program</a></li>
  132. <li><a name="toc-Displaying-Source" href="Source-Annotations.html#Source-Annotations">13 Displaying Source</a></li>
  133. <li><a name="toc-Multi_002dthreaded-Applications" href="Multi_002dthreaded-Apps.html#Multi_002dthreaded-Apps">14 Multi-threaded Applications</a></li>
  134. <li><a name="toc-GNU-Free-Documentation-License-1" href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License">Appendix A GNU Free Documentation License</a></li>
  135. </ul>
  136. </div>
  137. <hr>
  138. <div class="header">
  139. <p>
  140. Next: <a href="Annotations-Overview.html#Annotations-Overview" accesskey="n" rel="next">Annotations Overview</a>, Up: <a href="../dir/index.html" accesskey="u" rel="up">(dir)</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
  141. </div>
  142. </body>
  143. </html>