Searched refs:SetPropertyAtIndexAsBoolean (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 340 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 D | ModuleList.cpp | 97 return m_collection_sp->SetPropertyAtIndexAsBoolean( in SetEnableExternalLookup()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueProperties.h | 126 bool SetPropertyAtIndexAsBoolean(const ExecutionContext *exe_ctx,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 3823 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 D | Process.cpp | 228 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 D | Platform.cpp | 105 return m_collection_sp->SetPropertyAtIndexAsBoolean( in SetUseModuleCache()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 149 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 D | OptionValueProperties.cpp | 289 bool OptionValueProperties::SetPropertyAtIndexAsBoolean( in SetPropertyAtIndexAsBoolean() function in OptionValueProperties
|