[Lldb-commits] [lldb] [lldb-dap][NFC] Add new line to attach message (PR #180510)

via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 9 04:07:27 PST 2026


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


More information about the lldb-commits mailing list