Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp1692 #pragma mark CommandObjectMultiwordCommandsScript
1696 class CommandObjectMultiwordCommandsScript : public CommandObjectMultiword { class
1698 CommandObjectMultiwordCommandsScript(CommandInterpreter &interpreter) in CommandObjectMultiwordCommandsScript() function in CommandObjectMultiwordCommandsScript
1720 ~CommandObjectMultiwordCommandsScript() override = default;
1744 CommandObjectSP(new CommandObjectMultiwordCommandsScript(interpreter))); in CommandObjectMultiwordCommands()