[lldb] report an error if a CLI option lacks an argument
authorLuboš Luňák <l.lunak@centrum.cz>
Thu, 30 Jul 2020 16:08:13 +0000 (18:08 +0200)
committerLuboš Luňák <l.lunak@centrum.cz>
Fri, 31 Jul 2020 20:02:40 +0000 (22:02 +0200)
commit77d5a63c191ca791f081ff153276170bbfb10cee
treecd08a10b688d0f2c6a2ed4c24b1a59de69b95f2a
parent8739445e3221ea05bc71a592f4114e10510b0b34
[lldb] report an error if a CLI option lacks an argument

Differential Revision: https://reviews.llvm.org/D84955
lldb/test/Shell/Driver/TestError.test [new file with mode: 0644]
lldb/tools/driver/Driver.cpp