HomeSort by relevance Sort by last modified time
    Searched refs:eTypeString (Results 1 - 11 of 11) sorted by null

  /external/lldb/include/lldb/Interpreter/
OptionValueArgs.h 25 OptionValueArray (OptionValue::ConvertTypeToMask (OptionValue::eTypeString))
OptionValue.h 44 eTypeString,
185 case 1u << eTypeString: return eTypeString;
OptionValueString.h 133 return eTypeString;
  /external/lldb/source/Interpreter/
OptionValue.cpp 277 if (GetType () == OptionValue::eTypeString)
285 if (GetType () == OptionValue::eTypeString)
532 case eTypeString: return "string";
553 case 1u << eTypeString: value_sp.reset(new OptionValueString()); break;
OptionValueDictionary.cpp 71 case eTypeString:
378 if (pos->second->GetType() == OptionValue::eTypeString)
OptionValueArray.cpp 60 case eTypeString:
Property.cpp 158 case OptionValue::eTypeString:
  /external/lldb/include/lldb/DataFormatters/
TypeSummary.h 206 eTypeString,
391 return TypeSummaryImpl::eTypeString;
  /external/lldb/source/Core/
Debugger.cpp 123 { "frame-format", OptionValue::eTypeString , true, 0 , DEFAULT_FRAME_FORMAT, NULL, "The default frame format string to use when displaying stack frame information for threads." },
125 { "prompt", OptionValue::eTypeString , true, OptionValueString::eOptionEncodeCharacterEscapeSequences, "(lldb) ", NULL, "The debugger command line prompt displayed for the user." },
132 { "thread-format", OptionValue::eTypeString , true, 0 , DEFAULT_THREAD_FORMAT, NULL, "The default thread format string to use when displaying thread information." },
    [all...]
  /external/lldb/source/Target/
Target.cpp     [all...]
Process.cpp 98 { "extra-startup-command", OptionValue::eTypeArray , false, OptionValue::eTypeString, NULL, NULL, "A list containing extra commands understood by the particular process plugin used. "
    [all...]

Completed in 404 milliseconds