Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h138 bool SetPropertyAtIndexAsBoolean(const ExecutionContext *exe_ctx,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp462 return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetUseExternalEditor()
473 bool ret = m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetUseColor()
537 return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetAutoIndent()
547 return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetPrintDecls()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3677 exp_values->SetPropertyAtIndexAsBoolean(exe_ctx, ePropertyInjectLocalVars, in SetInjectLocalVariables()
3734 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetPreloadSymbols()
3745 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDisableASLR()
3756 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDetachOnError()
3767 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDisableSTDIO()
4037 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDisplayRuntimeSupportValues()
4047 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDisplayRecognizedArguments()
4057 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetNonStopModeEnabled()
4099 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetRequireHardwareBreakpoints()
H A DProcess.cpp233 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, ignore); in SetIgnoreBreakpointsInExpressions()
244 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, ignore); in SetUnwindOnErrorInExpressions()
255 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, stop); in SetStopOnSharedLibraryEvents()
266 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, stop); in SetDetachKeepsStopped()
H A DPlatform.cpp106 return m_collection_sp->SetPropertyAtIndexAsBoolean( in SetUseModuleCache()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueProperties.cpp333 bool OptionValueProperties::SetPropertyAtIndexAsBoolean( in SetPropertyAtIndexAsBoolean() function in OptionValueProperties
H A DCommandInterpreter.cpp160 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetPromptOnQuit()
171 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetEchoCommands()
182 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetEchoCommentCommands()