Breakpoint-Info.html 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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-2019 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 5.2, http://www.gnu.org/software/texinfo/ -->
  11. <head>
  12. <title>GDB&rsquo;s Obsolete Annotations: Breakpoint Info</title>
  13. <meta name="description" content="GDB&rsquo;s Obsolete Annotations: Breakpoint Info">
  14. <meta name="keywords" content="GDB&rsquo;s Obsolete Annotations: Breakpoint Info">
  15. <meta name="resource-type" content="document">
  16. <meta name="distribution" content="global">
  17. <meta name="Generator" content="makeinfo">
  18. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  19. <link href="index.html#Top" rel="start" title="Top">
  20. <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
  21. <link href="index.html#Top" rel="up" title="Top">
  22. <link href="Invalidation.html#Invalidation" rel="next" title="Invalidation">
  23. <link href="Errors.html#Errors" rel="prev" title="Errors">
  24. <style type="text/css">
  25. <!--
  26. a.summary-letter {text-decoration: none}
  27. blockquote.smallquotation {font-size: smaller}
  28. div.display {margin-left: 3.2em}
  29. div.example {margin-left: 3.2em}
  30. div.indentedblock {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.smallindentedblock {margin-left: 3.2em; font-size: smaller}
  35. div.smalllisp {margin-left: 3.2em}
  36. kbd {font-style:oblique}
  37. pre.display {font-family: inherit}
  38. pre.format {font-family: inherit}
  39. pre.menu-comment {font-family: serif}
  40. pre.menu-preformatted {font-family: serif}
  41. pre.smalldisplay {font-family: inherit; font-size: smaller}
  42. pre.smallexample {font-size: smaller}
  43. pre.smallformat {font-family: inherit; font-size: smaller}
  44. pre.smalllisp {font-size: smaller}
  45. span.nocodebreak {white-space:nowrap}
  46. span.nolinebreak {white-space:nowrap}
  47. span.roman {font-family:serif; font-weight:normal}
  48. span.sansserif {font-family:sans-serif; font-weight:normal}
  49. ul.no-bullet {list-style: none}
  50. -->
  51. </style>
  52. </head>
  53. <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
  54. <a name="Breakpoint-Info"></a>
  55. <div class="header">
  56. <p>
  57. Next: <a href="Invalidation.html#Invalidation" accesskey="n" rel="next">Invalidation</a>, Previous: <a href="Errors.html#Errors" accesskey="p" rel="prev">Errors</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
  58. </div>
  59. <hr>
  60. <a name="Information-on-Breakpoints"></a>
  61. <h2 class="chapter">10 Information on Breakpoints</h2>
  62. <p><em>Breakpoint Annotations have been removed. <small>GDB/MI</small> instead
  63. provides breakpoint commands.</em>
  64. </p>
  65. <a name="index-annotations-for-breakpoints"></a>
  66. <p>The output from the <code>info breakpoints</code> command is annotated as follows:
  67. </p>
  68. <a name="index-breakpoints_002dheaders"></a>
  69. <a name="index-breakpoints_002dtable"></a>
  70. <div class="smallexample">
  71. <pre class="smallexample">^Z^Zbreakpoints-headers
  72. <var>header-entry</var>
  73. ^Z^Zbreakpoints-table
  74. </pre></div>
  75. <p>where <var>header-entry</var> has the same syntax as an entry (see below) but
  76. instead of containing data, it contains strings which are intended to
  77. convey the meaning of each field to the user. This is followed by any
  78. number of entries. If a field does not apply for this entry, it is
  79. omitted. Fields may contain trailing whitespace. Each entry consists
  80. of:
  81. </p>
  82. <a name="index-record"></a>
  83. <a name="index-field"></a>
  84. <div class="smallexample">
  85. <pre class="smallexample">^Z^Zrecord
  86. ^Z^Zfield 0
  87. <var>number</var>
  88. ^Z^Zfield 1
  89. <var>type</var>
  90. ^Z^Zfield 2
  91. <var>disposition</var>
  92. ^Z^Zfield 3
  93. <var>enable</var>
  94. ^Z^Zfield 4
  95. <var>address</var>
  96. ^Z^Zfield 5
  97. <var>what</var>
  98. ^Z^Zfield 6
  99. <var>frame</var>
  100. ^Z^Zfield 7
  101. <var>condition</var>
  102. ^Z^Zfield 8
  103. <var>ignore-count</var>
  104. ^Z^Zfield 9
  105. <var>commands</var>
  106. </pre></div>
  107. <p>Note that <var>address</var> is intended for user consumption&mdash;the syntax
  108. varies depending on the language.
  109. </p>
  110. <p>The output ends with
  111. </p>
  112. <a name="index-breakpoints_002dtable_002dend"></a>
  113. <div class="smallexample">
  114. <pre class="smallexample">^Z^Zbreakpoints-table-end
  115. </pre></div>
  116. </body>
  117. </html>