[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 12:52:42 PDT 2025


eronnen wrote:

> I haven't looked at the code yet, but based on the video, I'm assuming this happens "on demand", right? A user has to interact with the module view to request the symbols?

Yes, the user has to click on "Show Module Symbols" from the context menu of the module tree or through the command palette, and only then the symbols are retrieved from the lldb-dap server

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


More information about the lldb-commits mailing list