[Lldb-commits] [lldb] [lldb-dap] Fix source references (PR #144364)

Ebuka Ezike via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 17 08:08:14 PDT 2025


da-viper wrote:

>  I assume that was done to avoid generating a unique reference for address as we're instruction stepping through assembly code? Does this patch address that, or is this not a concern.

Yes this is the case, it may get truncated since the memory address is larger than the size of the sourceReference specified in the spec. 

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


More information about the lldb-commits mailing list