Searched refs:lldb_matches (Results 1 – 1 of 1) sorted by relevance
275 lldb_private::StringList lldb_matches, lldb_descriptions; in HandleCompletionWithDescriptions() local279 result.GetMatches(lldb_matches); in HandleCompletionWithDescriptions()286 lldb_matches.InsertStringAtIndex(0, ""); in HandleCompletionWithDescriptions()293 std::string common_prefix = lldb_matches.LongestCommonPrefix(); in HandleCompletionWithDescriptions()299 if (lldb_matches.GetSize() == 1) { in HandleCompletionWithDescriptions()307 lldb_matches.InsertStringAtIndex(0, common_prefix.c_str()); in HandleCompletionWithDescriptions()311 SBStringList temp_matches_list(&lldb_matches); in HandleCompletionWithDescriptions()