llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: Ebuka Ezike (da-viper) <details> <summary>Changes</summary> --- Full diff: https://github.com/llvm/llvm-project/pull/180510.diff 1 Files Affected: - (modified) lldb/tools/lldb-dap/Handler/AttachRequestHandler.cpp (+1-1) ``````````diff diff --git a/lldb/tools/lldb-dap/Handler/AttachRequestHandler.cpp b/lldb/tools/lldb-dap/Handler/AttachRequestHandler.cpp index 41e0551373aa7..4b6f5eff7c842 100644 --- a/lldb/tools/lldb-dap/Handler/AttachRequestHandler.cpp +++ b/lldb/tools/lldb-dap/Handler/AttachRequestHandler.cpp @@ -84,7 +84,7 @@ Error AttachRequestHandler::Run(const AttachRequestArguments &args) const { args.gdbRemotePort == LLDB_DAP_INVALID_PORT) && args.waitFor) dap.SendOutput(OutputType::Console, - llvm::formatv("Waiting to attach to \"{0}\"...", + llvm::formatv("Waiting to attach to \"{0}\"...\n", dap.target.GetExecutable().GetFilename()) .str()); `````````` </details> https://github.com/llvm/llvm-project/pull/180510 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
