| 111 | DebugThread GetActiveThread() const; |
| 112 | bool SetActiveThread(const DebugThread& thread); |
| 113 | bool IsDirty() const { return m_dirty; } |
| 114 | std::vector<DebugThread> GetAllThreads(); |
| 115 | std::vector<DebugFrame> GetFramesOfThread(uint32_t tid); |
| 116 | bool SuspendThread(std::uint32_t tid); |
nothing calls this directly
no outgoing calls
no test coverage detected