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.cpp2359 class CommandObjectCommandsScriptDelete : public CommandObjectParsed { class
2361 CommandObjectCommandsScriptDelete(CommandInterpreter &interpreter) in CommandObjectCommandsScriptDelete() function in CommandObjectCommandsScriptDelete
2369 ~CommandObjectCommandsScriptDelete() override = default;
2476 CommandObjectSP(new CommandObjectCommandsScriptDelete(interpreter))); in CommandObjectMultiwordCommandsScript()