Author: Ebuka Ezike
Date: 2026-02-09T12:26:53Z
New Revision: 695095fff67e622309d8059c261e4df0b73fe4a9

URL: 
https://github.com/llvm/llvm-project/commit/695095fff67e622309d8059c261e4df0b73fe4a9
DIFF: 
https://github.com/llvm/llvm-project/commit/695095fff67e622309d8059c261e4df0b73fe4a9.diff

LOG: [lldb-dap][NFC] Add new line to attach message (#180510)

Added: 
    

Modified: 
    lldb/tools/lldb-dap/Handler/AttachRequestHandler.cpp

Removed: 
    


################################################################################
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());
 


        
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to