Cleaning up debugger threading and adding hacky callstacks to UI.

This commit is contained in:
Ben Vanik
2015-08-05 07:50:37 -07:00
parent 0a8d6eec91
commit 48d6e6becf
17 changed files with 283 additions and 110 deletions

View File

@@ -44,6 +44,7 @@ struct StackFrame {
// Contains symbol information for kHost frames.
struct {
// TODO(benvanik): better name, displacement, etc.
uint64_t address;
char name[256];
} host_symbol;
// Contains symbol information for kGuest frames.