llvm-project/lldb/tools/driver
Sean Callanan 3e7e915dca Added support for the "--repl" argument to LLDB.
This makes LLDB launch and create a REPL, specifying no target so that the REPL
can create one for itself.  Also added the "--repl-language" option, which
specifies the language to use.  Plumbed the relevant arguments and errors
through the REPL creation mechanism.

llvm-svn: 250773
2015-10-20 00:23:46 +00:00
..
CMakeLists.txt cmake fixes for lldb target. 2015-09-16 15:34:06 +00:00
Driver.cpp Added support for the "--repl" argument to LLDB. 2015-10-20 00:23:46 +00:00
Driver.h Added support for the "--repl" argument to LLDB. 2015-10-20 00:23:46 +00:00
Makefile Add Driver to the build for mingw. 2014-03-12 10:51:32 +00:00
Platform.cpp Hide some declarations from mingw. 2014-03-13 10:42:28 +00:00
Platform.h Remove unused editline includes 2015-06-05 23:14:14 +00:00
lldb-Info.plist