Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectProcess.h25 class CommandObjectMultiwordProcess : public CommandObjectMultiword
28 CommandObjectMultiwordProcess (CommandInterpreter &interpreter);
31 ~CommandObjectMultiwordProcess ();
HDCommandObjectProcess.cpp1914 CommandObjectMultiwordProcess::CommandObjectMultiwordProcess (CommandInterpreter &interpreter) : in CommandObjectMultiwordProcess() function in CommandObjectMultiwordProcess
1936 CommandObjectMultiwordProcess::~CommandObjectMultiwordProcess () in ~CommandObjectMultiwordProcess()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandInterpreter.cpp436 m_command_dict["process"] = CommandObjectSP (new CommandObjectMultiwordProcess (*this)); in LoadCommandDictionary()