mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
mini_dump: Cleanup and add comments
Removes some unnecessary code. wip
This commit is contained in:
parent
554b7e220b
commit
49b8c65045
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