Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp366 return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetUseExternalEditor()
377 bool ret = m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetUseColor()
390 return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, in SetShowProgress()
428 bool ret = m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetUseSourceCache()
503 return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetAutoIndent()
513 return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetPrintDecls()
H A DModuleList.cpp105 return m_collection_sp->SetPropertyAtIndexAsBoolean( in SetEnableExternalLookup()
140 return m_collection_sp->SetPropertyAtIndexAsBoolean( in SetEnableLLDBIndexCache()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h129 bool SetPropertyAtIndexAsBoolean(const ExecutionContext *exe_ctx,
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4045 exp_values->SetPropertyAtIndexAsBoolean(exe_ctx, ePropertyInjectLocalVars, in SetInjectLocalVariables()
4090 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetPreloadSymbols()
4101 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDisableASLR()
4112 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetInheritTCC()
4123 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDetachOnError()
4134 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDisableSTDIO()
4548 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDisplayRuntimeSupportValues()
4558 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDisplayRecognizedArguments()
4601 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetRequireHardwareBreakpoints()
4675 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, debug); in SetDebugUtilityExpression()
H A DProcess.cpp242 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, ignore); in SetIgnoreBreakpointsInExpressions()
253 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, ignore); in SetUnwindOnErrorInExpressions()
264 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, stop); in SetStopOnSharedLibraryEvents()
275 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, disable); in SetDisableLangRuntimeUnwindPlans()
287 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, stop); in SetDetachKeepsStopped()
347 exp_values->SetPropertyAtIndexAsBoolean( in SetOSPluginReportsAllThreads()
H A DPlatform.cpp106 return m_collection_sp->SetPropertyAtIndexAsBoolean( in SetUseModuleCache()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp155 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, enable); in SetPromptOnQuit()
166 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, enable); in SetSaveSessionOnQuit()
187 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, enable); in SetEchoCommands()
198 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, enable); in SetEchoCommentCommands()
H A DOptionValueProperties.cpp301 bool OptionValueProperties::SetPropertyAtIndexAsBoolean( in SetPropertyAtIndexAsBoolean() function in OptionValueProperties