| 177 | |
| 178 | |
| 179 | bool DebuggerController::SuspendThread(std::uint32_t tid) |
| 180 | { |
| 181 | return BNDebuggerSuspendThread(m_object, tid); |
| 182 | } |
| 183 | |
| 184 | |
| 185 | bool DebuggerController::ResumeThread(std::uint32_t tid) |
nothing calls this directly
no test coverage detected