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

References

tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2558   while (!text.empty()) {
 2559     if (text.front() == '\n' ||
 2560         (text.front() == ' ' && nextWordLength(text.ltrim(' ')) > chars_left)) {
 2560         (text.front() == ' ' && nextWordLength(text.ltrim(' ')) > chars_left)) {
 2564       if (text.front() == '\n')
 2565         text = text.drop_front();
 2565         text = text.drop_front();
 2567         text = text.ltrim(' ');
 2567         text = text.ltrim(' ');
 2569       strm.PutChar(text.front());
 2571       text = text.drop_front();
 2571       text = text.drop_front();