Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp373 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 DModuleList.cpp105 return m_collection_sp->SetPropertyAtIndexAsBoolean( in SetEnableExternalLookup()
146 return m_collection_sp->SetPropertyAtIndexAsBoolean( in SetEnableLLDBIndexCache()
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h131 bool SetPropertyAtIndexAsBoolean(const ExecutionContext *exe_ctx,
/openbsd/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4142 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 DProcess.cpp243 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 DPlatform.cpp107 return m_collection_sp->SetPropertyAtIndexAsBoolean( in SetUseModuleCache()
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp161 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 DOptionValueProperties.cpp307 bool OptionValueProperties::SetPropertyAtIndexAsBoolean( in SetPropertyAtIndexAsBoolean() function in OptionValueProperties