llvm-project/lldb/test/functionalities/command_script
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
..
import Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
.categories Adding a "cmdline" category to the test suite 2013-06-18 00:22:27 +00:00
Makefile
TestCommandScript.py Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
bug11569.py http://llvm.org/bugs/show_bug.cgi?id=11569 2011-12-14 20:40:27 +00:00
main.cpp Linux test case fixes 2012-11-21 20:12:12 +00:00
mysto.py lldb.thread is not to be used anymore 2013-01-22 02:32:56 +00:00
py_import http://llvm.org/bugs/show_bug.cgi?id=11569 2011-12-14 20:40:27 +00:00
welcome.py Second attempt at getting the PyCallable changes in trunk 2013-07-09 20:14:26 +00:00