[Lldb-commits] [lldb] [lldb][NFC] Make the target's SectionLoadList private. (PR #113278)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 22 11:18:39 PDT 2024
jimingham wrote:
BTW, the general change seems fine to me, none of the clients actually needed to know about the list, they were just asking "can I use load addresses" and "resolve this load address for me" so they didn't need to know how that was done.
https://github.com/llvm/llvm-project/pull/113278
More information about the lldb-commits
mailing list