[Lldb-commits] [lldb] r204170 - Fix expression parsing (on FreeBSD, at least)

2014-03-18 Thread Ed Maste
Author: emaste Date: Tue Mar 18 13:55:06 2014 New Revision: 204170 URL: http://llvm.org/viewvc/llvm-project?rev=204170view=rev Log: Fix expression parsing (on FreeBSD, at least) This reverts part of r204112 (Expression: cleanup unused include). It looks like MCJIT.h is required to force MCJIT to

[Lldb-commits] [lldb] r204206 - Expected failure printing std::string::c_str() due to flubbing the typedef lookup.

2014-03-18 Thread Jim Ingham
Author: jingham Date: Tue Mar 18 19:30:31 2014 New Revision: 204206 URL: http://llvm.org/viewvc/llvm-project?rev=204206view=rev Log: Expected failure printing std::string::c_str() due to flubbing the typedef lookup. Modified:

[Lldb-commits] [lldb] r204208 - Don't use the Disassembly test to report the fact that we don't decorate up

2014-03-18 Thread Jim Ingham
Author: jingham Date: Tue Mar 18 20:41:19 2014 New Revision: 204208 URL: http://llvm.org/viewvc/llvm-project?rev=204208view=rev Log: Don't use the Disassembly test to report the fact that we don't decorate up constructors with their class name, that seems inessential. We can make another test

[Lldb-commits] [lldb] r204209 - Add a test to check the C's constructor's name is C::C, which will fail everywhere now,

2014-03-18 Thread Jim Ingham
Author: jingham Date: Tue Mar 18 20:54:41 2014 New Revision: 204209 URL: http://llvm.org/viewvc/llvm-project?rev=204209view=rev Log: Add a test to check the C's constructor's name is C::C, which will fail everywhere now, so mark as expected fail. And find another way to check that we hit our