[lldb-dev] static fields and consts on a class

Carlo Kok ck at remobjects.com
Wed Jul 16 06:42:31 PDT 2014


I've explored the internal and external apis for LLDB, but I cannot find  
any way to expose (from LLVM) a static field on a class (like Java: class  
Test { public static int A = 15; }) or a constant on a class. How do I do  
this and read it out again with LLDB?


-- 
Carlo Kok
RemObjects Software



More information about the lldb-dev mailing list