Home
last modified time | relevance | path

Searched refs:default_cstr_value (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Interpreter/
DProperty.cpp40 m_value_sp.reset (new OptionValueArch(definition.default_cstr_value)); in Property()
58 if (definition.default_cstr_value) in Property()
59 …sp.reset (new OptionValueBoolean(Args::StringToBoolean (definition.default_cstr_value, false, NULL… in Property()
77 if (definition.default_cstr_value) in Property()
79 if (enum_value->SetValueFromCString(definition.default_cstr_value).Success()) in Property()
95 …m_value_sp.reset (new OptionValueFileSpec(FileSpec(definition.default_cstr_value, definition.defau… in Property()
110 if (definition.default_cstr_value) in Property()
111 Args::StringToFormat (definition.default_cstr_value, new_format, NULL); in Property()
128 …m_value_sp.reset (new OptionValueRegex(definition.default_cstr_value, definition.default_uint_valu… in Property()
136 …reset (new OptionValueSInt64(definition.default_cstr_value ? Args::StringToSInt64 (definition.defa… in Property()
[all …]
/external/lldb/include/lldb/Interpreter/
DProperty.h34 const char *default_cstr_value; member
/external/lldb/source/Core/
DDebugger.cpp234 …turn m_collection_sp->GetPropertyAtIndexAsString (NULL, idx, g_properties[idx].default_cstr_value); in GetFrameFormat()
248 …turn m_collection_sp->GetPropertyAtIndexAsString (NULL, idx, g_properties[idx].default_cstr_value); in GetPrompt()
268 …turn m_collection_sp->GetPropertyAtIndexAsString (NULL, idx, g_properties[idx].default_cstr_value); in GetThreadFormat()