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

Nickolay Tarbayev tarbayev-n at yandex.ru
Wed Nov 2 09:17:05 PDT 2011


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?

Regards, Nickolay



More information about the lldb-dev mailing list