llvm-project/lldb/test/python_api
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
..
debugger 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
default-constructor Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
disassemble-raw-data 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
event Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
formatters 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
frame Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
function_symbol Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
hello_world Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
interpreter 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
lldbutil Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
module_section 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
objc_type Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
process Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
rdar-12481949 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
sbdata 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
symbol-context Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
target Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
thread Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
type Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
value Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
watchpoint Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
.categories Initial commit of a new testsuite feature: test categories. 2012-09-21 19:10:53 +00:00