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

References

gen/tools/lldb/source/Core/CoreProperties.inc
   24   {"stop-disassembly-count", OptionValue::eTypeSInt64, true, 4, nullptr, {}, "The number of disassembly lines to show when displaying a stopped context."},
   26   {"stop-line-count-after", OptionValue::eTypeSInt64, true, 3, nullptr, {}, "The number of sources lines to display that come after the current source line when displaying a stopped context."},
   27   {"stop-line-count-before", OptionValue::eTypeSInt64, true, 3, nullptr, {}, "The number of sources lines to display that come before the current source line when displaying a stopped context."},
   32   {"term-width", OptionValue::eTypeSInt64, true, 80, nullptr, {}, "The maximum number of columns to use for displaying text."},
gen/tools/lldb/source/Target/TargetProperties.inc
   75   {"max-children-count", OptionValue::eTypeSInt64, false, 256, nullptr, {}, "Maximum number of children to expand in any level of depth."},
   76   {"max-memory-read-size", OptionValue::eTypeSInt64, false, 1024, nullptr, {}, "Maximum number of bytes that 'memory read' will fetch before --force must be specified."},
   77   {"max-string-summary-length", OptionValue::eTypeSInt64, false, 1024, nullptr, {}, "Maximum number of characters to show when using %s in summary strings."},
tools/lldb/include/lldb/Interpreter/OptionValue.h
  157     case 1u << eTypeSInt64:
  158       return eTypeSInt64;
tools/lldb/include/lldb/Interpreter/OptionValueSInt64.h
   41   OptionValue::Type GetType() const override { return eTypeSInt64; }
tools/lldb/source/Interpreter/OptionValue.cpp
   25   case OptionValue::eTypeSInt64:
  226   if (GetType() == OptionValue::eTypeSInt64)
  232   if (GetType() == OptionValue::eTypeSInt64)
  489   case eTypeSInt64:
  528   case 1u << eTypeSInt64:
tools/lldb/source/Interpreter/OptionValueArray.cpp
   56       case eTypeSInt64:
tools/lldb/source/Interpreter/OptionValueDictionary.cpp
   67       case eTypeSInt64:
tools/lldb/source/Interpreter/Property.cpp
  173   case OptionValue::eTypeSInt64: