[lldb][NFC] Test CommandObjectMultiword functionality
authorRaphael Isemann <teemperor@gmail.com>
Fri, 27 Sep 2019 08:18:38 +0000 (08:18 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Fri, 27 Sep 2019 08:18:38 +0000 (08:18 +0000)
commitc4488a6e9db56b2a45a60f829428f14cfabf5791
tree24596d87a35494b986b8850ab85f0a173f21bb0e
parent362345769a36814f3f3bb9f711643aa05b6b5697
[lldb][NFC] Test CommandObjectMultiword functionality

A lot of commands are made up of CommandObjectMultiword with
subcommands. CommandObjectMultiword actually has some functionality
on its own that wasn't tested before.

llvm-svn: 373050
lldb/packages/Python/lldbsuite/test/functionalities/multiword-commands/TestMultiWordCommands.py [new file with mode: 0644]