[Lldb-commits] [lldb] [llvm] [lldb-dap] Add multi-session support with shared debugger instances (PR #163653)

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 22 20:05:49 PDT 2025


================
@@ -0,0 +1,142 @@
+//===-- DAPSessionManager.cpp ----------------------------------*- C++ -*-===//
----------------
walter-erquinigo wrote:

new files should use a simple

```
//===----------------------------------------------------------------------===//
```

no need to repeat the name of the file 

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


More information about the lldb-commits mailing list