| 44 | |
| 45 | |
| 46 | bool DebugAdapterType::CanExecute(Ref<BinaryView> data) |
| 47 | { |
| 48 | return BNDebugAdapterTypeCanExecute(m_object, data->GetObject()); |
| 49 | } |
| 50 | |
| 51 | |
| 52 | std::vector<std::string> DebugAdapterType::GetAvailableAdapters(Ref<BinaryView> data) |
no test coverage detected