Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlugin.cpp16 class CommandObjectPluginLoad : public CommandObjectParsed { class
18 CommandObjectPluginLoad(CommandInterpreter &interpreter) in CommandObjectPluginLoad() function in CommandObjectPluginLoad
25 ~CommandObjectPluginLoad() override = default;
54 CommandObjectSP(new CommandObjectPluginLoad(interpreter))); in CommandObjectPlugin()