Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp1790 #pragma mark CommandObjectMultiwordCommandsScript
1794 class CommandObjectMultiwordCommandsScript : public CommandObjectMultiword { class
1796 CommandObjectMultiwordCommandsScript(CommandInterpreter &interpreter) in CommandObjectMultiwordCommandsScript() function in CommandObjectMultiwordCommandsScript
1818 ~CommandObjectMultiwordCommandsScript() override = default;
2109 CommandObjectSP(new CommandObjectMultiwordCommandsScript(interpreter))); in CommandObjectMultiwordCommands()