Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp2459 #pragma mark CommandObjectMultiwordCommandsScript
2463 class CommandObjectMultiwordCommandsScript : public CommandObjectMultiword { class
2465 CommandObjectMultiwordCommandsScript(CommandInterpreter &interpreter) in CommandObjectMultiwordCommandsScript() function in CommandObjectMultiwordCommandsScript
2487 ~CommandObjectMultiwordCommandsScript() override = default;
2750 CommandObjectSP(new CommandObjectMultiwordCommandsScript(interpreter))); in CommandObjectMultiwordCommands()