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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits