clayborg added a comment.

After reading Pavel's and Paul's comments, I will come up with a solution that 
allows multiple sections to be combined into one large section. That way it 
will be all legal and easy to extend. If we have just .debug_info, then we can 
use a base class that just calls directly through to DWARFDataExtractor. If we 
have more that one section that need to act as one section, I will make a new 
class that can put N sections together. I'll post a patch on its own that 
implements this with tests and we can iterate on that and make it work for all 
of our needs, then switch this patch over to use it. Sound good?


https://reviews.llvm.org/D32167



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to