llvm-project/lldb/source/Host/common
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
..
CMakeLists.txt Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
Condition.cpp MingW compilation (windows). Includes various refactoring to improve portability. 2013-08-23 12:44:05 +00:00
DynamicLibrary.cpp <rdar://problem/13209140> 2013-04-24 21:29:08 +00:00
Editline.cpp Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
File.cpp Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
FileSpec.cpp Expose SBPlatform through the public API. 2013-11-20 21:07:01 +00:00
Host.cpp Candidate fix for bug 18592. 2014-01-23 17:07:54 +00:00
Makefile
Mutex.cpp Cleanup/rearrange includes: 2013-08-28 12:14:27 +00:00
OptionParser.cpp Improved platform support. 2013-11-23 01:58:15 +00:00
ProcessRunLock.cpp MingW compilation (windows). Includes various refactoring to improve portability. 2013-08-23 12:44:05 +00:00
SocketAddress.cpp FreeBSD and NetBSD have sa_len in struct sockaddr 2013-12-09 16:07:11 +00:00
Symbols.cpp Correct a standalone debug file path 2013-11-25 20:33:56 +00:00
Terminal.cpp Cleanup/rearrange includes: 2013-08-28 12:14:27 +00:00
TimeValue.cpp Various small changes for build of LLDB on Visual Studio 2013 RC (MSVC12) 2013-09-20 22:35:22 +00:00