I tried this, it it doesn’t work.
(lldb) expr (int8_t) cast(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