http://llvm.org/bugs/show_bug.cgi?id=15652
Bug ID: 15652
Summary: LLDB does not support Block expressions
Product: lldb
Version: unspecified
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
When I'm trying to evaluate block within lldb session from Xcode:
expr ((void (^)(id, id))MyCompareBlock)(obj1, obj2)
I get the following error:
blocks support disabled - compile with -fblocks or pick a deployment target
that supports them
An Apple Employee (Jim Ingham) confirmed that LLDB does not support them yet:
https://devforums.apple.com/message/799183#799183
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev