Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp255 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetAutoConfirm()
282 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetNotifyVoid()
360 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseExternalEditor()
371 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseColor()
384 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetShowProgress()
406 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseAutosuggestion()
422 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseSourceCache()
436 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetHighlightSource()
488 return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true); in GetAutoOneLineSummaries()
493 return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true); in GetEscapeNonPrintables()
[all …]
H A DModuleList.cpp100 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEnableExternalLookup()
135 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEnableLLDBIndexCache()
185 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetLoadSymbolOnDemand()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4032 return exp_values->GetPropertyAtIndexAsBoolean( in GetInjectLocalVariables()
4066 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetMoveToNearestCode()
4084 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetPreloadSymbols()
4095 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDisableASLR()
4106 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetInheritTCC()
4117 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDetachOnError()
4128 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDisableSTDIO()
4181 m_collection_sp->GetPropertyAtIndexAsBoolean( in ComputeEnvironment()
4216 if (!m_collection_sp->GetPropertyAtIndexAsBoolean( in GetInheritedEnvironment()
4257 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetSkipPrologue()
[all …]
H A DProcess.cpp192 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDisableMemoryCache()
236 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetIgnoreBreakpointsInExpressions()
247 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUnwindOnErrorInExpressions()
258 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStopOnSharedLibraryEvents()
269 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDisableLangRuntimeUnwindPlans()
281 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDetachKeepsStopped()
292 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetWarningsOptimization()
298 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetWarningsUnsupportedLanguage()
304 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStopOnExec()
324 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetSteppingRunsAllThreads()
[all …]
H A DThread.cpp128 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetTraceEnabledState()
134 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStepInAvoidsNoDebug()
140 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStepOutAvoidsNoDebug()
H A DPlatform.cpp101 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseModuleCache()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp143 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetExpandRegexAliases()
149 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetPromptOnQuit()
160 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetSaveSessionOnQuit()
181 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEchoCommands()
192 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEchoCommentCommands()
232 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStopCmdSourceOnError()
238 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetSpaceReplPrompts()
244 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetRepeatPreviousCommand()
250 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetRequireCommandOverwrite()
H A DOptionValueProperties.cpp290 bool OptionValueProperties::GetPropertyAtIndexAsBoolean( in GetPropertyAtIndexAsBoolean() function in OptionValueProperties
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h126 bool GetPropertyAtIndexAsBoolean(const ExecutionContext *exe_ctx,
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp115 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetLoadKexts()
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp134 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEnableOnStartup()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp158 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseSVR4()
165 return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true); in GetUseGPacketForReading()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp128 return m_collection_sp->GetPropertyAtIndexAsBoolean( in IgnoreFileIndexes()