================ @@ -58,12 +58,13 @@ const char DEV_NULL[] = "/dev/null"; namespace lldb_dap { -DAP::DAP(llvm::StringRef path, std::ofstream *log, ReplMode repl_mode, - StreamDescriptor input, StreamDescriptor output) - : debug_adaptor_path(path), log(log), input(std::move(input)), +DAP::DAP(std::string name, llvm::StringRef path, std::ofstream *log, + StreamDescriptor input, StreamDescriptor output, ReplMode repl_mode, + std::vector<std::string> pre_init_commands) + : name(name), debug_adaptor_path(path), log(log), input(std::move(input)), ---------------- ashgti wrote:
Done. https://github.com/llvm/llvm-project/pull/116392 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits