Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1700 class CommandObjectCommandsScriptDelete : public CommandObjectParsed { class
1702 CommandObjectCommandsScriptDelete(CommandInterpreter &interpreter) in CommandObjectCommandsScriptDelete() function in CommandObjectCommandsScriptDelete
1723 ~CommandObjectCommandsScriptDelete() override = default;
1829 CommandObjectSP(new CommandObjectCommandsScriptDelete(interpreter))); in CommandObjectMultiwordCommandsScript()