Home
last modified time | relevance | path

Searched refs:lldb_descriptions (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
280 result.GetDescriptions(lldb_descriptions); in HandleCompletionWithDescriptions()
287 lldb_descriptions.InsertStringAtIndex(0, ""); in HandleCompletionWithDescriptions()
308 lldb_descriptions.InsertStringAtIndex(0, ""); in HandleCompletionWithDescriptions()
313 SBStringList temp_descriptions_list(&lldb_descriptions); in HandleCompletionWithDescriptions()