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

References

tools/lldb/source/Commands/CommandObjectHelp.cpp
  135           s.Printf("ambiguous command %s", cmd_string.c_str());
  138             s.Printf("\n\t%s", matches.GetStringAtIndex(match_idx));
  140           s.Printf("\n");
  141           result.AppendError(s.GetString());