[lldb-dev] [Bug 15652] New: LLDB does not support Block expressions
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Apr 1 23:58:49 PDT 2013
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: lldb-dev at cs.uiuc.edu
Reporter: kulakov.ilya at 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
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20130402/317e8f8a/attachment.html>
More information about the lldb-dev
mailing list