creport: Implement reading info about all threads.

This commit is contained in:
Michael Scire
2018-06-25 04:07:44 -06:00
parent 5268a9f9f3
commit d65255acb8
4 changed files with 66 additions and 2 deletions

View File

@@ -37,6 +37,9 @@ class CrashReport {
ExceptionInfo exception_info;
ThreadInfo crashed_thread_info;
/* Extra Info. */
ThreadList thread_list;
public:
CrashReport() : debug_handle(INVALID_HANDLE), result((Result)CrashReportResult::IncompleteReport), process_info({}), dying_message_address(0),
dying_message_size(0), dying_message{}, exception_info({}) { }