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.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to