[Lldb-commits] [lldb] [lldb-dap] Provide `declarationLocation` for variables (PR #102928)

Adrian Vogelsgesang via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 12 09:23:03 PDT 2024


vogelsgesang wrote:

@walter-erquinigo I took a first stab at implementing the DAP proposal. Seemed rather straightforward. I would love to hear if I missed anything.

Also, I am not sure how to implement `valueLocation`, i.e., a the source location referecend by the value. E.g., for a function pointer, this location should point to the source location where the corresponding function was implemented. If you have any idea on how to do so, I would be interested in hearing about it 🙂 

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


More information about the lldb-commits mailing list