Home
last modified time | relevance | path

Searched refs:GetPropertyAtIndexAsBoolean (Results 1 – 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDDebugger.cpp315 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetAutoConfirm()
336 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetNotifyVoid()
397 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseExternalEditor()
408 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseColor()
421 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetHighlightSource()
463 return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true); in GetAutoOneLineSummaries()
468 return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true); in GetEscapeNonPrintables()
473 return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true); in GetAutoIndent()
483 return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true); in GetPrintDecls()
HDModuleList.cpp88 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEnableExternalLookup()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp3403 if (GetPropertyAtIndexAsBoolean( in GetHostEnvironmentIfNeeded()
3525 return exp_values->GetPropertyAtIndexAsBoolean( in GetInjectLocalVariables()
3559 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetMoveToNearestCode()
3577 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetPreloadSymbols()
3588 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDisableASLR()
3599 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDetachOnError()
3610 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDisableSTDIO()
3676 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetSkipPrologue()
3727 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEnableAutoImportClangModules()
3733 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEnableImportStdModule()
[all …]
HDThread.cpp134 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetTraceEnabledState()
140 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStepInAvoidsNoDebug()
146 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStepOutAvoidsNoDebug()
HDProcess.cpp148 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDisableMemoryCache()
182 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetIgnoreBreakpointsInExpressions()
193 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUnwindOnErrorInExpressions()
204 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStopOnSharedLibraryEvents()
215 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDetachKeepsStopped()
226 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetWarningsOptimization()
232 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStopOnExec()
HDPlatform.cpp101 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseModuleCache()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValueProperties.h126 bool GetPropertyAtIndexAsBoolean(const ExecutionContext *exe_ctx,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp131 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetExpandRegexAliases()
137 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetPromptOnQuit()
148 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEchoCommands()
159 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEchoCommentCommands()
199 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStopCmdSourceOnError()
205 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetSpaceReplPrompts()
HDOptionValueProperties.cpp320 bool OptionValueProperties::GetPropertyAtIndexAsBoolean( in GetPropertyAtIndexAsBoolean() function in OptionValueProperties
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
HDStructuredDataDarwinLog.cpp131 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEnableOnStartup()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp155 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseSVR4()
162 return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true); in GetUseGPacketForReading()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp147 return m_collection_sp->GetPropertyAtIndexAsBoolean( in IgnoreFileIndexes()