Home
last modified time | relevance | path

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

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