llvm-project/lldb/source/Expression
Greg Clayton 44d937820b Merging the iohandler branch back into main.
The many many benefits include:
1 - Input/Output/Error streams are now handled as real streams not a push style input
2 - auto completion in python embedded interpreter
3 - multi-line input for "script" and "expression" commands now allow you to edit previous/next lines using up and down arrow keys and this makes multi-line input actually a viable thing to use
4 - it is now possible to use curses to drive LLDB (please try the "gui" command)

We will need to deal with and fix any buildbot failures and tests and arise now that input/output and error are correctly hooked up in all cases.

llvm-svn: 200263
2014-01-27 23:43:24 +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 Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
ClangASTSource.cpp Build fix following clang r199686 2014-01-20 21:14:57 +00:00
ClangExpressionDeclMap.cpp Fixed the AST importer to ensure that base classes 2013-12-20 04:09:05 +00:00
ClangExpressionParser.cpp Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
ClangExpressionVariable.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
ClangFunction.cpp Changed the ABIs and ClangFunction to take a 2013-11-08 01:14:26 +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 Fix the test suite after the changes made in revision 196616 exposed issues in the test suite. 2013-12-10 23:16:40 +00:00
ClangUtilityFunction.cpp This commit changes the way LLDB executes user 2013-04-18 22:06:33 +00:00
DWARFExpression.cpp Avoid LLDB crash upon DW_OP_deref* with empty stack 2014-01-13 14:53:09 +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 Updated our IR processing to reflect best practices 2013-12-20 19:55:02 +00:00
IRExecutionUnit.cpp Better logging for the IRExecutionUnit so that 2014-01-21 00:54:48 +00:00
IRForTarget.cpp Updated our IR processing to reflect best practices 2013-12-20 19:55:02 +00:00
IRInterpreter.cpp Implemented TruncInst in the IRInterpreter. 2013-10-11 19:45:00 +00:00
IRMemoryMap.cpp MingW compilation (windows). Includes various refactoring to improve portability. 2013-08-23 12:44:05 +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 Harden the Materializer logic against types that 2014-01-14 01:14:40 +00:00