Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

Invalidation.html 3.5KB

pirms 3 gadiem
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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>Invalidation (GDB&rsquo;s Obsolete Annotations)</title>
  14. <meta name="description" content="Invalidation (GDB&rsquo;s Obsolete Annotations)">
  15. <meta name="keywords" content="Invalidation (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="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="Annotations-for-Running.html#Annotations-for-Running" rel="next" title="Annotations for Running">
  23. <link href="Breakpoint-Info.html#Breakpoint-Info" rel="prev" title="Breakpoint Info">
  24. <style type="text/css">
  25. <!--
  26. a.summary-letter {text-decoration: none}
  27. blockquote.indentedblock {margin-right: 0em}
  28. blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
  29. blockquote.smallquotation {font-size: smaller}
  30. div.display {margin-left: 3.2em}
  31. div.example {margin-left: 3.2em}
  32. div.lisp {margin-left: 3.2em}
  33. div.smalldisplay {margin-left: 3.2em}
  34. div.smallexample {margin-left: 3.2em}
  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.nolinebreak {white-space: nowrap}
  46. span.roman {font-family: initial; font-weight: normal}
  47. span.sansserif {font-family: sans-serif; font-weight: normal}
  48. ul.no-bullet {list-style: none}
  49. -->
  50. </style>
  51. </head>
  52. <body lang="en">
  53. <a name="Invalidation"></a>
  54. <div class="header">
  55. <p>
  56. Next: <a href="Annotations-for-Running.html#Annotations-for-Running" accesskey="n" rel="next">Annotations for Running</a>, Previous: <a href="Breakpoint-Info.html#Breakpoint-Info" accesskey="p" rel="prev">Breakpoint Info</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>
  57. </div>
  58. <hr>
  59. <a name="Invalidation-Notices"></a>
  60. <h2 class="chapter">11 Invalidation Notices</h2>
  61. <a name="index-annotations-for-invalidation-messages"></a>
  62. <p>The following annotations say that certain pieces of state may have
  63. changed.
  64. </p>
  65. <dl compact="compact">
  66. <dd><a name="index-frames_002dinvalid"></a>
  67. </dd>
  68. <dt><code>^Z^Zframes-invalid</code></dt>
  69. <dd>
  70. <p>The frames (for example, output from the <code>backtrace</code> command) may
  71. have changed.
  72. </p>
  73. <a name="index-breakpoints_002dinvalid"></a>
  74. </dd>
  75. <dt><code>^Z^Zbreakpoints-invalid</code></dt>
  76. <dd>
  77. <p>The breakpoints may have changed. For example, the user just added or
  78. deleted a breakpoint.
  79. </p></dd>
  80. </dl>
  81. </body>
  82. </html>