| 149 | |
| 150 | |
| 151 | bool LldbAdapter::Execute(const std::string& path, const LaunchConfigurations& configs) |
| 152 | { |
| 153 | return ExecuteWithArgs(path, "", "", configs); |
| 154 | } |
| 155 | |
| 156 | |
| 157 | bool LldbAdapter::ExecuteWithArgs(const std::string& path, const std::string& args, const std::string& workingDir, |
nothing calls this directly
no outgoing calls
no test coverage detected