Debugger can pause/resume threads.
This commit is contained in:
@@ -45,10 +45,6 @@ class ThreadState {
|
||||
uint32_t pcr_address() const { return pcr_address_; }
|
||||
xe::cpu::frontend::PPCContext* context() const { return context_; }
|
||||
|
||||
bool Suspend() { return Suspend(~0); }
|
||||
bool Suspend(uint32_t timeout_ms) { return false; }
|
||||
bool Resume(bool force = false) { return false; }
|
||||
|
||||
static void Bind(ThreadState* thread_state);
|
||||
static ThreadState* Get();
|
||||
static uint32_t GetThreadID();
|
||||
|
||||
Reference in New Issue
Block a user