[Lldb-commits] [lldb] r255729 - Read macro info from .debug_macro section and use it for expression evaluation.

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 15 18:17:49 PST 2015


Yeah, wrong target membership.  Fixing now...

On Tue, Dec 15, 2015 at 6:14 PM, Todd Fiala <todd.fiala at gmail.com> wrote:

> I had to run out the door so my quick inclusion didn't get a full clean
> build in.  Looks like I need to adjust my last Xcode change as I'm getting
> a linkage issue on OS X.  I'll fix that.
>
> -Todd
>
> On Tue, Dec 15, 2015 at 4:28 PM, Siva Chandra via lldb-commits <
> lldb-commits at lists.llvm.org> wrote:
>
>> On Tue, Dec 15, 2015 at 4:22 PM, Siva Chandra via lldb-commits
>> <lldb-commits at lists.llvm.org> wrote:
>> > Author: sivachandra
>> > Date: Tue Dec 15 18:22:08 2015
>> > New Revision: 255729
>> >
>> > URL: http://llvm.org/viewvc/llvm-project?rev=255729&view=rev
>> > Log:
>> > Read macro info from .debug_macro section and use it for expression
>> evaluation.
>> >
>> > Summary:
>> > DWARF 5 proposes a reinvented .debug_macro section. This change follows
>> > that spec.
>> >
>> > Currently, only GCC produces the .debug_macro section and hence
>> > the added test is annottated with expectedFailureClang.
>> >
>> > Reviewers: spyffe, clayborg, tberghammer
>> >
>> > Subscribers: lldb-commits
>> >
>> > Differential Revision: http://reviews.llvm.org/D15437
>> >
>> > Added:
>> >     lldb/trunk/include/lldb/Symbol/DebugMacros.h
>> >     lldb/trunk/packages/Python/lldbsuite/test/expression_command/macros/
>> >
>>  lldb/trunk/packages/Python/lldbsuite/test/expression_command/macros/Makefile
>> >
>>  lldb/trunk/packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py
>> >
>>  lldb/trunk/packages/Python/lldbsuite/test/expression_command/macros/macro1.h
>> >
>>  lldb/trunk/packages/Python/lldbsuite/test/expression_command/macros/macro2.h
>> >
>>  lldb/trunk/packages/Python/lldbsuite/test/expression_command/macros/main.cpp
>> >     lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp
>> >     lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h
>> >     lldb/trunk/source/Symbol/DebugMacros.cpp
>>
>> Can someone help with fixing the xcode build?
>>
>> Thanks in advance,
>> Siva Chandra
>> _______________________________________________
>> lldb-commits mailing list
>> lldb-commits at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>>
>
>
>
> --
> -Todd
>



-- 
-Todd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151215/33f53a4b/attachment-0001.html>


More information about the lldb-commits mailing list