Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp1636 class CommandObjectCommandsScriptDelete : public CommandObjectParsed { class
1638 CommandObjectCommandsScriptDelete(CommandInterpreter &interpreter) in CommandObjectCommandsScriptDelete() function in CommandObjectCommandsScriptDelete
1656 ~CommandObjectCommandsScriptDelete() override = default;
1709 CommandObjectSP(new CommandObjectCommandsScriptDelete(interpreter))); in CommandObjectMultiwordCommandsScript()