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

References

tools/lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
   36            ptr_depth != 0 || !use_synth || be_raw || ignore_cap ||
tools/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
  123     if (option_arg.getAsInteger(0, ptr_depth)) {
  124       ptr_depth = 0;
  170   ptr_depth = 0;
  192       {DumpValueObjectOptions::PointerDepth::Mode::Always, ptr_depth});