| 90 | |
| 91 | |
| 92 | bool LldbAdapterType::IsValidForData(BinaryNinja::BinaryView* data) |
| 93 | { |
| 94 | // it does not matter what the BinaryViewType is -- as long as we can connect to it, it is fine. |
| 95 | return true; |
| 96 | } |
| 97 | |
| 98 | |
| 99 | bool LldbAdapterType::CanConnect(BinaryNinja::BinaryView* data) |
no outgoing calls
no test coverage detected