Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DOptionValueProperties.h136 GetPropertyAtPath (const ExecutionContext *exe_ctx,
/external/lldb/source/Interpreter/
DOptionValueProperties.cpp657 OptionValueProperties::GetPropertyAtPath (const ExecutionContext *exe_ctx, in GetPropertyAtPath() function in OptionValueProperties
683 return sub_properties->GetPropertyAtPath(exe_ctx, will_modify, sub_name + 1); in GetPropertyAtPath()
/external/lldb/source/Commands/
DCommandObjectSettings.cpp458 …perty *property = m_interpreter.GetDebugger().GetValueProperties()->GetPropertyAtPath (&m_exe_ctx,… in DoExecute()