Home
last modified time | relevance | path

Searched refs:GetPropertyAtIndexAsBoolean (Results 1 – 9 of 9) sorted by relevance

/external/lldb/source/Target/
DTarget.cpp2450 … if (GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_value != 0)) in GetHostEnvironmentIfNeeded()
2546 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetDisableASLR()
2560 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetDisableSTDIO()
2627 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetSkipPrologue()
2661 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetEnableSyntheticValue()
2746 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetBreakpointsConsultPlatformAvoidList()
2753 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetUseHexImmediates()
2760 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetUseFastStepping()
DProcess.cpp142 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetDisableMemoryCache()
180 …return m_collection_sp->GetPropertyAtIndexAsBoolean(NULL, idx, g_properties[idx].default_uint_valu… in GetIgnoreBreakpointsInExpressions()
194 …return m_collection_sp->GetPropertyAtIndexAsBoolean(NULL, idx, g_properties[idx].default_uint_valu… in GetUnwindOnErrorInExpressions()
208 …return m_collection_sp->GetPropertyAtIndexAsBoolean(NULL, idx, g_properties[idx].default_uint_valu… in GetStopOnSharedLibraryEvents()
222 …return m_collection_sp->GetPropertyAtIndexAsBoolean(NULL, idx, g_properties[idx].default_uint_valu… in GetDetachKeepsStopped()
DThread.cpp139 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetTraceEnabledState()
/external/lldb/include/lldb/Interpreter/
DOptionValueProperties.h180GetPropertyAtIndexAsBoolean (const ExecutionContext *exe_ctx, uint32_t idx, bool fail_value) const;
/external/lldb/source/Core/
DDebugger.cpp227 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetAutoConfirm()
241 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetNotifyVoid()
303 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetUseExternalEditor()
317 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetUseColor()
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp209 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetSearchForKexts()
/external/lldb/source/Interpreter/
DOptionValueProperties.cpp350 OptionValueProperties::GetPropertyAtIndexAsBoolean (const ExecutionContext *exe_ctx, uint32_t idx, … in GetPropertyAtIndexAsBoolean() function in OptionValueProperties
DCommandInterpreter.cpp126 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetExpandRegexAliases()
133 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetPromptOnQuit()
140 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetStopCmdSourceOnError()
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp106 …return m_collection_sp->GetPropertyAtIndexAsBoolean (NULL, idx, g_properties[idx].default_uint_val… in GetLoadKexts()