MCPcopy Create free account
hub / github.com/Vector35/debugger / Execute

Method Execute

core/adapters/lldbadapter.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150
151bool LldbAdapter::Execute(const std::string& path, const LaunchConfigurations& configs)
152{
153 return ExecuteWithArgs(path, "", "", configs);
154}
155
156
157bool LldbAdapter::ExecuteWithArgs(const std::string& path, const std::string& args, const std::string& workingDir,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected