Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
DOptionValueProperties.h183 SetPropertyAtIndexAsBoolean (const ExecutionContext *exe_ctx, uint32_t idx, bool new_value);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DOptionValueProperties.cpp363 OptionValueProperties::SetPropertyAtIndexAsBoolean (const ExecutionContext *exe_ctx, uint32_t idx, … in SetPropertyAtIndexAsBoolean() function in OptionValueProperties
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DProcess.cpp195 m_collection_sp->SetPropertyAtIndexAsBoolean(NULL, idx, ignore); in SetIgnoreBreakpointsInExpressions()
209 m_collection_sp->SetPropertyAtIndexAsBoolean(NULL, idx, ignore); in SetUnwindOnErrorInExpressions()
223 m_collection_sp->SetPropertyAtIndexAsBoolean(NULL, idx, stop); in SetStopOnSharedLibraryEvents()
237 m_collection_sp->SetPropertyAtIndexAsBoolean(NULL, idx, stop); in SetDetachKeepsStopped()
DTarget.cpp2844 m_collection_sp->SetPropertyAtIndexAsBoolean (NULL, idx, b); in SetDisableASLR()
2858 m_collection_sp->SetPropertyAtIndexAsBoolean (NULL, idx, b); in SetDisableSTDIO()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DDebugger.cpp303 return m_collection_sp->SetPropertyAtIndexAsBoolean (NULL, idx, b); in SetUseExternalEditor()
317 bool ret = m_collection_sp->SetPropertyAtIndexAsBoolean (NULL, idx, b); in SetUseColor()