-- Carlo Kok RemObjects Software _______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
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?
- [lldb-dev] static fields and consts on a class Carlo Kok