[lldb-dev] Dynamic types

Andrey Zaytsev andrey.zaytsev at jetbrains.com
Fri Oct 7 09:36:53 PDT 2011


Hello everyone!
I have an issue with getting dynamic type of variable object. I've got an SBValue from SBFrame::EvaluateExpression. It has some type. But it's id for objc object. 
"expr <my_expression>"
shows me both types. static and dynamic. How can I get dynamic type programmatically?
Thanks a lot.



More information about the lldb-dev mailing list