[lldb-dev] enumerating the SBTypes from an SBModule
Sebastien Metrot
meeloo at gmail.com
Mon Jun 17 03:32:03 PDT 2013
Hi,
Is there a way to enumerate all the SBTypes that are defined inside an SBModule? I see that lldb_private::Module has a method TypeList* GetTypeList(); but it is not exposed by the official API. Is there a workaround or did I miss something? (I have tried using SBModule::FindTypes with "*", "" or NULL but it doesn't work that way apparently as it strictly searches for an explicit type name).
Cheers,
S.
--
Sebastien Metrot
More information about the lldb-dev
mailing list