Home
last modified time | relevance | path

Searched refs:SetPropertyAtIndexAsBoolean (Results 1 – 5 of 5) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DOptionValueProperties.h183 SetPropertyAtIndexAsBoolean (const ExecutionContext *exe_ctx, uint32_t idx, bool new_value);
/external/lldb/source/Interpreter/
DOptionValueProperties.cpp363 OptionValueProperties::SetPropertyAtIndexAsBoolean (const ExecutionContext *exe_ctx, uint32_t idx, … in SetPropertyAtIndexAsBoolean() function in OptionValueProperties
/external/lldb/source/Target/
DProcess.cpp187 m_collection_sp->SetPropertyAtIndexAsBoolean(NULL, idx, ignore); in SetIgnoreBreakpointsInExpressions()
201 m_collection_sp->SetPropertyAtIndexAsBoolean(NULL, idx, ignore); in SetUnwindOnErrorInExpressions()
215 m_collection_sp->SetPropertyAtIndexAsBoolean(NULL, idx, stop); in SetStopOnSharedLibraryEvents()
229 m_collection_sp->SetPropertyAtIndexAsBoolean(NULL, idx, stop); in SetDetachKeepsStopped()
DTarget.cpp2553 m_collection_sp->SetPropertyAtIndexAsBoolean (NULL, idx, b); in SetDisableASLR()
2567 m_collection_sp->SetPropertyAtIndexAsBoolean (NULL, idx, b); in SetDisableSTDIO()
/external/lldb/source/Core/
DDebugger.cpp310 return m_collection_sp->SetPropertyAtIndexAsBoolean (NULL, idx, b); in SetUseExternalEditor()
324 bool ret = m_collection_sp->SetPropertyAtIndexAsBoolean (NULL, idx, b); in SetUseColor()