reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBCommandInterpreter.cpp
  375   result.GetMatches(lldb_matches);
  382     lldb_matches.InsertStringAtIndex(0, "");
  389     std::string common_prefix = lldb_matches.LongestCommonPrefix();
  395     if (lldb_matches.GetSize() == 1) {
  403     lldb_matches.InsertStringAtIndex(0, common_prefix.c_str());
  407   SBStringList temp_matches_list(&lldb_matches);