<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Crashpad: crashpad::ProcessReader::Module Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">Crashpad
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="namespacecrashpad.html">crashpad</a></li><li class="navelem"><a class="el" href="classcrashpad_1_1ProcessReader.html">ProcessReader</a></li><li class="navelem"><a class="el" href="structcrashpad_1_1ProcessReader_1_1Module.html">Module</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-attribs">Public Attributes</a> &#124;
<a href="structcrashpad_1_1ProcessReader_1_1Module-members.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">crashpad::ProcessReader::Module Struct Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>Contains information about a module loaded into a process.  
 <a href="structcrashpad_1_1ProcessReader_1_1Module.html#details">More...</a></p>

<p><code>#include &quot;snapshot/mac/process_reader.h&quot;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:af3802ec0731bda1cf066b050b23debf7"><td class="memItemLeft" align="right" valign="top"><a id="af3802ec0731bda1cf066b050b23debf7"></a>
std::string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structcrashpad_1_1ProcessReader_1_1Module.html#af3802ec0731bda1cf066b050b23debf7">name</a></td></tr>
<tr class="memdesc:af3802ec0731bda1cf066b050b23debf7"><td class="mdescLeft">&#160;</td><td class="mdescRight">The pathname used to load the module from disk. <br /></td></tr>
<tr class="separator:af3802ec0731bda1cf066b050b23debf7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3be41f4fae388989c30bbb3046f2a854"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classcrashpad_1_1MachOImageReader.html">MachOImageReader</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structcrashpad_1_1ProcessReader_1_1Module.html#a3be41f4fae388989c30bbb3046f2a854">reader</a></td></tr>
<tr class="memdesc:a3be41f4fae388989c30bbb3046f2a854"><td class="mdescLeft">&#160;</td><td class="mdescRight">An image reader for the module.  <a href="#a3be41f4fae388989c30bbb3046f2a854">More...</a><br /></td></tr>
<tr class="separator:a3be41f4fae388989c30bbb3046f2a854"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6e5283523fbb890bbb49d8dd61a3a294"><td class="memItemLeft" align="right" valign="top">time_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structcrashpad_1_1ProcessReader_1_1Module.html#a6e5283523fbb890bbb49d8dd61a3a294">timestamp</a></td></tr>
<tr class="memdesc:a6e5283523fbb890bbb49d8dd61a3a294"><td class="mdescLeft">&#160;</td><td class="mdescRight">The module’s timestamp.  <a href="#a6e5283523fbb890bbb49d8dd61a3a294">More...</a><br /></td></tr>
<tr class="separator:a6e5283523fbb890bbb49d8dd61a3a294"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Contains information about a module loaded into a process. </p>
</div><h2 class="groupheader">Member Data Documentation</h2>
<a id="a3be41f4fae388989c30bbb3046f2a854"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a3be41f4fae388989c30bbb3046f2a854">&sect;&nbsp;</a></span>reader</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="classcrashpad_1_1MachOImageReader.html">MachOImageReader</a>* crashpad::ProcessReader::Module::reader</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>An image reader for the module. </p>
<p>The lifetime of this <a class="el" href="classcrashpad_1_1MachOImageReader.html" title="A reader for Mach-O images mapped into another process. ">MachOImageReader</a> is scoped to the lifetime of the <a class="el" href="classcrashpad_1_1ProcessReader.html" title="Accesses information about another process, identified by a Mach task. ">ProcessReader</a> that created it.</p>
<p>This field may be <code>nullptr</code> if a reader could not be created for the module. </p>

</div>
</div>
<a id="a6e5283523fbb890bbb49d8dd61a3a294"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a6e5283523fbb890bbb49d8dd61a3a294">&sect;&nbsp;</a></span>timestamp</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">time_t crashpad::ProcessReader::Module::timestamp</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>The module’s timestamp. </p>
<p>This field will be <code>0</code> if its value cannot be determined. It can only be determined for images that are loaded by dyld, so it will be <code>0</code> for the main executable and for dyld itself. </p>

</div>
</div>
<hr/>The documentation for this struct was generated from the following files:<ul>
<li>snapshot/mac/process_reader.h</li>
<li>snapshot/mac/process_reader.cc</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.12
</small></address>
</body>
</html>