Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DDebugger.cpp333 return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetUseExternalEditor()
344 bool ret = m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetUseColor()
363 bool ret = m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetUseSourceCache()
438 return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetAutoIndent()
448 return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetPrintDecls()
DModuleList.cpp96 return m_collection_sp->SetPropertyAtIndexAsBoolean( in SetEnableExternalLookup()
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueProperties.h124 bool SetPropertyAtIndexAsBoolean(const ExecutionContext *exe_ctx,
/external/llvm-project/lldb/source/Target/
DTarget.cpp3744 exp_values->SetPropertyAtIndexAsBoolean(exe_ctx, ePropertyInjectLocalVars, in SetInjectLocalVariables()
3789 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetPreloadSymbols()
3800 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDisableASLR()
3811 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetInheritTCC()
3822 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDetachOnError()
3833 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDisableSTDIO()
4160 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDisplayRuntimeSupportValues()
4170 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDisplayRecognizedArguments()
4180 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetNonStopModeEnabled()
4224 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetRequireHardwareBreakpoints()
DProcess.cpp220 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, ignore); in SetIgnoreBreakpointsInExpressions()
231 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, ignore); in SetUnwindOnErrorInExpressions()
242 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, stop); in SetStopOnSharedLibraryEvents()
253 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, stop); in SetDetachKeepsStopped()
306 exp_values->SetPropertyAtIndexAsBoolean( in SetOSPluginReportsAllThreads()
DPlatform.cpp105 return m_collection_sp->SetPropertyAtIndexAsBoolean( in SetUseModuleCache()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp149 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, enable); in SetPromptOnQuit()
160 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, enable); in SetSaveSessionOnQuit()
171 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, enable); in SetEchoCommands()
182 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, enable); in SetEchoCommentCommands()
DOptionValueProperties.cpp299 bool OptionValueProperties::SetPropertyAtIndexAsBoolean( in SetPropertyAtIndexAsBoolean() function in OptionValueProperties