Searched refs:SetPropertyAtIndexAsBoolean (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | Debugger.cpp | 373 return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetUseExternalEditor() 384 bool ret = m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetUseColor() 397 return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, in SetShowProgress() 435 bool ret = m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetUseSourceCache() 510 return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetAutoIndent() 520 return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetPrintDecls()
|
H A D | ModuleList.cpp | 105 return m_collection_sp->SetPropertyAtIndexAsBoolean( in SetEnableExternalLookup() 146 return m_collection_sp->SetPropertyAtIndexAsBoolean( in SetEnableLLDBIndexCache()
|
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/ |
H A D | OptionValueProperties.h | 131 bool SetPropertyAtIndexAsBoolean(const ExecutionContext *exe_ctx,
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | Target.cpp | 4142 exp_values->SetPropertyAtIndexAsBoolean(exe_ctx, ePropertyInjectLocalVars, in SetInjectLocalVariables() 4187 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetPreloadSymbols() 4198 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDisableASLR() 4209 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetInheritTCC() 4220 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDetachOnError() 4231 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDisableSTDIO() 4651 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDisplayRuntimeSupportValues() 4661 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDisplayRecognizedArguments() 4704 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetRequireHardwareBreakpoints() 4778 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, debug); in SetDebugUtilityExpression()
|
H A D | Process.cpp | 243 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, ignore); in SetIgnoreBreakpointsInExpressions() 254 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, ignore); in SetUnwindOnErrorInExpressions() 265 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, stop); in SetStopOnSharedLibraryEvents() 276 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, disable); in SetDisableLangRuntimeUnwindPlans() 288 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, stop); in SetDetachKeepsStopped() 348 exp_values->SetPropertyAtIndexAsBoolean( in SetOSPluginReportsAllThreads()
|
H A D | Platform.cpp | 107 return m_collection_sp->SetPropertyAtIndexAsBoolean( in SetUseModuleCache()
|
/openbsd/gnu/llvm/lldb/source/Interpreter/ |
H A D | CommandInterpreter.cpp | 161 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, enable); in SetPromptOnQuit() 172 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, enable); in SetSaveSessionOnQuit() 183 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, enable); in SetOpenTranscriptInEditor() 204 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, enable); in SetEchoCommands() 215 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, enable); in SetEchoCommentCommands()
|
H A D | OptionValueProperties.cpp | 307 bool OptionValueProperties::SetPropertyAtIndexAsBoolean( in SetPropertyAtIndexAsBoolean() function in OptionValueProperties
|