Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp267 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetAutoConfirm()
294 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetNotifyVoid()
367 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseExternalEditor()
378 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseColor()
391 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetShowProgress()
413 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseAutosuggestion()
429 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseSourceCache()
443 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetHighlightSource()
495 return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true); in GetAutoOneLineSummaries()
500 return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true); in GetEscapeNonPrintables()
[all …]
H A DModuleList.cpp100 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEnableExternalLookup()
111 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEnableBackgroundLookup()
141 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEnableLLDBIndexCache()
191 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetLoadSymbolOnDemand()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4129 return exp_values->GetPropertyAtIndexAsBoolean( in GetInjectLocalVariables()
4163 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetMoveToNearestCode()
4181 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetPreloadSymbols()
4192 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDisableASLR()
4203 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetInheritTCC()
4214 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDetachOnError()
4225 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDisableSTDIO()
4278 m_collection_sp->GetPropertyAtIndexAsBoolean( in ComputeEnvironment()
4313 if (!m_collection_sp->GetPropertyAtIndexAsBoolean( in GetInheritedEnvironment()
4354 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetSkipPrologue()
[all …]
H A DProcess.cpp193 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDisableMemoryCache()
237 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetIgnoreBreakpointsInExpressions()
248 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUnwindOnErrorInExpressions()
259 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStopOnSharedLibraryEvents()
270 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDisableLangRuntimeUnwindPlans()
282 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetDetachKeepsStopped()
293 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetWarningsOptimization()
299 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetWarningsUnsupportedLanguage()
305 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStopOnExec()
325 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetSteppingRunsAllThreads()
[all …]
H A DThread.cpp129 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetTraceEnabledState()
135 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStepInAvoidsNoDebug()
141 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStepOutAvoidsNoDebug()
H A DPlatform.cpp102 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseModuleCache()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp149 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetExpandRegexAliases()
155 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetPromptOnQuit()
166 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetSaveSessionOnQuit()
177 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetOpenTranscriptInEditor()
198 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEchoCommands()
209 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEchoCommentCommands()
249 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetStopCmdSourceOnError()
255 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetSpaceReplPrompts()
261 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetRepeatPreviousCommand()
267 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetRequireCommandOverwrite()
H A DOptionValueProperties.cpp296 bool OptionValueProperties::GetPropertyAtIndexAsBoolean( in GetPropertyAtIndexAsBoolean() function in OptionValueProperties
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h128 bool GetPropertyAtIndexAsBoolean(const ExecutionContext *exe_ctx,
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp115 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetLoadKexts()
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp134 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetEnableOnStartup()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp159 return m_collection_sp->GetPropertyAtIndexAsBoolean( in GetUseSVR4()
166 return m_collection_sp->GetPropertyAtIndexAsBoolean(nullptr, idx, true); in GetUseGPacketForReading()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp128 return m_collection_sp->GetPropertyAtIndexAsBoolean( in IgnoreFileIndexes()