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

References

tools/lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
   35            flat_output || use_objc || max_depth != UINT32_MAX ||
tools/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
  107     if (option_arg.getAsInteger(0, max_depth)) {
  108       max_depth = UINT32_MAX;
  169   max_depth = UINT32_MAX;
  197   options.SetMaximumDepth(max_depth)