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

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

Completed in 103 milliseconds