[lldb-dev] Obj-C ivars inside implementation file

Eric Christopher echristo at apple.com
Wed Nov 2 10:01:14 PDT 2011


On Nov 2, 2011, at 9:17 AM, Nickolay Tarbayev wrote:

> There is a new feature using LLVM 3.0 that the ivars for Obj-C classes could be declared in class extension or @implementaion section. 
> Either way if the ivar was declared inside .m file debugger have no access to it.
> I tried po and expr commands with no luck.
> Did I miss something or this problem will be solved in future versions?

Could be a bug, you should file a bug report with a test case showing the problem.

-eric



More information about the lldb-dev mailing list