Skyscraper 2.0
|
#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"
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 | |
TextWindow * | Skyscraper::twindow = 0 |
Skyscraper * | Skyscraper::skyscraper = 0 |
static TCHAR | Skyscraper::s_szExceptionLogFileName [_MAX_PATH] = _T("\\exceptions.log") |
static BOOL | Skyscraper::s_bUnhandledExeptionFilterSet = FALSE |