[llvm-commits] [llvm] r139626 - in /llvm/trunk: include/llvm/Support/DataExtractor.h lib/Support/CMakeLists.txt lib/Support/DataExtractor.cpp unittests/Support/DataExtractorTest.cpp
Eric Christopher
echristo at apple.com
Wed Sep 14 11:43:52 PDT 2011
On Sep 14, 2011, at 11:21 AM, Evan Cheng wrote:
>
> 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.
Awesome.
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110914/cadfc6ac/attachment.html>
More information about the llvm-commits
mailing list