| 284 | |
| 285 | |
| 286 | bool BNDebuggerResumeThread(BNDebuggerController* controller, uint32_t tid) |
| 287 | { |
| 288 | return controller->object->ResumeThread(tid); |
| 289 | } |
| 290 | |
| 291 | |
| 292 | BNDebugFrame* BNDebuggerGetFramesOfThread(BNDebuggerController* controller, uint32_t tid, size_t* count) |
no test coverage detected