Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp267 lldb_private::StringList lldb_matches, lldb_descriptions; in HandleCompletionWithDescriptions() local
272 result.GetDescriptions(lldb_descriptions); in HandleCompletionWithDescriptions()
279 lldb_descriptions.InsertStringAtIndex(0, ""); in HandleCompletionWithDescriptions()
300 lldb_descriptions.InsertStringAtIndex(0, ""); in HandleCompletionWithDescriptions()
305 SBStringList temp_descriptions_list(&lldb_descriptions); in HandleCompletionWithDescriptions()