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

References

tools/lldb/source/Commands/CommandObjectCommands.cpp
  138           if (count.first) {
  139             start_idx.second = history.GetSize() - count.second;
  149           if (!start_idx.first && !stop_idx.first && !count.first) {
  153             if (count.first) {
  154               stop_idx.second = start_idx.second + count.second - 1;
  159             if (count.first) {
  160               if (stop_idx.second >= count.second)
  161                 start_idx.second = stop_idx.second - count.second + 1;
  168             stop_idx.second = count.second - 1;