summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2018-12-17 18:11:48 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2018-12-17 18:11:48 +0000
commit7e89627728780c66a9960c84d8b645530b1e76b6 (patch)
tree43744590939a320a9de81693e26d7c1b4d920855 /lldb/packages/Python/lldbsuite/test/python_api/thread
parent3ed09eb3f8dc5600abf1f4e5b1852853b1e4a137 (diff)
downloadbcm5719-llvm-7e89627728780c66a9960c84d8b645530b1e76b6.tar.gz
bcm5719-llvm-7e89627728780c66a9960c84d8b645530b1e76b6.zip
[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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud