creport: Parse info for crashed thread

This commit is contained in:
Michael Scire
2018-06-25 03:04:17 -06:00
parent 7cd44e8980
commit e6b7793916
5 changed files with 104 additions and 1 deletions

View File

@@ -113,7 +113,8 @@ void CrashReport::HandleException(DebugEventInfo &d) {
default:
return;
}
/* TODO: Parse crashing thread info. */
/* Parse crashing thread info. */
this->crashed_thread_info.ReadFromProcess(this->debug_handle, d.thread_id, Is64Bit());
}
bool CrashReport::IsAddressReadable(u64 address, u64 size, MemoryInfo *o_mi) {