[Lldb-commits] [lldb] [lldb-dap] Provide `declarationLocation` for variables (PR #102928)
Adrian Vogelsgesang via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 21 18:58:09 PDT 2024
vogelsgesang wrote:
> @vogelsgesang , the $__lldb_extensions.declaration is used by the Mojo extension. Once this change gets it, I'll update the Mojo extension to use the new declaration info and remove $__lldb_extensions.declaration.
Is that extension's source code available? I wonder how you are currently using the declarationLocation in your frontend, and if your extension is based on `lldb-dap`. If so, would it make sense to upstream your UI integration to `lldb-dap`? Or maybe even to VS-Code itself?
https://github.com/llvm/llvm-project/pull/102928
More information about the lldb-commits
mailing list