[llvm-commits] [llvm] r139626 - in /llvm/trunk: include/llvm/Support/DataExtractor.h lib/Support/CMakeLists.txt lib/Support/DataExtractor.cpp unittests/Support/DataExtractorTest.cpp

Evan Cheng evan.cheng at apple.com
Wed Sep 14 11:21:49 PDT 2011


On Sep 13, 2011, at 12:51 PM, Eric Christopher wrote:

> 
> On Sep 13, 2011, at 12:42 PM, Benjamin Kramer wrote:
> 
>> This class is inspired by LLDB's
>> DataExtractor, but is stripped down to the bare minimum needed for DWARF.
> 
> Will it be easy for LLDB to, say, subclass and extend this to be what they need? Trying to avoid unnecessary copying here.

The plan is for LLDB to migrate to the new LLVM DebugInfo library once it's mature.

Evan

> 
> -eric
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110914/63e39e47/attachment.html>


More information about the llvm-commits mailing list