<trclass="memdesc:"><tdclass="mdescLeft"> </td><tdclass="mdescRight">An interface to a platform-specific process reader. <ahref="classcrashpad_1_1internal_1_1CaptureMemory_1_1Delegate.html#details">More...</a><br/></td></tr>
<trclass="memdesc:a5f68f64937ffc2af7101f64d956f1ebc"><tdclass="mdescLeft"> </td><tdclass="mdescRight">For all registers that appear to be pointer-like in <em>context</em>, captures a small amount of memory near their pointed to location. <ahref="#a5f68f64937ffc2af7101f64d956f1ebc">More...</a><br/></td></tr>
<trclass="memdesc:a121ce92c4f64a030c10b4faf2b780a86"><tdclass="mdescLeft"> </td><tdclass="mdescRight">For all pointer-like values in a memory range of the target process, captures a small amount of memory near the pointed to location. <ahref="#a121ce92c4f64a030c10b4faf2b780a86">More...</a><br/></td></tr>
<p>For all registers that appear to be pointer-like in <em>context</em>, captures a small amount of memory near their pointed to location. </p>
<p>"Pointer-like" in this context means not too close to zero (signed or unsigned) so that there's a reasonable chance that the value is a pointer.</p>
<dlclass="params"><dt>Parameters</dt><dd>
<tableclass="params">
<tr><tdclass="paramdir">[in]</td><tdclass="paramname">context</td><td>The context to inspect. </td></tr>
<tr><tdclass="paramdir">[in]</td><tdclass="paramname">process_reader</td><td>A MemoryCaptureProcessReader to read from the target process, and that handles adding new ranges. </td></tr>
<p>For all pointer-like values in a memory range of the target process, captures a small amount of memory near the pointed to location. </p>
<dlclass="params"><dt>Parameters</dt><dd>
<tableclass="params">
<tr><tdclass="paramdir">[in]</td><tdclass="paramname">memory</td><td>An existing <aclass="el"href="classcrashpad_1_1MemorySnapshot.html"title="An abstract interface to a snapshot representing a region of memory present in a snapshot process...">MemorySnapshot</a> of the range to search. The base address and size must be pointer-aligned and an integral number of pointers long. </td></tr>
<tr><tdclass="paramdir">[in]</td><tdclass="paramname">process_reader</td><td>A MemoryCaptureProcessReader to read from the target process, and that handles adding new ranges. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>snapshot/capture_memory.h</li>
<li>snapshot/capture_memory.cc</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated by  <ahref="http://www.doxygen.org/index.html">