You need all namespaces to be qualified:

(lldb) expr (int8_t) llvm::cast<llvm::ConstantDataArray>(v)->isString()


On May 3, 2013, at 10:40 AM, Richard Catlin <[email protected]> wrote:

> I tried this, it it doesn't work.
> 
> (lldb) expr (int8_t) cast<ConstantDataArray>(v)->isString()
> error: use of undeclared identifier 'cast'
> error: 'ConstantDataArray' does not refer to a value
> error: no member named 'isString' in 'llvm::Value'
> note: declared here
> 
> Thanks for any help.
> Richard Catlin
> _______________________________________________
> lldb-dev mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to