Searched refs:SetPropertyAtIndexAsBoolean (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| D | OptionValueProperties.h | 183 SetPropertyAtIndexAsBoolean (const ExecutionContext *exe_ctx, uint32_t idx, bool new_value);
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/ |
| D | OptionValueProperties.cpp | 363 OptionValueProperties::SetPropertyAtIndexAsBoolean (const ExecutionContext *exe_ctx, uint32_t idx, … in SetPropertyAtIndexAsBoolean() function in OptionValueProperties
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ |
| D | Process.cpp | 195 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()
|
| D | Target.cpp | 2844 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/ |
| D | Debugger.cpp | 303 return m_collection_sp->SetPropertyAtIndexAsBoolean (NULL, idx, b); in SetUseExternalEditor() 317 bool ret = m_collection_sp->SetPropertyAtIndexAsBoolean (NULL, idx, b); in SetUseColor()
|