ReactOS 0.4.16-dev-336-gb667d82
|
#include "precomp.h"
#include <winuser.h>
#include <algorithm>
#include <shlobj.h>
#include <shlwapi.h>
#include <tchar.h>
#include <strsafe.h>
#include <tlhelp32.h>
#include <dbghelp.h>
#include <conio.h>
#include <atlbase.h>
#include <atlstr.h>
#include "resource.h"
Go to the source code of this file.
Macros | |
#define | DPFLTR_ERROR_LEVEL 0 |
Functions | |
NTSYSAPI ULONG NTAPI | vDbgPrintEx (_In_ ULONG ComponentId, _In_ ULONG Level, _In_z_ PCCH Format, _In_ va_list ap) |
void | xfprintf (FILE *stream, const char *fmt,...) |
static bool | SortModules (const ModuleData &left, const ModuleData &right) |
static void | PrintThread (FILE *output, DumpData &data, DWORD tid, ThreadData &thread) |
void | PrintBugreport (FILE *output, DumpData &data) |
int | abort (FILE *output, int err) |
std::wstring | Settings_GetOutputPath (void) |
BOOL | Settings_GetShouldWriteDump (void) |
HRESULT | WriteMinidump (LPCWSTR LogFilePath, DumpData &data) |
int WINAPI | wWinMain (HINSTANCE hInstance, HINSTANCE, LPWSTR cmdLine, INT) |
Variables | |
static const char | szUsage [] |
Definition at line 118 of file main.cpp.
Referenced by wWinMain().
|
static |
Definition at line 51 of file main.cpp.
Referenced by PrintBugreport().
std::wstring Settings_GetOutputPath | ( | void | ) |
Definition at line 187 of file main.cpp.
Referenced by wWinMain().
Definition at line 211 of file main.cpp.
Referenced by wWinMain().
|
static |
NTSYSAPI ULONG NTAPI vDbgPrintEx | ( | _In_ ULONG | ComponentId, |
_In_ ULONG | Level, | ||
_In_z_ PCCH | Format, | ||
_In_ va_list | ap | ||
) |
Referenced by AcpiOsVprintf(), DebugFunction(), PciIdeXDebugPrint(), VideoPortDebugPrint(), and xfprintf().
Definition at line 228 of file main.cpp.
Referenced by wWinMain().
Definition at line 267 of file main.cpp.
Definition at line 34 of file main.cpp.
Referenced by PrintBugreport(), PrintStackBacktrace(), PrintSystemInfo(), PrintThread(), and wWinMain().
Definition at line 23 of file main.cpp.
Referenced by wWinMain().