[Lldb-commits] [lldb] [lldb] Add VirtualDataExtractor for virtual address translation (PR #168802)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 20 11:32:49 PST 2025
JDevlieghere wrote:
The motivation for this is the shared cache. A new API will allow us to get our hands on segments that are not laid out the same way they are when mapped into memory. By using the VirtualDataExtractor we can make it look like it is and avoid having to change ObjectFileMachO.
https://github.com/llvm/llvm-project/pull/168802
More information about the lldb-commits
mailing list