Searched refs:SetPropertyAtIndexAsBoolean (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueProperties.h | 138 bool SetPropertyAtIndexAsBoolean(const ExecutionContext *exe_ctx,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Debugger.cpp | 462 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 D | Target.cpp | 3677 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 D | Process.cpp | 233 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 D | Platform.cpp | 106 return m_collection_sp->SetPropertyAtIndexAsBoolean( in SetUseModuleCache()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 333 bool OptionValueProperties::SetPropertyAtIndexAsBoolean( in SetPropertyAtIndexAsBoolean() function in OptionValueProperties
|
| H A D | CommandInterpreter.cpp | 160 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()
|