[Lldb-commits] [lldb] [lldb-dap] Add module symbol table viewer to VS Code extension #140626 (PR #153836)
Omair Javaid via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 22 00:56:06 PDT 2025
omjavaid wrote:
Hi
The commit [8b64cd8be29d] (“[lldb-dap] Add module symbol table viewer to VS Code extension”) is breaking the LLDB testsuite on the AArch64 buildbots.
https://lab.llvm.org/buildbot/#/builders/59/builds/22959
The issue seems to be that a __lldb_moduleSymbols request to the lldb-dap is resulting in the adapter crash.
I am reverting the commit to get the bots green again. Please take another look at the implementation, and feel free to re-land once the crash is resolved.
Thanks!
https://github.com/llvm/llvm-project/pull/153836
More information about the lldb-commits
mailing list