MCPcopy Create free account
hub / github.com/DarthTon/Xenos / DumpHandler

Method DumpHandler

src/DumpHandler.cpp:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8{
9
10DumpHandler::DumpHandler( void )
11{
12 memset( &_ExceptionInfo, 0x00, sizeof( _ExceptionInfo ) );
13
14 // Create new thread to ensure dump creation in case of stack overflow exception
15 _hWatchThd = CreateThread( NULL, 0, &DumpHandler::WatchdogProc, this, 0, NULL );
16}
17
18DumpHandler::~DumpHandler( void )
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected