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

References

tools/lldb/source/Interpreter/Options.cpp
  364     strm.PutCString(header);
  367     strm.PutChar('[');
  371     strm.Printf("-%c", opt_def.short_option);
  373     strm.Printf("--%s", opt_def.long_option);
  378     strm.Printf(" <%s>", CommandObject::GetArgumentName(opt_def.argument_type));
  382     strm.Printf("%s[<%s>]", show_short_option ? "" : "=",
  387     strm.PutChar(']');
  389     strm.PutCString(footer);