Searched refs:SetPropertyAtIndexAsBoolean (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Debugger.cpp | 366 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 D | ModuleList.cpp | 105 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 D | OptionValueProperties.h | 129 bool SetPropertyAtIndexAsBoolean(const ExecutionContext *exe_ctx,
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Target.cpp | 4045 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 D | Process.cpp | 242 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 D | Platform.cpp | 106 return m_collection_sp->SetPropertyAtIndexAsBoolean( in SetUseModuleCache()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 155 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 D | OptionValueProperties.cpp | 301 bool OptionValueProperties::SetPropertyAtIndexAsBoolean( in SetPropertyAtIndexAsBoolean() function in OptionValueProperties
|