Home
last modified time | relevance | path

Searched refs:GetBooleanValue (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DStructuredDataImpl.h139 bool GetBooleanValue(bool fail_value = false) const {
140 return (m_data_sp ? m_data_sp->GetBooleanValue(fail_value) : fail_value);
/openbsd/gnu/llvm/lldb/source/API/
H A DSBStructuredData.cpp177 bool SBStructuredData::GetBooleanValue(bool fail_value) const { in GetBooleanValue() function in SBStructuredData
180 return m_impl_up->GetBooleanValue(fail_value); in GetBooleanValue()
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp74 return obj->GetBooleanValue(); in ShouldStop()
172 return obj->GetBooleanValue(); in IsAlive()
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBStructuredData.i49 bool GetBooleanValue(bool fail_value = false) const;
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBStructuredData.h73 bool GetBooleanValue(bool fail_value = false) const;
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp735 suppress = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()
740 stop = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()
745 notify = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp578 if (!info_dict->GetValueForKey("no_shared_cache")->GetBooleanValue()) in GetSharedCacheInformation()
583 ->GetBooleanValue()) in GetSharedCacheInformation()
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp953 o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue(); in GenerateThreadName()
955 o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue(); in GenerateThreadName()
961 ->GetBooleanValue()) { in GenerateThreadName()
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h265 bool GetBooleanValue(bool fail_value = false) const;
/openbsd/gnu/llvm/lldb/examples/python/scripted_process/
H A Dcrashlog_scripted_process.py86 self.load_all_images = load_all_images.GetBooleanValue()
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DOptionValue.cpp274 bool OptionValue::GetBooleanValue(bool fail_value) const { in GetBooleanValue() function in OptionValue
H A DOptionValueProperties.cpp302 return value->GetBooleanValue(fail_value); in GetPropertyAtIndexAsBoolean()
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h125 bool GetBooleanValue(bool fail_value = false) {
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py887 return value_node.GetValueForKey("value").GetBooleanValue(fail_value)
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp1167 out.try_emplace(key_utf8, value.GetBooleanValue()); in FilterAndGetValueForKey()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1981 bool associated = object->GetBooleanValue(); in SetThreadStopInfo()