Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectSource.h27 class CommandObjectMultiwordSource : public CommandObjectMultiword
31 CommandObjectMultiwordSource (CommandInterpreter &interpreter);
34 ~CommandObjectMultiwordSource ();
HDCommandObjectSource.cpp906 #pragma mark CommandObjectMultiwordSource
912 CommandObjectMultiwordSource::CommandObjectMultiwordSource (CommandInterpreter &interpreter) : in CommandObjectMultiwordSource() function in CommandObjectMultiwordSource
923 CommandObjectMultiwordSource::~CommandObjectMultiwordSource () in ~CommandObjectMultiwordSource()
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandInterpreter.cpp394 m_command_dict["source"] = CommandObjectSP (new CommandObjectMultiwordSource (*this)); in LoadCommandDictionary()