Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlugin.cpp18 class CommandObjectPluginLoad : public CommandObjectParsed { class
20 CommandObjectPluginLoad(CommandInterpreter &interpreter) in CommandObjectPluginLoad() function in CommandObjectPluginLoad
39 ~CommandObjectPluginLoad() override = default;
81 CommandObjectSP(new CommandObjectPluginLoad(interpreter))); in CommandObjectPlugin()