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

@@ -12,7 +12,7 @@ void CrashReport::BuildReport(u64 pid, bool has_extra_info) {
ProcessExceptions();
if (kernelAbove500()) {
/* TODO: Process Code Regions. */
/* TODO: Process Threads. */
thread_list.ReadThreadsFromProcess(this->debug_handle, Is64Bit());
}
if (IsApplication()) {