2018-07-20 16:32:28 -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" / >
2018-07-20 16:32:28 -04:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > Crashpad: crashpad::MinidumpContextARM 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" / >
< link href = "crashpad_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 -->
2018-08-01 13:34:49 -04:00
<!-- Generated by Doxygen 1.8.14 -->
2018-07-20 16:32:28 -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 */
2018-07-20 16:32:28 -04:00
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2018-08-01 13:34:49 -04:00
/* @license-end */
2018-07-20 16:32:28 -04:00
< / script >
< 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 */
2018-07-20 16:32:28 -04:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2018-08-01 13:34:49 -04:00
/* @license-end */< / script >
2018-07-20 16:32:28 -04:00
< 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 = "structcrashpad_1_1MinidumpContextARM.html" > MinidumpContextARM< / a > < / li > < / ul >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#pub-attribs" > Public Attributes< / a > |
< a href = "structcrashpad_1_1MinidumpContextARM-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > crashpad::MinidumpContextARM Struct Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > A 32-bit ARM CPU context (register state) carried in a minidump file.
< a href = "structcrashpad_1_1MinidumpContextARM.html#details" > More...< / a > < / p >
< p > < code > #include " minidump/minidump_context.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 >
< tr class = "memitem:ab5462d7d1c2b1b484ae9fdaf286aeee8" > < td class = "memItemLeft" align = "right" valign = "top" > uint32_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcrashpad_1_1MinidumpContextARM.html#ab5462d7d1c2b1b484ae9fdaf286aeee8" > context_flags< / a > < / td > < / tr >
< tr class = "memdesc:ab5462d7d1c2b1b484ae9fdaf286aeee8" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > A bitfield composed of values of < a class = "el" href = "namespacecrashpad.html#a835e6bd6cb3f97c99c572596878c1573" title = "Architecture-independent flags for context_flags fields in Minidump context structures. " > MinidumpContextFlags< / a > and < a class = "el" href = "namespacecrashpad.html#ab7077f40e8cf5fae1f668085248efe77" title = "32-bit ARM-specifc flags for MinidumpContextARM::context_flags. " > MinidumpContextARMFlags< / a > . < a href = "#ab5462d7d1c2b1b484ae9fdaf286aeee8" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ab5462d7d1c2b1b484ae9fdaf286aeee8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8531a0a337f038dc56821fa231268d0e" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a8531a0a337f038dc56821fa231268d0e" > < / a >
uint32_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcrashpad_1_1MinidumpContextARM.html#a8531a0a337f038dc56821fa231268d0e" > regs< / a > [11]< / td > < / tr >
< tr class = "memdesc:a8531a0a337f038dc56821fa231268d0e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > General-purpose registers < code > r0< / code > -< code > r15< / code > . < br / > < / td > < / tr >
< tr class = "separator:a8531a0a337f038dc56821fa231268d0e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aac6d0244ba53523c091bf62b95274f69" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "aac6d0244ba53523c091bf62b95274f69" > < / a >
uint32_t  < / td > < td class = "memItemRight" valign = "bottom" > < b > fp< / b > < / td > < / tr >
< tr class = "separator:aac6d0244ba53523c091bf62b95274f69" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1c16f108a934cc2287751538e1a4368a" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a1c16f108a934cc2287751538e1a4368a" > < / a >
uint32_t  < / td > < td class = "memItemRight" valign = "bottom" > < b > ip< / b > < / td > < / tr >
< tr class = "separator:a1c16f108a934cc2287751538e1a4368a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afe8abc593b2ea35acfb4b4ca6e384400" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "afe8abc593b2ea35acfb4b4ca6e384400" > < / a >
uint32_t  < / td > < td class = "memItemRight" valign = "bottom" > < b > sp< / b > < / td > < / tr >
< tr class = "separator:afe8abc593b2ea35acfb4b4ca6e384400" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4e342a6b67ab44abc2b602e6b3991027" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a4e342a6b67ab44abc2b602e6b3991027" > < / a >
uint32_t  < / td > < td class = "memItemRight" valign = "bottom" > < b > lr< / b > < / td > < / tr >
< tr class = "separator:a4e342a6b67ab44abc2b602e6b3991027" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1abb4d3d6450f5c828eb47a0b1fe1a2f" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a1abb4d3d6450f5c828eb47a0b1fe1a2f" > < / a >
uint32_t  < / td > < td class = "memItemRight" valign = "bottom" > < b > pc< / b > < / td > < / tr >
< tr class = "separator:a1abb4d3d6450f5c828eb47a0b1fe1a2f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a61c8ff802894204c0a430eb71c7f83a7" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a61c8ff802894204c0a430eb71c7f83a7" > < / a >
uint32_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcrashpad_1_1MinidumpContextARM.html#a61c8ff802894204c0a430eb71c7f83a7" > cpsr< / a > < / td > < / tr >
< tr class = "memdesc:a61c8ff802894204c0a430eb71c7f83a7" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Current program status register. < br / > < / td > < / tr >
< tr class = "separator:a61c8ff802894204c0a430eb71c7f83a7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9561992e98f6226b4a37e61cd25123a7" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a9561992e98f6226b4a37e61cd25123a7" > < / a >
uint32_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcrashpad_1_1MinidumpContextARM.html#a9561992e98f6226b4a37e61cd25123a7" > fpscr< / a > < / td > < / tr >
< tr class = "memdesc:a9561992e98f6226b4a37e61cd25123a7" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Floating-point status and control register. < br / > < / td > < / tr >
< tr class = "separator:a9561992e98f6226b4a37e61cd25123a7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a13ba3738880efb5af2b3921676a92c89" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a13ba3738880efb5af2b3921676a92c89" > < / a >
uint64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcrashpad_1_1MinidumpContextARM.html#a13ba3738880efb5af2b3921676a92c89" > vfp< / a > [32]< / td > < / tr >
< tr class = "memdesc:a13ba3738880efb5af2b3921676a92c89" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > VFP registers < code > d0< / code > -< code > d31< / code > . < br / > < / td > < / tr >
< tr class = "separator:a13ba3738880efb5af2b3921676a92c89" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4512da131ac99f726a5854b16b9285c8" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a4512da131ac99f726a5854b16b9285c8" > < / a >
uint32_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcrashpad_1_1MinidumpContextARM.html#a4512da131ac99f726a5854b16b9285c8" > extra< / a > [8]< / td > < / tr >
< tr class = "memdesc:a4512da131ac99f726a5854b16b9285c8" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This space is unused. It is included for compatibility with breakpad (which also doesn't use it). < br / > < / td > < / tr >
< tr class = "separator:a4512da131ac99f726a5854b16b9285c8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < p > A 32-bit ARM CPU context (register state) carried in a minidump file. < / p >
< / div > < h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "ab5462d7d1c2b1b484ae9fdaf286aeee8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab5462d7d1c2b1b484ae9fdaf286aeee8" > ◆ < / a > < / span > context_flags< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > uint32_t crashpad::MinidumpContextARM::context_flags< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > A bitfield composed of values of < a class = "el" href = "namespacecrashpad.html#a835e6bd6cb3f97c99c572596878c1573" title = "Architecture-independent flags for context_flags fields in Minidump context structures. " > MinidumpContextFlags< / a > and < a class = "el" href = "namespacecrashpad.html#ab7077f40e8cf5fae1f668085248efe77" title = "32-bit ARM-specifc flags for MinidumpContextARM::context_flags. " > MinidumpContextARMFlags< / a > . < / p >
< p > This field identifies the context structure as a 32-bit ARM CPU context, and indicates which other fields in the structure are valid. < / p >
< / div >
< / div >
< hr / > The documentation for this struct was generated from the following file:< ul >
< li > minidump/minidump_context.h< / 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" / >
2018-08-01 13:34:49 -04:00
< / a > 1.8.14
2018-07-20 16:32:28 -04:00
< / small > < / address >
< / body >
< / html >