| 607 | |
| 608 | |
| 609 | BNDebugAdapterConnectionStatus BNDebuggerGetConnectionStatus(BNDebuggerController* controller) |
| 610 | { |
| 611 | return controller->object->GetConnectionStatus(); |
| 612 | } |
| 613 | |
| 614 | |
| 615 | BNDebugAdapterTargetStatus BNDebuggerGetTargetStatus(BNDebuggerController* controller) |
no test coverage detected