creport: Pretty-print addresses whenever possible.

This commit is contained in:
Michael Scire
2018-07-27 20:34:09 -07:00
parent 5993614c2e
commit a811b447ce
6 changed files with 38 additions and 12 deletions

View File

@@ -43,7 +43,7 @@ class CrashReport {
CodeList code_list;
ThreadList thread_list;
public:
public:
void BuildReport(u64 pid, bool has_extra_info);
void SaveReport();