Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3529 if (GetPropertyAtIndexAsBoolean( in GetHostEnvironmentIfNeeded()
3664 return exp_values->GetPropertyAtIndexAsBoolean( in GetInjectLocalVariables()
3687 return exp_values->GetPropertyAtIndexAsBoolean( in GetUseModernTypeLookup()
3710 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetMoveToNearestCode()
3728 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetPreloadSymbols()
3739 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDisableASLR()
3750 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDetachOnError()
3761 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDisableSTDIO()
3827 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetSkipPrologue()
3869 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEnableAutoImportClangModules()
[all …]
H A DThread.cpp151 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetTraceEnabledState()
157 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStepInAvoidsNoDebug()
163 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStepOutAvoidsNoDebug()
H A DProcess.cpp193 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDisableMemoryCache()
227 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetIgnoreBreakpointsInExpressions()
238 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUnwindOnErrorInExpressions()
249 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStopOnSharedLibraryEvents()
260 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDetachKeepsStopped()
271 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetWarningsOptimization()
277 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStopOnExec()
H A DPlatform.cpp101 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseModuleCache()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp374 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetAutoConfirm()
395 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetNotifyVoid()
456 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseExternalEditor()
467 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseColor()
480 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetHighlightSource()
522 return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true); in GetAutoOneLineSummaries()
527 return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true); in GetEscapeNonPrintables()
532 return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true); in GetAutoIndent()
542 return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true); in GetPrintDecls()
H A DModuleList.cpp101 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEnableExternalLookup()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h135 bool GetPropertyAtIndexAsBoolean(const ExecutionContext *exe_ctx,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp148 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetExpandRegexAliases()
154 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetPromptOnQuit()
165 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEchoCommands()
176 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEchoCommentCommands()
216 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStopCmdSourceOnError()
222 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetSpaceReplPrompts()
H A DOptionValueProperties.cpp322 bool OptionValueProperties::GetPropertyAtIndexAsBoolean( in GetPropertyAtIndexAsBoolean() function in OptionValueProperties
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp79 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEnableJITBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp156 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEnableOnStartup()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp147 return m_collection_sp->GetPropertyAtIndexAsBoolean( in IgnoreFileIndexes()