[lldb-dev] Cast SBValue?

Arvid Ephraim Picciani arvid.picciani at nokia.com
Mon Oct 18 08:54:12 PDT 2010


On 09/23/2010 11:16 PM, ext Greg Clayton wrote:
> It currently isn't in there, though it could easily be added. We should probably add it as:
>
> class SBValue {
> ...
>
> 	SBValue Cast (SBType type);
> };
>

tried doing that, unfortunately SBType is not actually a 
lldb_private::Type, so i don't see  how i should use as actual type in 
Value.  This whole clang AST stuff is just magic to me, and i dont know 
what to do with it in the context of casting.



More information about the lldb-dev mailing list