Home
last modified time | relevance | path

Searched refs:commands_found (Results 1 – 6 of 6) sorted by relevance

/external/lldb/source/Commands/
DCommandObjectApropos.cpp69 StringList commands_found; in DoExecute() local
74 … m_interpreter.FindCommandsForApropos (search_word, commands_found, commands_help, true, false); in DoExecute()
77 if (commands_found.GetSize() == 0 && user_commands_found.GetSize() == 0) in DoExecute()
83 if (commands_found.GetSize() > 0) in DoExecute()
88 for (size_t i = 0; i < commands_found.GetSize(); ++i) in DoExecute()
90 size_t len = strlen (commands_found.GetStringAtIndex (i)); in DoExecute()
95 for (size_t i = 0; i < commands_found.GetSize(); ++i) in DoExecute()
97 commands_found.GetStringAtIndex(i), in DoExecute()
DCommandObjectMultiword.cpp313 StringList &commands_found, in AproposAllSubCommands() argument
328 commands_found.AppendString (complete_command_name.GetData()); in AproposAllSubCommands()
335 commands_found, in AproposAllSubCommands()
403 StringList &commands_found, in AproposAllSubCommands() argument
410 commands_found, in AproposAllSubCommands()
/external/lldb/include/lldb/Interpreter/
DCommandObjectMultiword.h61 StringList &commands_found,
133 StringList &commands_found,
DCommandInterpreter.h390 StringList &commands_found,
DCommandObject.h155 StringList &commands_found, in AproposAllSubCommands() argument
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp2819 CommandInterpreter::FindCommandsForApropos (const char *search_word, StringList &commands_found, in FindCommandsForApropos() argument
2833 commands_found.AppendString (command_name); in FindCommandsForApropos()
2840 commands_found, in FindCommandsForApropos()
2855 commands_found.AppendString (command_name); in FindCommandsForApropos()
2862 commands_found, in FindCommandsForApropos()