Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp275 lldb_private::StringList lldb_matches, lldb_descriptions; in HandleCompletionWithDescriptions() local
279 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()