Cleaning up debugger threading and adding hacky callstacks to UI.
This commit is contained in:
@@ -35,6 +35,10 @@ class CpuView : public View {
|
||||
void UpdateModuleList();
|
||||
void UpdateFunctionList();
|
||||
void UpdateThreadList();
|
||||
void UpdateThreadCallStack(model::Thread* thread);
|
||||
|
||||
// TODO(benvanik): better state machine.
|
||||
model::Thread* current_thread_ = nullptr;
|
||||
};
|
||||
|
||||
} // namespace cpu
|
||||
|
||||
Reference in New Issue
Block a user