Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp1793 #pragma mark CommandObjectMultiwordCommandsScript
1797 class CommandObjectMultiwordCommandsScript : public CommandObjectMultiword { class
1799 CommandObjectMultiwordCommandsScript(CommandInterpreter &interpreter) in CommandObjectMultiwordCommandsScript() function in CommandObjectMultiwordCommandsScript
1821 ~CommandObjectMultiwordCommandsScript() override = default;
2112 CommandObjectSP(new CommandObjectMultiwordCommandsScript(interpreter))); in CommandObjectMultiwordCommands()