jingham added a comment.

The EH stuff should definitely go in a specific subclass.

It also seems a shame to lose the capability to Dump DataExtractors in general. 
 The only thing the exe_scope is used for in Dump (which is what is causing you 
problems) is to print instructions, and to do a more accurate job of printing 
non-native floats.  It would be best to leave the Dump without these bits in 
the base data extractor, and return an error for the unsupported format kinds, 
and then add a Dump method that takes an exe_scope in the subclass (now 
DataExtractorTargetAware???)


https://reviews.llvm.org/D30560



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

Reply via email to