PostgreSQL Source Code
git master
|
Go to the source code of this file.
Typedefs | |
typedef BOOL(WINAPI * | MINIDUMPWRITEDUMP) (HANDLE hProcess, DWORD dwPid, HANDLE hFile, MINIDUMP_TYPE DumpType, CONST PMINIDUMP_EXCEPTION_INFORMATION ExceptionParam, CONST PMINIDUMP_USER_STREAM_INFORMATION UserStreamParam, CONST PMINIDUMP_CALLBACK_INFORMATION CallbackParam) |
Functions | |
static LONG WINAPI | crashDumpHandler (struct _EXCEPTION_POINTERS *pExceptionInfo) |
void | pgwin32_install_crashdump_handler (void) |
typedef BOOL(WINAPI * MINIDUMPWRITEDUMP) (HANDLE hProcess, DWORD dwPid, HANDLE hFile, MINIDUMP_TYPE DumpType, CONST PMINIDUMP_EXCEPTION_INFORMATION ExceptionParam, CONST PMINIDUMP_USER_STREAM_INFORMATION UserStreamParam, CONST PMINIDUMP_CALLBACK_INFORMATION CallbackParam) |
Definition at line 71 of file crashdump.c.
|
static |
Definition at line 90 of file crashdump.c.
References dumpType(), snprintf, and write_stderr.
Referenced by pgwin32_install_crashdump_handler().
void pgwin32_install_crashdump_handler | ( | void | ) |
Definition at line 178 of file crashdump.c.
References crashDumpHandler().
Referenced by main().