Skyscraper 2.0
uexception.h File Reference
#include <windows.h>
#include "stackwalker.h"
#include "globals.h"
#include "sbs.h"
#include "vm.h"
#include "skyscraper.h"
#include "enginecontext.h"
#include "scriptproc.h"
#include "hal.h"
#include "textwindow.h"
Include dependency graph for uexception.h:

Go to the source code of this file.

Classes

class  Skyscraper::StackWalkerToConsole
 

Namespaces

namespace  Skyscraper
 

Functions

LPTOP_LEVEL_EXCEPTION_FILTER WINAPI Skyscraper::MyDummySetUnhandledExceptionFilter (LPTOP_LEVEL_EXCEPTION_FILTER lpTopLevelExceptionFilter)
 
BOOL Skyscraper::PreventSetUnhandledExceptionFilter ()
 
static LONG __stdcall Skyscraper::CrashHandlerExceptionFilter (EXCEPTION_POINTERS *pExPtrs)
 
static void Skyscraper::InitUnhandledExceptionFilter ()
 
static void Skyscraper::UnhandledExceptionSetRoot (Skyscraper *root)
 

Variables

TextWindowSkyscraper::twindow = 0
 
SkyscraperSkyscraper::skyscraper = 0
 
static TCHAR Skyscraper::s_szExceptionLogFileName [_MAX_PATH] = _T("\\exceptions.log")
 
static BOOL Skyscraper::s_bUnhandledExeptionFilterSet = FALSE