Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1600 class CommandObjectCommandsScriptDelete : public CommandObjectParsed { class
1602 CommandObjectCommandsScriptDelete(CommandInterpreter &interpreter) in CommandObjectCommandsScriptDelete() function in CommandObjectCommandsScriptDelete
1620 ~CommandObjectCommandsScriptDelete() override = default;
1671 CommandObjectSP(new CommandObjectCommandsScriptDelete(interpreter))); in CommandObjectMultiwordCommandsScript()