We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec549a commit 4a5dbd5Copy full SHA for 4a5dbd5
lldb/tools/lldb-dap/Handler/RequestHandler.cpp
@@ -181,7 +181,7 @@ void BaseRequestHandler::Run(const Request &request) {
181
182
llvm::Error BaseRequestHandler::LaunchProcess(
183
const protocol::LaunchRequestArguments &arguments) const {
184
- auto launchCommands = arguments.launchCommands;
+ const std::vector<std::string> &launchCommands = arguments.launchCommands;
185
186
// Instantiate a launch info instance for the target.
187
auto launch_info = dap.target.GetLaunchInfo();
0 commit comments