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