Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp340 return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetUseExternalEditor()
351 bool ret = m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetUseColor()
370 bool ret = m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetUseSourceCache()
445 return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetAutoIndent()
455 return m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetPrintDecls()
H A DModuleList.cpp97 return m_collection_sp->SetPropertyAtIndexAsBoolean( in SetEnableExternalLookup()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h126 bool SetPropertyAtIndexAsBoolean(const ExecutionContext *exe_ctx,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3823 exp_values->SetPropertyAtIndexAsBoolean(exe_ctx, ePropertyInjectLocalVars, in SetInjectLocalVariables()
3868 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetPreloadSymbols()
3879 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDisableASLR()
3890 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetInheritTCC()
3901 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDetachOnError()
3912 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDisableSTDIO()
4239 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDisplayRuntimeSupportValues()
4249 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetDisplayRecognizedArguments()
4259 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetNonStopModeEnabled()
4302 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, b); in SetRequireHardwareBreakpoints()
[all …]
H A DProcess.cpp228 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, ignore); in SetIgnoreBreakpointsInExpressions()
239 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, ignore); in SetUnwindOnErrorInExpressions()
250 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, stop); in SetStopOnSharedLibraryEvents()
261 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, disable); in SetDisableLangRuntimeUnwindPlans()
273 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, stop); in SetDetachKeepsStopped()
333 exp_values->SetPropertyAtIndexAsBoolean( in SetOSPluginReportsAllThreads()
H A DPlatform.cpp105 return m_collection_sp->SetPropertyAtIndexAsBoolean( in SetUseModuleCache()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp149 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, enable); in SetPromptOnQuit()
160 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, enable); in SetSaveSessionOnQuit()
181 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, enable); in SetEchoCommands()
192 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, enable); in SetEchoCommentCommands()
H A DOptionValueProperties.cpp289 bool OptionValueProperties::SetPropertyAtIndexAsBoolean( in SetPropertyAtIndexAsBoolean() function in OptionValueProperties