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

References

tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2489   if (line_width_max < 16)
 2490     line_width_max = help_text.size() + prefix.size();
 2503     llvm::StringRef this_line = help_text.substr(0, line_width_max);