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

/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1142 std::string cmd_word = command_string.substr (start, end - start); local
1145 // Since cmd_obj is NULL we are on our first time through this loop. Check to see if cmd_word is a valid
1147 cmd_obj = GetCommandObject (cmd_word.c_str());
1150 // Our current object is a multi-word object; see if the cmd_word is a valid sub-command for our object.
1151 CommandObject *sub_cmd_obj = cmd_obj->GetSubcommandObject (cmd_word.c_str());
1154 else // cmd_word was not a valid sub-command word, so we are donee

Completed in 110 milliseconds