Remove `bugreport` command
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 5 Sep 2019 21:43:32 +0000 (21:43 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 5 Sep 2019 21:43:32 +0000 (21:43 +0000)
commitf5687d7c1257a53b46045ebc725e0967def38a3d
treedb16e67578b6ac34b022330c1ddddc01ff8273c0
parent3270941f1e7aa9e96f7806ff0306289f482147ce
Remove `bugreport` command

The bugreport command exists to create domain-specific bug reports.
Currently it has one implementation for filing bugs on the unwinder. As
far as we can tell, it has never been of use. Although not exactly the
same as the reproducers, it's a bit confusing to have two parallel
command trees for (kind of) the same thing.

Differential revision: https://reviews.llvm.org/D65469

llvm-svn: 371132
lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py
lldb/source/Commands/CMakeLists.txt
lldb/source/Commands/CommandObjectBugreport.cpp [deleted file]
lldb/source/Commands/CommandObjectBugreport.h [deleted file]
lldb/source/Interpreter/CommandInterpreter.cpp