[Lldb-commits] [PATCH] D42955: Make Module::GetSectionList output consistent

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 2 14:24:16 PST 2018


clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.

Looks fine, a bit hard to tell exactly what is going on so I will accept as long as the following things are still true:

- each lldb_private::ObjectFile has its own section list that perfectly mirrors exactly what is in that object file and that file alone
- The lldb_private::Module hands out a unified section list that is populated by the symbol vendor where it uses one or more object files to create the unified section list


https://reviews.llvm.org/D42955





More information about the lldb-commits mailing list