================
@@ -565,8 +568,10 @@ int main(int argc, char *argv[]) {
lldb::IOObjectSP output = std::make_shared<NativeFile>(
stdout_fd, File::eOpenOptionWriteOnly, false);
- DAP dap = DAP("stdin/stdout", program_path, log.get(), std::move(input),
- std::move(output), default_repl_mode, pre_init_commands);
+ std::string client_name = "stdin/stdout";
----------------
JDevlieghere wrote:
```suggestion
llvm::StringLiteral client_name = "stdin/stdout";
```
https://github.com/llvm/llvm-project/pull/130026
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits