llvm-project/lldb/tools/driver
Jonas Devlieghere 7e89627728 [Driver] Fix --repl argument.
The --repl option was incorrectly defined as "Separate" (option and
value separated by a space). This resulted in the option not being
picked up when no value was specified.

This patch fixes the driver so that `--repl` is recognized again. I
split the option into two:

 - A flag: `--repl` and `-r` which take no arguments.
 - A joined option: `--repl=<flags>` and `-r=<flags>` that forward its
   values to the repl.

This should match the driver's old behavior.

llvm-svn: 349371
2018-12-17 18:11:48 +00:00
..
CMakeLists.txt Remove getopt includes from the driver 2018-11-29 10:45:41 +00:00
Driver.cpp [Driver] Fix --repl argument. 2018-12-17 18:11:48 +00:00
Driver.h [Driver] Simplify OptionData. NFC 2018-12-11 20:19:53 +00:00
Options.td [Driver] Fix --repl argument. 2018-12-17 18:11:48 +00:00
Platform.cpp Another windows build fix 2017-01-06 13:07:09 +00:00
Platform.h Fix windows build broken by r347846 2018-11-29 11:53:12 +00:00
lldb-Info.plist Update the INFOPLIST_FILE setting in the xcode project file 2016-03-24 22:27:52 +00:00