LGTM - here's how I tested: Linux x86_64: (lldb) file /path/to/exe (lldb) b main.cpp:10 (lldb) run ... at breakpoint ... (lldb) expr 5*3 // prints result as expected
Same result for MacOSX 10.9.3 with x86_64 MacOS executable. Let's ping the Apple folks and see if there is some kind of simulator/device that make choke on that, though, before you check this in. http://reviews.llvm.org/D4282 _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
