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 lldb-dev@cs.uiuc.edu
Reporter kulakov.ilya@gmail.com
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](https://devforums.apple.com/message/799183#799183)