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

/external/lldb/source/Commands/
H A DCommandObjectFrame.h24 // CommandObjectMultiwordFrame
27 class CommandObjectMultiwordFrame : public CommandObjectMultiword class in namespace:lldb_private
31 CommandObjectMultiwordFrame (CommandInterpreter &interpreter);
34 ~CommandObjectMultiwordFrame ();
H A DCommandObjectFrame.cpp604 #pragma mark CommandObjectMultiwordFrame
607 // CommandObjectMultiwordFrame
610 CommandObjectMultiwordFrame::CommandObjectMultiwordFrame (CommandInterpreter &interpreter) : function in class:CommandObjectMultiwordFrame
621 CommandObjectMultiwordFrame::~CommandObjectMultiwordFrame ()
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp373 m_command_dict["frame"] = CommandObjectSP (new CommandObjectMultiwordFrame (*this));

Completed in 126 milliseconds