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

References

tools/lldb/source/Commands/CommandObjectCommands.cpp
  140             stop_idx.second = history.GetSize() - 1;
  141           } else if (stop_idx.first) {
  142             start_idx.second = stop_idx.second;
  143             stop_idx.second = history.GetSize() - 1;
  146             stop_idx.second = history.GetSize() - 1;
  149           if (!start_idx.first && !stop_idx.first && !count.first) {
  151             stop_idx.second = history.GetSize() - 1;
  154               stop_idx.second = start_idx.second + count.second - 1;
  155             } else if (!stop_idx.first) {
  156               stop_idx.second = history.GetSize() - 1;
  158           } else if (stop_idx.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;
  172                      stop_idx.second);