jrfonseca / drmingw

Postmortem debugging tools for MinGW.
GNU Lesser General Public License v2.1
279 stars 56 forks source link

Write minidump from exchndl.dll #73

Open alvinhochun opened 2 years ago

alvinhochun commented 2 years ago

Since exchndl already uses an unhandled exception handler, can we also add an API (e.g. ExcHndlSetMiniDumpFileNameA) to have it write a minidump to a file alongside to the log file set by ExcHndlSetLogFileNameA?

I wonder if it is a really bad idea to call MiniDumpWriteDump from the same process?