Searched refs:SetPropertyAtIndexAsBoolean (Results 1 – 5 of 5) sorted by relevance
/external/lldb/include/lldb/Interpreter/ |
D | OptionValueProperties.h | 183 SetPropertyAtIndexAsBoolean (const ExecutionContext *exe_ctx, uint32_t idx, bool new_value);
|
/external/lldb/source/Interpreter/ |
D | OptionValueProperties.cpp | 363 OptionValueProperties::SetPropertyAtIndexAsBoolean (const ExecutionContext *exe_ctx, uint32_t idx, … in SetPropertyAtIndexAsBoolean() function in OptionValueProperties
|
/external/lldb/source/Target/ |
D | Process.cpp | 187 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()
|
D | Target.cpp | 2553 m_collection_sp->SetPropertyAtIndexAsBoolean (NULL, idx, b); in SetDisableASLR() 2567 m_collection_sp->SetPropertyAtIndexAsBoolean (NULL, idx, b); in SetDisableSTDIO()
|
/external/lldb/source/Core/ |
D | Debugger.cpp | 310 return m_collection_sp->SetPropertyAtIndexAsBoolean (NULL, idx, b); in SetUseExternalEditor() 324 bool ret = m_collection_sp->SetPropertyAtIndexAsBoolean (NULL, idx, b); in SetUseColor()
|