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 578c03f commit 0116a9aCopy full SHA for 0116a9a
lldb/tools/lldb-mcp/lldb-mcp.cpp
@@ -85,6 +85,8 @@ FileSpec driverPath() {
85
llvm::Error launch() {
86
FileSpec lldb_exec = driverPath();
87
lldb_private::ProcessLaunchInfo info;
88
+ info.SetMonitorProcessCallback(
89
+ &lldb_private::ProcessLaunchInfo::NoOpMonitorCallback);
90
info.SetExecutableFile(lldb_exec,
91
/*add_exe_file_as_first_arg=*/true);
92
info.GetArguments().AppendArgument("-O");
0 commit comments