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

References

gen/tools/lldb/source/Core/CoreProperties.inc
   31   {"tab-size", OptionValue::eTypeUInt64, true, 4, nullptr, {}, "The tab size to use when indenting code in multi-line input mode (default: 4)."},
gen/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.inc
   12   {"packet-timeout", OptionValue::eTypeUInt64, true, 5, nullptr, {}, "Specify the default packet timeout in seconds."},
gen/tools/lldb/source/Target/TargetProperties.inc
   34   {"memory-cache-line-size", OptionValue::eTypeUInt64, false, 512, nullptr, {}, "The memory cache line size"},
   39   {"utility-expression-timeout", OptionValue::eTypeUInt64, false, 15, nullptr, {}, "The time in seconds to wait for LLDB-internal utility expressions."},
   78   {"max-zero-padding-in-float-format", OptionValue::eTypeUInt64, false, 6, nullptr, {}, "The maximum number of zeroes to insert when displaying a very small float before falling back to scientific notation."},
  102   {"max-backtrace-depth", OptionValue::eTypeUInt64, false, 300000, nullptr, {}, "Maximum number of frames to backtrace."},
tools/lldb/include/lldb/Interpreter/OptionValue.h
  161     case 1u << eTypeUInt64:
  162       return eTypeUInt64;
tools/lldb/include/lldb/Interpreter/OptionValueUInt64.h
   38   OptionValue::Type GetType() const override { return eTypeUInt64; }
tools/lldb/source/Commands/CommandObjectRegister.cpp
  231           set_indexes(OptionValue::ConvertTypeToMask(OptionValue::eTypeUInt64)),
tools/lldb/source/Core/Disassembler.cpp
  817       case OptionValue::eTypeUInt64:
  929           data_type = OptionValue::eTypeUInt64;
tools/lldb/source/Interpreter/OptionValue.cpp
   27   case OptionValue::eTypeUInt64:
  250   if (GetType() == OptionValue::eTypeUInt64)
  256   if (GetType() == OptionValue::eTypeUInt64)
  493   case eTypeUInt64:
  534   case 1u << eTypeUInt64:
tools/lldb/source/Interpreter/OptionValueArray.cpp
   58       case eTypeUInt64:
tools/lldb/source/Interpreter/OptionValueDictionary.cpp
   69       case eTypeUInt64:
tools/lldb/source/Interpreter/Property.cpp
  184   case OptionValue::eTypeUInt64:
tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
14404       (value_sp->GetType() != OptionValue::eTypeUInt64)) {