| 456 | |
| 457 | |
| 458 | void DebuggerController::SetAdapterType(const std::string& adapter) |
| 459 | { |
| 460 | BNDebuggerSetAdapterType(m_object, adapter.c_str()); |
| 461 | } |
| 462 | |
| 463 | |
| 464 | DebugAdapterConnectionStatus DebuggerController::GetConnectionStatus() |
nothing calls this directly
no test coverage detected