Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp243 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetAutoConfirm()
270 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetNotifyVoid()
334 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseExternalEditor()
345 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseColor()
358 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseAutosuggestion()
364 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseSourceCache()
378 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetHighlightSource()
430 return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true); in GetAutoOneLineSummaries()
435 return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true); in GetEscapeNonPrintables()
440 return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true); in GetAutoIndent()
[all …]
H A DModuleList.cpp92 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEnableExternalLookup()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3810 return exp_values->GetPropertyAtIndexAsBoolean( in GetInjectLocalVariables()
3844 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetMoveToNearestCode()
3862 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetPreloadSymbols()
3873 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDisableASLR()
3884 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetInheritTCC()
3895 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDetachOnError()
3906 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDisableSTDIO()
3959 m_collection_sp->GetPropertyAtIndexAsBoolean( in ComputeEnvironment()
3996 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetSkipPrologue()
4047 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEnableAutoImportClangModules()
[all …]
H A DProcess.cpp178 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDisableMemoryCache()
222 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetIgnoreBreakpointsInExpressions()
233 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUnwindOnErrorInExpressions()
244 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStopOnSharedLibraryEvents()
255 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDisableLangRuntimeUnwindPlans()
267 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDetachKeepsStopped()
278 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetWarningsOptimization()
284 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetWarningsUnsupportedLanguage()
290 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStopOnExec()
310 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetSteppingRunsAllThreads()
[all …]
H A DThread.cpp127 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetTraceEnabledState()
133 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStepInAvoidsNoDebug()
139 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStepOutAvoidsNoDebug()
H A DPlatform.cpp100 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseModuleCache()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp137 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetExpandRegexAliases()
143 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetPromptOnQuit()
154 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetSaveSessionOnQuit()
175 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEchoCommands()
186 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEchoCommentCommands()
226 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStopCmdSourceOnError()
232 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetSpaceReplPrompts()
238 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetRepeatPreviousCommand()
H A DOptionValueProperties.cpp278 bool OptionValueProperties::GetPropertyAtIndexAsBoolean( in GetPropertyAtIndexAsBoolean() function in OptionValueProperties
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h123 bool GetPropertyAtIndexAsBoolean(const ExecutionContext *exe_ctx,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp133 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEnableOnStartup()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp160 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseSVR4()
167 return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true); in GetUseGPacketForReading()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp143 return m_collection_sp->GetPropertyAtIndexAsBoolean( in IgnoreFileIndexes()