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

Reply via email to