Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectCommands.h19 class CommandObjectMultiwordCommands : public CommandObjectMultiword {
21 CommandObjectMultiwordCommands(CommandInterpreter &interpreter);
23 ~CommandObjectMultiwordCommands() override;
DCommandObjectCommands.cpp2089 #pragma mark CommandObjectMultiwordCommands
2093 CommandObjectMultiwordCommands::CommandObjectMultiwordCommands( in CommandObjectMultiwordCommands() function in CommandObjectMultiwordCommands
2115 CommandObjectMultiwordCommands::~CommandObjectMultiwordCommands() = default;
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DCommandInterpreter.cpp534 REGISTER_COMMAND_OBJECT("command", CommandObjectMultiwordCommands); in LoadCommandDictionary()