libobs: Add win32 crash handler

A slightly refactored version of R1CH's crash handler, allows crash
handling for windows which provides stack traces of all threads and a
list of all loaded modules.  Also shows the processor, windows version,
and current libobs version.
This commit is contained in:
jp9000
2015-01-02 05:57:06 -08:00
parent f93b2fe794
commit e3068ed985
3 changed files with 504 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ include_directories(${OBS_JANSSON_INCLUDE_DIRS})
if(WIN32)
set(libobs_PLATFORM_SOURCES
obs-win-crash-handler.c
obs-windows.c
util/threading-windows.c
util/pipe-windows.c