llvm-project/lldb/tools/driver
Jim Ingham ed3252fb48 This changes how the --source driver argument works. I split this into four arguments:
-S : Specifies a command file which will get sourced after the ~/.lldbinit but before file arguments are processed
-O : Specifies a single (one-line) command that will get ditto

and

-s : Specifies a command file which will get sourced after `pwd`/.lldbinit
-o : Specifies a command file which ditto

I also changed it so that by default these sourced commands will print their command result, but there's a
-q option to change that if you wish.

llvm-svn: 190734
2013-09-14 00:20:24 +00:00
..
CMakeLists.txt Append missing version number to lldb binary built by cmake 2013-05-17 18:51:03 +00:00
Driver.cpp This changes how the --source driver argument works. I split this into four arguments: 2013-09-14 00:20:24 +00:00
Driver.h This changes how the --source driver argument works. I split this into four arguments: 2013-09-14 00:20:24 +00:00
IOChannel.cpp <rdar://problem/13063912> 2013-05-06 22:10:33 +00:00
IOChannel.h Revert part of my previous patch, we should be using libedit under 2013-09-03 15:38:37 +00:00
Makefile Following the modification introduced in llvm by commit 185311 2013-07-01 08:21:36 +00:00
lldb-Info.plist