Home
last modified time | relevance | path

Searched refs:CommandObjectMultiwordCommands (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.h19 class CommandObjectMultiwordCommands : public CommandObjectMultiword {
21 CommandObjectMultiwordCommands(CommandInterpreter &interpreter);
23 ~CommandObjectMultiwordCommands() override;
H A DCommandObjectCommands.cpp2727 #pragma mark CommandObjectMultiwordCommands
2731 CommandObjectMultiwordCommands::CommandObjectMultiwordCommands( in CommandObjectMultiwordCommands() function in CommandObjectMultiwordCommands
2753 CommandObjectMultiwordCommands::~CommandObjectMultiwordCommands() = default;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp566 REGISTER_COMMAND_OBJECT("command", CommandObjectMultiwordCommands); in LoadCommandDictionary()