[Lldb-commits] [lldb] [lldb-dap] Add module symbol table viewer to VS Code extension #140626 (PR #153836)

Ely Ronnen via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 19 01:32:06 PDT 2025


================
@@ -39,6 +45,9 @@ export class DebugSessionTracker
   private modulesChanged = new vscode.EventEmitter<
     vscode.DebugSession | undefined
   >();
+  private sessionGotCapabilities =
----------------
eronnen wrote:

changed to `sessionReceivedCapabilities` is it ok?

And I don't if we need to store the capabilities in a map, currently it's only consumed by the `SymbolProvider` which only looks for the appearance of `supportsModuleSymbolsRequest`

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


More information about the lldb-commits mailing list