Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectPlugin.cpp20 class CommandObjectPluginLoad : public CommandObjectParsed class
24 CommandObjectPluginLoad (CommandInterpreter &interpreter) : in CommandObjectPluginLoad() function in CommandObjectPluginLoad
44 ~CommandObjectPluginLoad () in ~CommandObjectPluginLoad()
109 LoadSubCommand ("load", CommandObjectSP (new CommandObjectPluginLoad (interpreter))); in CommandObjectPlugin()