| 183 | |
| 184 | |
| 185 | bool DebuggerController::ResumeThread(std::uint32_t tid) |
| 186 | { |
| 187 | return BNDebuggerResumeThread(m_object, tid); |
| 188 | } |
| 189 | |
| 190 | |
| 191 | std::vector<DebugFrame> DebuggerController::GetFramesOfThread(uint32_t tid) |
nothing calls this directly
no test coverage detected