您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

152 行
9.1KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- Copyright (C) 1988-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 the
  7. Invariant Sections being "Free Software" and "Free Software Needs
  8. Free Documentation", with the Front-Cover Texts being "A GNU Manual,"
  9. and with the Back-Cover Texts as in (a) below.
  10. (a) The FSF's Back-Cover Text is: "You are free to copy and modify
  11. this GNU Manual. Buying copies from GNU Press supports the FSF in
  12. developing GNU and promoting software freedom." -->
  13. <!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
  14. <head>
  15. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  16. <title>IPA Protocol Objects (Debugging with GDB)</title>
  17. <meta name="description" content="IPA Protocol Objects (Debugging with GDB)">
  18. <meta name="keywords" content="IPA Protocol Objects (Debugging with GDB)">
  19. <meta name="resource-type" content="document">
  20. <meta name="distribution" content="global">
  21. <meta name="Generator" content="makeinfo">
  22. <link href="index.html#Top" rel="start" title="Top">
  23. <link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index">
  24. <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
  25. <link href="In_002dProcess-Agent-Protocol.html#In_002dProcess-Agent-Protocol" rel="up" title="In-Process Agent Protocol">
  26. <link href="IPA-Protocol-Commands.html#IPA-Protocol-Commands" rel="next" title="IPA Protocol Commands">
  27. <link href="In_002dProcess-Agent-Protocol.html#In_002dProcess-Agent-Protocol" rel="prev" title="In-Process Agent Protocol">
  28. <style type="text/css">
  29. <!--
  30. a.summary-letter {text-decoration: none}
  31. blockquote.indentedblock {margin-right: 0em}
  32. blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
  33. blockquote.smallquotation {font-size: smaller}
  34. div.display {margin-left: 3.2em}
  35. div.example {margin-left: 3.2em}
  36. div.lisp {margin-left: 3.2em}
  37. div.smalldisplay {margin-left: 3.2em}
  38. div.smallexample {margin-left: 3.2em}
  39. div.smalllisp {margin-left: 3.2em}
  40. kbd {font-style: oblique}
  41. pre.display {font-family: inherit}
  42. pre.format {font-family: inherit}
  43. pre.menu-comment {font-family: serif}
  44. pre.menu-preformatted {font-family: serif}
  45. pre.smalldisplay {font-family: inherit; font-size: smaller}
  46. pre.smallexample {font-size: smaller}
  47. pre.smallformat {font-family: inherit; font-size: smaller}
  48. pre.smalllisp {font-size: smaller}
  49. span.nolinebreak {white-space: nowrap}
  50. span.roman {font-family: initial; font-weight: normal}
  51. span.sansserif {font-family: sans-serif; font-weight: normal}
  52. ul.no-bullet {list-style: none}
  53. -->
  54. </style>
  55. </head>
  56. <body lang="en">
  57. <a name="IPA-Protocol-Objects"></a>
  58. <div class="header">
  59. <p>
  60. Next: <a href="IPA-Protocol-Commands.html#IPA-Protocol-Commands" accesskey="n" rel="next">IPA Protocol Commands</a>, Up: <a href="In_002dProcess-Agent-Protocol.html#In_002dProcess-Agent-Protocol" accesskey="u" rel="up">In-Process Agent Protocol</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p>
  61. </div>
  62. <hr>
  63. <a name="IPA-Protocol-Objects-1"></a>
  64. <h4 class="subsection">30.1.1 IPA Protocol Objects</h4>
  65. <a name="index-ipa-protocol-objects"></a>
  66. <p>The commands sent to and results received from agent may contain some
  67. complex data types called <em>objects</em>.
  68. </p>
  69. <p>The in-process agent is running on the same machine with <small>GDB</small>
  70. or GDBserver, so it doesn&rsquo;t have to handle as much differences between
  71. two ends as remote protocol (see <a href="Remote-Protocol.html#Remote-Protocol">Remote Protocol</a>) tries to handle.
  72. However, there are still some differences of two ends in two processes:
  73. </p>
  74. <ol>
  75. <li> word size. On some 64-bit machines, <small>GDB</small> or GDBserver can be
  76. compiled as a 64-bit executable, while in-process agent is a 32-bit one.
  77. </li><li> ABI. Some machines may have multiple types of ABI, <small>GDB</small> or
  78. GDBserver is compiled with one, and in-process agent is compiled with
  79. the other one.
  80. </li></ol>
  81. <p>Here are the IPA Protocol Objects:
  82. </p>
  83. <ol>
  84. <li> agent expression object. It represents an agent expression
  85. (see <a href="Agent-Expressions.html#Agent-Expressions">Agent Expressions</a>).
  86. <a name="agent-expression-object"></a></li><li> tracepoint action object. It represents a tracepoint action
  87. (see <a href="Tracepoint-Actions.html#Tracepoint-Actions">Tracepoint Action Lists</a>) to collect registers,
  88. memory, static trace data and to evaluate expression.
  89. <a name="tracepoint-action-object"></a></li><li> tracepoint object. It represents a tracepoint (see <a href="Tracepoints.html#Tracepoints">Tracepoints</a>).
  90. <a name="tracepoint-object"></a>
  91. </li></ol>
  92. <p>The following table describes important attributes of each IPA protocol
  93. object:
  94. </p>
  95. <table>
  96. <thead><tr><th width="30%">Name</th><th width="20%">Size</th><th width="50%">Description</th></tr></thead>
  97. <tr><td width="30%"><em>agent expression object</em></td><td width="20%"></td><td width="50%"></td></tr>
  98. <tr><td width="30%">length</td><td width="20%">4</td><td width="50%">length of bytes code</td></tr>
  99. <tr><td width="30%">byte code</td><td width="20%"><var>length</var></td><td width="50%">contents of byte code</td></tr>
  100. <tr><td width="30%"><em>tracepoint action for collecting memory</em></td><td width="20%"></td><td width="50%"></td></tr>
  101. <tr><td width="30%">&rsquo;M&rsquo;</td><td width="20%">1</td><td width="50%">type of tracepoint action</td></tr>
  102. <tr><td width="30%">addr</td><td width="20%">8</td><td width="50%">if <var>basereg</var> is &lsquo;<samp>-1</samp>&rsquo;, <var>addr</var> is the
  103. address of the lowest byte to collect, otherwise <var>addr</var> is the offset
  104. of <var>basereg</var> for memory collecting.</td></tr>
  105. <tr><td width="30%">len</td><td width="20%">8</td><td width="50%">length of memory for collecting</td></tr>
  106. <tr><td width="30%">basereg</td><td width="20%">4</td><td width="50%">the register number containing the starting
  107. memory address for collecting.</td></tr>
  108. <tr><td width="30%"><em>tracepoint action for collecting registers</em></td><td width="20%"></td><td width="50%"></td></tr>
  109. <tr><td width="30%">&rsquo;R&rsquo;</td><td width="20%">1</td><td width="50%">type of tracepoint action</td></tr>
  110. <tr><td width="30%"><em>tracepoint action for collecting static trace data</em></td><td width="20%"></td><td width="50%"></td></tr>
  111. <tr><td width="30%">&rsquo;L&rsquo;</td><td width="20%">1</td><td width="50%">type of tracepoint action</td></tr>
  112. <tr><td width="30%"><em>tracepoint action for expression evaluation</em></td><td width="20%"></td><td width="50%"></td></tr>
  113. <tr><td width="30%">&rsquo;X&rsquo;</td><td width="20%">1</td><td width="50%">type of tracepoint action</td></tr>
  114. <tr><td width="30%">agent expression</td><td width="20%">length of</td><td width="50%"><a href="#agent-expression-object">agent expression object</a></td></tr>
  115. <tr><td width="30%"><em>tracepoint object</em></td><td width="20%"></td><td width="50%"></td></tr>
  116. <tr><td width="30%">number</td><td width="20%">4</td><td width="50%">number of tracepoint</td></tr>
  117. <tr><td width="30%">address</td><td width="20%">8</td><td width="50%">address of tracepoint inserted on</td></tr>
  118. <tr><td width="30%">type</td><td width="20%">4</td><td width="50%">type of tracepoint</td></tr>
  119. <tr><td width="30%">enabled</td><td width="20%">1</td><td width="50%">enable or disable of tracepoint</td></tr>
  120. <tr><td width="30%">step_count</td><td width="20%">8</td><td width="50%">step</td></tr>
  121. <tr><td width="30%">pass_count</td><td width="20%">8</td><td width="50%">pass</td></tr>
  122. <tr><td width="30%">numactions</td><td width="20%">4</td><td width="50%">number of tracepoint actions</td></tr>
  123. <tr><td width="30%">hit count</td><td width="20%">8</td><td width="50%">hit count</td></tr>
  124. <tr><td width="30%">trace frame usage</td><td width="20%">8</td><td width="50%">trace frame usage</td></tr>
  125. <tr><td width="30%">compiled_cond</td><td width="20%">8</td><td width="50%">compiled condition</td></tr>
  126. <tr><td width="30%">orig_size</td><td width="20%">8</td><td width="50%">orig size</td></tr>
  127. <tr><td width="30%">condition</td><td width="20%">4 if condition is NULL otherwise length of
  128. <a href="#agent-expression-object">agent expression object</a></td><td width="50%">zero if condition is NULL, otherwise is
  129. <a href="#agent-expression-object">agent expression object</a></td></tr>
  130. <tr><td width="30%">actions</td><td width="20%">variable</td><td width="50%">numactions number of <a href="#tracepoint-action-object">tracepoint action object</a></td></tr>
  131. </table>
  132. <hr>
  133. <div class="header">
  134. <p>
  135. Next: <a href="IPA-Protocol-Commands.html#IPA-Protocol-Commands" accesskey="n" rel="next">IPA Protocol Commands</a>, Up: <a href="In_002dProcess-Agent-Protocol.html#In_002dProcess-Agent-Protocol" accesskey="u" rel="up">In-Process Agent Protocol</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p>
  136. </div>
  137. </body>
  138. </html>