Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectTarget.h27 class CommandObjectMultiwordTarget : public CommandObjectMultiword
31 CommandObjectMultiwordTarget (CommandInterpreter &interpreter);
34 ~CommandObjectMultiwordTarget ();
DCommandObjectTarget.cpp5327 #pragma mark CommandObjectMultiwordTarget
5333 CommandObjectMultiwordTarget::CommandObjectMultiwordTarget (CommandInterpreter &interpreter) : in CommandObjectMultiwordTarget() function in CommandObjectMultiwordTarget
5350 CommandObjectMultiwordTarget::~CommandObjectMultiwordTarget () in ~CommandObjectMultiwordTarget()
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp385 m_command_dict["target"] = CommandObjectSP (new CommandObjectMultiwordTarget (*this)); in LoadCommandDictionary()