Searched defs:CommandObjectProcessPlugin (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Commands/
H A DCommandObjectProcess.cpp1211 // CommandObjectProcessPlugin
1213 #pragma mark CommandObjectProcessPlugin
1215 class CommandObjectProcessPlugin : public CommandObjectProxy class in inherits:CommandObjectProxy
1219 CommandObjectProcessPlugin (CommandInterpreter &interpreter) : function in class:CommandObjectProcessPlugin
1228 ~CommandObjectProcessPlugin ()
1939 LoadSubCommand ("plugin", CommandObjectSP (new CommandObjectProcessPlugin (interpreter)));

Completed in 259 milliseconds