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" / >
2018-08-01 13:34:49 -04:00
< meta name = "generator" content = "Doxygen 1.8.14" / >
2016-11-07 15:21:37 -05:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2018-07-20 16:32:28 -04:00
< title > Crashpad: crashpad::ProcessReaderFuchsia::Module Struct Reference< / title >
2015-10-08 14:55:01 -04:00
< 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 -->
2018-08-01 13:34:49 -04:00
<!-- Generated by Doxygen 1.8.14 -->
2015-10-08 14:55:01 -04:00
< script type = "text/javascript" >
2018-08-01 13:34:49 -04:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2015-10-08 14:55:01 -04:00
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2018-08-01 13:34:49 -04:00
/* @license-end */
2015-10-08 14:55:01 -04:00
< / 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" >
2018-08-01 13:34:49 -04:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2016-11-07 15:21:37 -05:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2018-08-01 13:34:49 -04:00
/* @license-end */< / script >
2016-11-07 15:21:37 -05:00
< 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 >
2018-07-20 16:32:28 -04:00
< li class = "navelem" > < a class = "el" href = "namespacecrashpad.html" > crashpad< / a > < / li > < li class = "navelem" > < a class = "el" href = "classcrashpad_1_1ProcessReaderFuchsia.html" > ProcessReaderFuchsia< / a > < / li > < li class = "navelem" > < a class = "el" href = "structcrashpad_1_1ProcessReaderFuchsia_1_1Module.html" > Module< / a > < / li > < / ul >
2015-10-08 14:55:01 -04:00
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#pub-attribs" > Public Attributes< / a > |
2018-07-20 16:32:28 -04:00
< a href = "structcrashpad_1_1ProcessReaderFuchsia_1_1Module-members.html" > List of all members< / a > < / div >
2015-10-08 14:55:01 -04:00
< div class = "headertitle" >
2018-07-20 16:32:28 -04:00
< div class = "title" > crashpad::ProcessReaderFuchsia::Module Struct Reference< / div > < / div >
2015-10-08 14:55:01 -04:00
< / div > <!-- header -->
< div class = "contents" >
< p > Contains information about a module loaded into a process.
2018-07-20 16:32:28 -04:00
< a href = "structcrashpad_1_1ProcessReaderFuchsia_1_1Module.html#details" > More...< / a > < / p >
2015-10-08 14:55:01 -04:00
2018-07-20 16:32:28 -04:00
< p > < code > #include " snapshot/fuchsia/process_reader_fuchsia.h" < / code > < / p >
2015-10-08 14:55:01 -04:00
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-attribs" > < / a >
Public Attributes< / h2 > < / td > < / tr >
2018-07-20 16:32:28 -04:00
< tr class = "memitem:ade368ef31ae6980b47ff2d9801d64513" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "ade368ef31ae6980b47ff2d9801d64513" > < / a >
std::string  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcrashpad_1_1ProcessReaderFuchsia_1_1Module.html#ade368ef31ae6980b47ff2d9801d64513" > name< / a > < / td > < / tr >
< tr class = "memdesc:ade368ef31ae6980b47ff2d9801d64513" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The < code > ZX_PROP_NAME< / code > of the module. < br / > < / td > < / tr >
< tr class = "separator:ade368ef31ae6980b47ff2d9801d64513" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5cece21c921814e4bd8c66c1bf42cde3" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classcrashpad_1_1ElfImageReader.html" > ElfImageReader< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcrashpad_1_1ProcessReaderFuchsia_1_1Module.html#a5cece21c921814e4bd8c66c1bf42cde3" > reader< / a > < / td > < / tr >
< tr class = "memdesc:a5cece21c921814e4bd8c66c1bf42cde3" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > An image reader for the module. < a href = "#a5cece21c921814e4bd8c66c1bf42cde3" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a5cece21c921814e4bd8c66c1bf42cde3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0f234508f29e61d9ef7d1573f72db35a" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a0f234508f29e61d9ef7d1573f72db35a" > < / a >
< a class = "el" href = "classcrashpad_1_1ModuleSnapshot.html#a7fd77f711ef04d87ece6e04d48d219f7" > ModuleSnapshot::ModuleType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcrashpad_1_1ProcessReaderFuchsia_1_1Module.html#a0f234508f29e61d9ef7d1573f72db35a" > type< / a > = < a class = "el" href = "classcrashpad_1_1ModuleSnapshot.html#a7fd77f711ef04d87ece6e04d48d219f7a0d87f3e0be43a8c34d84c5091547bc07" > ModuleSnapshot::kModuleTypeUnknown< / a > < / td > < / tr >
< tr class = "memdesc:a0f234508f29e61d9ef7d1573f72db35a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The module's type. < br / > < / td > < / tr >
< tr class = "separator:a0f234508f29e61d9ef7d1573f72db35a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2015-10-08 14:55:01 -04:00
< / 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 >
2018-07-20 16:32:28 -04:00
< a id = "a5cece21c921814e4bd8c66c1bf42cde3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5cece21c921814e4bd8c66c1bf42cde3" > ◆ < / 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 >
2018-07-20 16:32:28 -04:00
< td class = "memname" > < a class = "el" href = "classcrashpad_1_1ElfImageReader.html" > ElfImageReader< / a > * crashpad::ProcessReaderFuchsia::Module::reader< / td >
2015-10-08 14:55:01 -04:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > An image reader for the module. < / p >
2018-07-20 16:32:28 -04:00
< p > The lifetime of this < a class = "el" href = "classcrashpad_1_1ElfImageReader.html" title = "A reader for ELF images mapped into another process. " > ElfImageReader< / a > is scoped to the lifetime of the < a class = "el" href = "classcrashpad_1_1ProcessReaderFuchsia.html" title = "Accesses information about another process, identified by a Fuchsia process. " > ProcessReaderFuchsia< / 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 >
< hr / > The documentation for this struct was generated from the following files:< ul >
2018-07-20 16:32:28 -04:00
< li > snapshot/fuchsia/process_reader_fuchsia.h< / li >
< li > snapshot/fuchsia/process_reader_fuchsia.cc< / li >
2015-10-08 14:55:01 -04:00
< / 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" / >
2018-08-01 13:34:49 -04:00
< / a > 1.8.14
2015-10-08 14:55:01 -04:00
< / small > < / address >
< / body >
< / html >