[Lldb-commits] [lldb] [lldb][lldb-dap] show modules pane if supported by the adapter (PR #140603)

Ebuka Ezike via lldb-commits lldb-commits at lists.llvm.org
Tue May 20 09:45:02 PDT 2025


================
@@ -70,9 +71,21 @@ export class DebugSessionTracker
   /** Clear information from the active session. */
   private onExit(session: vscode.DebugSession) {
     this.modules.delete(session);
+    // close when there is no more sessions
+    if (this.modules.size <= 0) {
----------------
da-viper wrote:

It old practice from C

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


More information about the lldb-commits mailing list