Hey folks, I'm wondering if LLDB makes type information (class definitions, methods, parameters etc.) available in the API. I guess you could just parse the supported files using libclang, but LLDB might already be doing something similar already? // Magnus Holm