| 313 | |
| 314 | |
| 315 | bool DbgEngAdapter::Init() |
| 316 | { |
| 317 | return LoadDngEngLibraries(); |
| 318 | } |
| 319 | |
| 320 | |
| 321 | bool DbgEngAdapter::Execute(const std::string& path, const LaunchConfigurations& configs) |
nothing calls this directly
no outgoing calls
no test coverage detected