On Sat, 19 Jul 2014 00:32:28 +0200, Greg Clayton <gclay...@apple.com>
wrote:
Are you asking how to read a static variable from a SBTarget? Or are you
asking how to expose a static variable through the lldb::SB API?
I'm asking how I can say "There's a static variable inside this class" in
LLVM and then read it back with LLDB once I did that.
On Jul 16, 2014, at 6:42 AM, Carlo Kok <c...@remobjects.com> wrote:
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
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev