[Lldb-commits] [lldb] [LLDB] Fix Incorrect offset for Memory64 RVA in Minidump (+ Testing changes) (PR #146777)
Jacob Lalonde via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 3 11:28:56 PDT 2025
Jlalond wrote:
Alternative proposal and one @clayborg and I talked about for awhile. Why don't we just put all the non-stacks into Memory64List? Originally I didn't want to change this out of not being familiar with how everything works, but now that we have a 64b list I think it makes sense to fill mem32 with everything that can only support 32b offsets then fill the 64b list.
This removes the need to pass flags (which is not a design decision I like but I didn't see many alternatives). @labath any opposition to putting everything in mem64?
https://github.com/llvm/llvm-project/pull/146777
More information about the lldb-commits
mailing list