[lldb-dev] Problems with expressions in lldb 3.5.0
Arne Schmitz
arne.schmitz at aixigo.de
Wed Nov 19 07:15:18 PST 2014
Hi everyone,
I have another problem with lldb 3.5.0. Whenever I try to evaluate any,
really any expression, I get an error:
$ lldb
(lldb) expr 1+1
error: warning: duplicate 'signed' declaration specifier
error: cannot combine with previous 'unsigned' declaration specifier
error: 1 errors parsing expression
When I try the same on OS X, with the most current Xcode and the
supplied lldb, I get the expected result "2".
Is this also a known problem? How can I work around this?
Best regards,
Arne
More information about the lldb-dev
mailing list