Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectProcess.cpp1140 #pragma mark CommandObjectProcessPlugin
1142 class CommandObjectProcessPlugin : public CommandObjectProxy class
1146 CommandObjectProcessPlugin (CommandInterpreter &interpreter) : in CommandObjectProcessPlugin() function in CommandObjectProcessPlugin
1155 ~CommandObjectProcessPlugin () in ~CommandObjectProcessPlugin()
1932 … LoadSubCommand ("plugin", CommandObjectSP (new CommandObjectProcessPlugin (interpreter))); in CommandObjectMultiwordProcess()