Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp2602 class CommandObjectCommandsScriptDelete : public CommandObjectParsed { class
2604 CommandObjectCommandsScriptDelete(CommandInterpreter &interpreter) in CommandObjectCommandsScriptDelete() function in CommandObjectCommandsScriptDelete
2612 ~CommandObjectCommandsScriptDelete() override = default;
2719 CommandObjectSP(new CommandObjectCommandsScriptDelete(interpreter))); in CommandObjectMultiwordCommandsScript()