<ahref="#pub-methods">Public Member Functions</a>|
<ahref="classcrashpad_1_1ExceptionHandlerServer_1_1Delegate-members.html">List of all members</a></div>
<divclass="headertitle">
<divclass="title">crashpad::ExceptionHandlerServer::Delegate Class Reference<spanclass="mlabels"><spanclass="mlabel">abstract</span></span></div></div>
</div><!--header-->
<divclass="contents">
<divclass="dynheader">
Inheritance diagram for crashpad::ExceptionHandlerServer::Delegate:</div>
<areahref="classcrashpad_1_1CrashReportExceptionHandler.html"title="An exception handler that writes crash reports for exception messages to a CrashReportDatabase. "alt="crashpad::CrashReportExceptionHandler"shape="rect"coords="0,56,266,80"/>
<trclass="memdesc:aeab0d0a0e52dc9ec0be773ce7f08c73a"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Called when the server has created the named pipe connection points and is ready to service requests. <br/></td></tr>
<trclass="memdesc:aa882e662bcede440ba8078edf4cbd14f"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Called when the client has signalled that it has encountered an exception and so wants a crash dump to be taken. <ahref="#aa882e662bcede440ba8078edf4cbd14f">More...</a><br/></td></tr>
<p>Called when the client has signalled that it has encountered an exception and so wants a crash dump to be taken. </p>
<dlclass="params"><dt>Parameters</dt><dd>
<tableclass="params">
<tr><tdclass="paramdir">[in]</td><tdclass="paramname">process</td><td>A handle to the client process. Ownership of the lifetime of this handle is not passed to the delegate. </td></tr>
<tr><tdclass="paramdir">[in]</td><tdclass="paramname">exception_information_address</td><td>The address in the client's address space of an <aclass="el"href="structcrashpad_1_1ExceptionInformation.html"title="Structure read out of the client process by the crash handler when an exception occurs. ">ExceptionInformation</a> structure. </td></tr>
<tr><tdclass="paramdir">[in]</td><tdclass="paramname">debug_critical_section_address</td><td>The address in the client's address space of a <code>CRITICAL_SECTION</code> allocated with a valid <code>.DebugInfo</code> field, or <code>0</code> if unavailable. </td></tr>
<p>Implemented in <aclass="el"href="classcrashpad_1_1CrashReportExceptionHandler.html#a1dcfab1bbc889f638b828bd5af296e62">crashpad::CrashReportExceptionHandler</a>.</p>