[Lldb-commits] [lldb] [lldb-dap] Fix source references (PR #144364)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 17 07:47:31 PDT 2025
JDevlieghere wrote:
To make sure I understand the problem: for assembly sources, we use the memory address (i.e. the PC) as the `sourceReference` rather than using a monotonically increasing number that identifies a unique source? If that's the case, then I assume that was done to avoid generating a unique reference for every address as we're instruction stepping through assembly code? Does this patch address that, or is this not a concern, or am I misunderstanding the problem?
https://github.com/llvm/llvm-project/pull/144364
More information about the lldb-commits
mailing list