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

References

gen/tools/lldb/source/Core/CoreProperties.inc
   22   {"prompt", OptionValue::eTypeString, true, OptionValueString::eOptionEncodeCharacterEscapeSequences, "(lldb) ", {}, "The debugger command line prompt displayed for the user."},
   29   {"stop-show-column-ansi-prefix", OptionValue::eTypeString, true, 0, "${ansi.underline}", {}, "When displaying the column marker in a color-enabled (i.e. ANSI) terminal, use the ANSI terminal code specified in this format at the immediately before the column to be marked."},
   30   {"stop-show-column-ansi-suffix", OptionValue::eTypeString, true, 0, "${ansi.normal}", {}, "When displaying the column marker in a color-enabled (i.e. ANSI) terminal, use the ANSI terminal code specified in this format immediately after the column to be marked."},
gen/tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLogProperties.inc
   12   {"auto-enable-options", OptionValue::eTypeString, true, 0, "", {}, "Specify the options to 'plugin structured-data darwin-log enable' that should be applied when automatically enabling logging on startup/attach."},
gen/tools/lldb/source/Target/TargetProperties.inc
   48   {"arg0", OptionValue::eTypeString, false, 0, "", {}, "The first argument passed to the program in the argument array which can be different from the executable itself."},
tools/lldb/include/lldb/Interpreter/OptionValue.h
  159     case 1u << eTypeString:
  160       return eTypeString;
tools/lldb/include/lldb/Interpreter/OptionValueArgs.h
   20             OptionValue::ConvertTypeToMask(OptionValue::eTypeString)) {}
tools/lldb/include/lldb/Interpreter/OptionValueString.h
   76   OptionValue::Type GetType() const override { return eTypeString; }
tools/lldb/source/Interpreter/OptionValue.cpp
  238   if (GetType() == OptionValue::eTypeString)
  244   if (GetType() == OptionValue::eTypeString)
  491   case eTypeString:
  531   case 1u << eTypeString:
tools/lldb/source/Interpreter/OptionValueArray.cpp
   57       case eTypeString:
tools/lldb/source/Interpreter/OptionValueDictionary.cpp
   68       case eTypeString:
tools/lldb/source/Interpreter/Property.cpp
  206   case OptionValue::eTypeString: