mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-24 19:57:05 +02:00
mini_dump: Cleanup and add comments
Removes some unnecessary code. wip
This commit is contained in:
parent
f958cbc737
commit
3dbaafe1f3
3 changed files with 86 additions and 42 deletions
|
|
@ -7,6 +7,7 @@
|
|||
void CreateMiniDump(HANDLE process_handle, DWORD process_id, MINIDUMP_EXCEPTION_INFORMATION* info,
|
||||
EXCEPTION_POINTERS* pep);
|
||||
|
||||
void DumpFromDebugEvent(DEBUG_EVENT& deb_ev, PROCESS_INFORMATION& pi);
|
||||
bool SpawnDebuggee(const char* arg0, PROCESS_INFORMATION& pi);
|
||||
void DebugDebuggee(PROCESS_INFORMATION& pi);
|
||||
const char* ExceptionName(DWORD exception);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue