crashpad/doc/generated/doxygen/structMINIDUMP__EXCEPTION__STREAM.html
2017-02-22 23:37:31 -05:00

140 lines
8.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Crashpad: MINIDUMP_EXCEPTION_STREAM 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 -->
<!-- Generated by Doxygen 1.8.13 -->
<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><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-attribs">Public Attributes</a> &#124;
<a href="structMINIDUMP__EXCEPTION__STREAM-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">MINIDUMP_EXCEPTION_STREAM Struct Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Information about the exception that triggered a minidump files generation.
<a href="structMINIDUMP__EXCEPTION__STREAM.html#details">More...</a></p>
<p><code>#include &quot;dbghelp.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:a086c9170bbe85b667b65f90fca98bf95"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structMINIDUMP__EXCEPTION__STREAM.html#a086c9170bbe85b667b65f90fca98bf95">ThreadId</a></td></tr>
<tr class="memdesc:a086c9170bbe85b667b65f90fca98bf95"><td class="mdescLeft">&#160;</td><td class="mdescRight">The ID of the thread that caused the exception. <a href="#a086c9170bbe85b667b65f90fca98bf95">More...</a><br /></td></tr>
<tr class="separator:a086c9170bbe85b667b65f90fca98bf95"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a911b5c8ddbe98181a3876651070665b0"><td class="memItemLeft" align="right" valign="top"><a id="a911b5c8ddbe98181a3876651070665b0"></a>
uint32_t&#160;</td><td class="memItemRight" valign="bottom"><b>__alignment</b></td></tr>
<tr class="separator:a911b5c8ddbe98181a3876651070665b0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a64d52a1f80f7f0a6f48d615bd1105c35"><td class="memItemLeft" align="right" valign="top"><a id="a64d52a1f80f7f0a6f48d615bd1105c35"></a>
<a class="el" href="structMINIDUMP__EXCEPTION.html">MINIDUMP_EXCEPTION</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structMINIDUMP__EXCEPTION__STREAM.html#a64d52a1f80f7f0a6f48d615bd1105c35">ExceptionRecord</a></td></tr>
<tr class="memdesc:a64d52a1f80f7f0a6f48d615bd1105c35"><td class="mdescLeft">&#160;</td><td class="mdescRight">Information about the exception. <br /></td></tr>
<tr class="separator:a64d52a1f80f7f0a6f48d615bd1105c35"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5a49137fc0a19e8096504e16e954f351"><td class="memItemLeft" align="right" valign="top"><a class="el" href="structMINIDUMP__LOCATION__DESCRIPTOR.html">MINIDUMP_LOCATION_DESCRIPTOR</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structMINIDUMP__EXCEPTION__STREAM.html#a5a49137fc0a19e8096504e16e954f351">ThreadContext</a></td></tr>
<tr class="memdesc:a5a49137fc0a19e8096504e16e954f351"><td class="mdescLeft">&#160;</td><td class="mdescRight">A pointer to a CPU-specific CONTEXT structure containing the threads context at the time the exception was caused. <a href="#a5a49137fc0a19e8096504e16e954f351">More...</a><br /></td></tr>
<tr class="separator:a5a49137fc0a19e8096504e16e954f351"><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>Information about the exception that triggered a minidump files generation. </p>
</div><h2 class="groupheader">Member Data Documentation</h2>
<a id="a5a49137fc0a19e8096504e16e954f351"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a5a49137fc0a19e8096504e16e954f351">&#9670;&nbsp;</a></span>ThreadContext</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="structMINIDUMP__LOCATION__DESCRIPTOR.html">MINIDUMP_LOCATION_DESCRIPTOR</a> MINIDUMP_EXCEPTION_STREAM::ThreadContext</td>
</tr>
</table>
</div><div class="memdoc">
<p>A pointer to a CPU-specific CONTEXT structure containing the threads context at the time the exception was caused. </p>
<p>The interpretation of the context structure is dependent on the CPU architecture identified by <a class="el" href="structMINIDUMP__SYSTEM__INFO.html#adc85b29d7df8943baf1a96af23051ca8" title="The systems CPU architecture. This may be a PROCESSOR_ARCHITECTURE_* value, or a member of crashpad...">MINIDUMP_SYSTEM_INFO::ProcessorArchitecture</a>. For <a class="el" href="namespacecrashpad.html#a98e532bb06fc5ffdd93e0ceb6d789eb1a667f84537acd054ce17f527bcd41c885" title="32-bit x86. ">crashpad::kMinidumpCPUArchitectureX86</a>, this will be <a class="el" href="structcrashpad_1_1MinidumpContextX86.html" title="A 32-bit x86 CPU context (register state) carried in a minidump file. ">crashpad::MinidumpContextX86</a>. For <a class="el" href="namespacecrashpad.html#a98e532bb06fc5ffdd93e0ceb6d789eb1a74c0fcddcbf1502d7dedc7cd965550df" title="64-bit x86. ">crashpad::kMinidumpCPUArchitectureAMD64</a>, this will be <a class="el" href="structcrashpad_1_1MinidumpContextAMD64.html" title="An x86_64 (AMD64) CPU context (register state) carried in a minidump file. ">crashpad::MinidumpContextAMD64</a>. </p>
</div>
</div>
<a id="a086c9170bbe85b667b65f90fca98bf95"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a086c9170bbe85b667b65f90fca98bf95">&#9670;&nbsp;</a></span>ThreadId</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint32_t MINIDUMP_EXCEPTION_STREAM::ThreadId</td>
</tr>
</table>
</div><div class="memdoc">
<p>The ID of the thread that caused the exception. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="structMINIDUMP__THREAD.html#a1d2508187af6c3ec09e5836badb56fd2" title="The threads ID. This may be referenced by MINIDUMP_EXCEPTION_STREAM::ThreadId. ">MINIDUMP_THREAD::ThreadId</a> </dd></dl>
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>compat/non_win/<a class="el" href="dbghelp_8h.html">dbghelp.h</a></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.13
</small></address>
</body>
</html>