llvm-project/lldb/source/Expression
Ashok Thirumurthi 3e0afb87b2 Reverts r187449 (report_fatal_error) in favor of a log message since
the extra check introduces 22 new test failures with the LLDB clang buildbot.

Note that the unhandled DWARF_OP codes in DWARFExpression::Evaluate don't cause test failures if the check is ignored.

llvm-svn: 187480
2013-07-31 03:56:45 +00:00
..
ASTDumper.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
ASTResultSynthesizer.cpp Fix build. 2013-04-03 21:29:21 +00:00
ASTStructExtractor.cpp Brought LLDB top-of-tree into sync with LLVM/Clang 2012-09-24 22:25:51 +00:00
CMakeLists.txt cmake build of lldb was complaining about missing files. 2013-04-11 16:32:47 +00:00
ClangASTSource.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
ClangExpressionDeclMap.cpp Actually use the return value we get back when 2013-07-15 18:43:36 +00:00
ClangExpressionParser.cpp Remove unused include. 2013-06-26 15:12:41 +00:00
ClangExpressionVariable.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
ClangFunction.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
ClangPersistentVariables.cpp I have brought LLDB up-to-date with top of tree 2012-02-04 08:49:35 +00:00
ClangUserExpression.cpp Modified the expression parser to only try to 2013-07-12 23:35:21 +00:00
ClangUtilityFunction.cpp This commit changes the way LLDB executes user 2013-04-18 22:06:33 +00:00
DWARFExpression.cpp Reverts r187449 (report_fatal_error) in favor of a log message since 2013-07-31 03:56:45 +00:00
ExpressionSourceCode.cpp Import the builtin type prefix before we import the user expression prefix so that the user expression prefix can use the uint, int, size_t, and other types without having to define them. 2013-07-03 00:07:54 +00:00
IRDynamicChecks.cpp Fix crash (in optimized builds) due to invalid metadata operand 2013-06-03 20:45:54 +00:00
IRExecutionUnit.cpp The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained in its instruction 2013-07-31 02:19:15 +00:00
IRForTarget.cpp Remove builtin attribute from calls whose targets we replace 2013-07-23 21:34:03 +00:00
IRInterpreter.cpp Fixed the IRInterpreter to reject any code that 2013-06-27 01:59:51 +00:00
IRMemoryMap.cpp Remove the process's reservation cache and don't 2013-06-27 00:10:26 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
Materializer.cpp Modified the expression parser to only try to 2013-07-12 23:35:21 +00:00