Go to file
Johnny Chen ebfff955b6 If TestBase.expect() is passed an assert message, pass it along when delegating to TestBase.runCmd()
to execute the debugger command.  This will result in a more semantic assert message than just the
command failed message like before:

AssertionError: False is not True : Command 'thread list' returns successfully

And now, we will have:

AssertionError: False is not True : Process state is stopped due to breakpoint
llvm-svn: 117569
2010-10-28 18:24:22 +00:00
clang Don't apply -fvisibility-inlines-hidden to extern templates. 2010-10-28 18:10:36 +00:00
compiler-rt make: Add CheckCommandLineOverrides to my little Makefile library, a routine for 2010-10-14 21:23:37 +00:00
debuginfo-tests testcase commit for upcoming fix. 2010-09-21 20:51:54 +00:00
libcxx Fixed bug in random_shuffle to avoid swapping with self 2010-10-22 15:26:39 +00:00
lldb If TestBase.expect() is passed an assert message, pass it along when delegating to TestBase.runCmd() 2010-10-28 18:24:22 +00:00
llvm Technically DIFile scope should also be handled here. 2010-10-28 17:30:52 +00:00