Hi,
just a quick heads up that your problems might be related to a change in 
clang/llvm that breaks our expression parser
To figure out if that is the case, fairly simply you can do

(lldb) file /bin/ls
(lldb) b malloc
(lldb) run
(lldb) p 1

and if you get errors instead of your output, then you know that that’s the 
issue
If so, try reverting to clang r214118 and see if that improves things!

- Enrico


_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to