| 278 | |
| 279 | |
| 280 | bool BNDebuggerSuspendThread(BNDebuggerController* controller, uint32_t tid) |
| 281 | { |
| 282 | return controller->object->SuspendThread(tid); |
| 283 | } |
| 284 | |
| 285 | |
| 286 | bool BNDebuggerResumeThread(BNDebuggerController* controller, uint32_t tid) |
no test coverage detected