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

References

tools/lldb/source/Commands/CommandObjectCommands.cpp
  137         if (start_idx.first && start_idx.second == UINT64_MAX) {
  137         if (start_idx.first && start_idx.second == UINT64_MAX) {
  139             start_idx.second = history.GetSize() - count.second;
  142             start_idx.second = stop_idx.second;
  145             start_idx.second = 0;
  149           if (!start_idx.first && !stop_idx.first && !count.first) {
  150             start_idx.second = 0;
  152           } else if (start_idx.first) {
  154               stop_idx.second = start_idx.second + count.second - 1;
  161                 start_idx.second = stop_idx.second - count.second + 1;
  163                 start_idx.second = 0;
  167             start_idx.second = 0;
  171         history.Dump(result.GetOutputStream(), start_idx.second,