llvm-project/lldb/test/lang/objc/blocks
Sean Callanan a2868d4c2e Extended LLDB to handle blocks capturing 'self'
in an Objective-C class method.  Before, errors
of the form

error: cannot find interface declaration for '$__lldb_objc_class'

would appear when running any expression when
the current frame is a block that captures 'self'
from an Objective-C class method.

<rdar://problem/12905561>

llvm-svn: 172880
2013-01-19 01:49:02 +00:00
..
Makefile
TestObjCIvarsInBlocks.py Extended LLDB to handle blocks capturing 'self' 2013-01-19 01:49:02 +00:00
ivars-in-blocks.h Extended LLDB to handle blocks capturing 'self' 2013-01-19 01:49:02 +00:00
ivars-in-blocks.m Extended LLDB to handle blocks capturing 'self' 2013-01-19 01:49:02 +00:00
main.m