[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:09:26 PDT 2024
jimingham wrote:
This is just naming, but it seems odd to have hidden the SectionLoadList in Target, to then have Target::SectionLoadListIsEmpty() as a primary API. "What is this SectionLoadList thing of which you speak???"
Maybe "HasLoadedSections"?
https://github.com/llvm/llvm-project/pull/113278
More information about the lldb-commits
mailing list