probinson added a comment.

I can't coment on the xcode and python parts.  The C++ all looks plausible.
I think the "sliding" trick will be trickier in the LLVM parser, as it has to 
handle .o files (which might have multiple instances of .debug_types in v4, and 
multiple instances of .debug_info in v5) but is conceptually nice.  The sliding 
should be kept to DWARFDataExtractor and not pushed down into DataExtractor, 
IMO, because the problem is (I think) pretty specific to DWARF.


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