Log registers and fault instruction in Unix crashlog.

This commit is contained in:
Jonathan G Rennison
2016-06-12 19:34:06 +01:00
parent 0951cb320c
commit 8d078acb4e
4 changed files with 152 additions and 14 deletions

View File

@@ -127,6 +127,8 @@ public:
static void SetErrorMessage(const char *message);
static void AfterCrashLogCleanup();
inline const char *GetMessage() const { return this->message; }
};
#endif /* CRASHLOG_H */