creport: Skeleton reading of Code Regions.

This commit is contained in:
Michael Scire
2018-06-25 04:38:54 -06:00
parent fd6fa89122
commit f189610af8
5 changed files with 92 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
#include "creport_debug_types.hpp"
#include "creport_thread_info.hpp"
#include "creport_code_info.hpp"
enum class CrashReportResult : Result {
UndefinedInstruction = 0x00A8,
@@ -38,6 +39,7 @@ class CrashReport {
ThreadInfo crashed_thread_info;
/* Extra Info. */
CodeList code_list;
ThreadList thread_list;
public: