#include <llwindebug.h>
Static Public Member Functions | |
static BOOL | setupExceptionHandler () |
static LONG WINAPI | handleException (struct _EXCEPTION_POINTERS *pExceptionInfo) |
static void | writeDumpToFile (MINIDUMP_TYPE type, MINIDUMP_EXCEPTION_INFORMATION *ExInfop, const char *filename) |
Definition at line 38 of file llwindebug.h.
static LONG WINAPI LLWinDebug::handleException | ( | struct _EXCEPTION_POINTERS * | pExceptionInfo | ) | [static] |
Referenced by bad_network_handler(), and LLViewerWindow::restoreGL().
static BOOL LLWinDebug::setupExceptionHandler | ( | ) | [static] |
Referenced by catch_signals(), check_for_events(), LLViewerWindow::LLViewerWindow(), and main().
static void LLWinDebug::writeDumpToFile | ( | MINIDUMP_TYPE | type, | |
MINIDUMP_EXCEPTION_INFORMATION * | ExInfop, | |||
const char * | filename | |||
) | [static] |