[Lldb-commits] [PATCH] D55998: ELF: create "container" sections from PT_LOAD segments

Joerg Sonnenberger via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 27 08:11:16 PST 2018


joerg added a comment.

I foundamentally don't understand what you are trying to do. You can either look at the executable from a segment perspective or from a section perspective. But trying to mix the views is bound to give bogus results.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55998/new/

https://reviews.llvm.org/D55998





More information about the lldb-commits mailing list