[Lldb-commits] [lldb] [lldb-dap] Log the error when the adapter fails to write. (PR #225191)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 21 22:40:04 PDT 2026


================
@@ -51,7 +51,7 @@ def setUpBaseLogging(self):
         self.logger.propagate = False
         self.logger.setLevel(logging.DEBUG)
 
-        log_path = f"{self.getLogBasenameForCurrentTest()}-test_dap.log"
+        log_path = f"{self.getLogBasenameForCurrentTest()}-testcase.log"
----------------
JDevlieghere wrote:

Are there other logs with this prefix? If not, should we drop the suffix?

https://github.com/llvm/llvm-project/pull/225191


More information about the lldb-commits mailing list