2015-10-08 14:55:01 -04:00
<!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" / >
2017-02-22 23:37:31 -05:00
< meta name = "generator" content = "Doxygen 1.8.13" / >
2016-11-07 15:21:37 -05:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2015-10-08 14:55:01 -04:00
< 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" / >
2016-11-08 14:26:59 -05:00
< link href = "crashpad_doxygen.css" rel = "stylesheet" type = "text/css" / >
2015-10-08 14:55:01 -04:00
< / 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;" >
2016-01-06 16:09:15 -05:00
< td id = "projectalign" style = "padding-left: 0.5em;" >
2015-10-08 14:55:01 -04:00
< div id = "projectname" > Crashpad
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2017-02-22 23:37:31 -05:00
<!-- Generated by Doxygen 1.8.13 -->
2015-10-08 14:55:01 -04:00
< script type = "text/javascript" >
var searchBox = new SearchBox("searchBox", "search",false,'Search');
< / script >
2016-11-07 15:21:37 -05:00
< 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 >
2015-10-08 14:55:01 -04:00
<!-- 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 > |
< 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 " snapshot/mac/process_reader.h" < / code > < / p >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-attribs" > < / a >
Public Attributes< / h2 > < / td > < / tr >
2016-11-07 15:21:37 -05:00
< tr class = "memitem:af3802ec0731bda1cf066b050b23debf7" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "af3802ec0731bda1cf066b050b23debf7" > < / a >
2015-10-08 14:55:01 -04:00
std::string  < / 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" >   < / 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" >   < / td > < / tr >
< tr class = "memitem:a3be41f4fae388989c30bbb3046f2a854" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classcrashpad_1_1MachOImageReader.html" > MachOImageReader< / a > *  < / 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" >   < / 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" >   < / td > < / tr >
< tr class = "memitem:a6e5283523fbb890bbb49d8dd61a3a294" > < td class = "memItemLeft" align = "right" valign = "top" > time_t  < / 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" >   < / 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" >   < / 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 >
2016-11-07 15:21:37 -05:00
< a id = "a3be41f4fae388989c30bbb3046f2a854" > < / a >
2017-02-22 23:37:31 -05:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3be41f4fae388989c30bbb3046f2a854" > ◆ < / a > < / span > reader< / h2 >
2016-11-07 15:21:37 -05:00
2015-10-08 14:55:01 -04:00
< 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 >
2017-07-29 17:13:40 -04:00
< 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 process ID. " > ProcessReader< / a > that created it.< / p >
2015-10-08 14:55:01 -04:00
< p > This field may be < code > nullptr< / code > if a reader could not be created for the module. < / p >
< / div >
< / div >
2016-11-07 15:21:37 -05:00
< a id = "a6e5283523fbb890bbb49d8dd61a3a294" > < / a >
2017-02-22 23:37:31 -05:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6e5283523fbb890bbb49d8dd61a3a294" > ◆ < / a > < / span > timestamp< / h2 >
2016-11-07 15:21:37 -05:00
2015-10-08 14:55:01 -04:00
< 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   < a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
2017-02-22 23:37:31 -05:00
< / a > 1.8.13
2015-10-08 14:55:01 -04:00
< / small > < / address >
< / body >
< / html >