| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | StructuredDataImpl.h | 139 bool GetBooleanValue(bool fail_value = false) const { 140 return (m_data_sp ? m_data_sp->GetBooleanValue(fail_value) : fail_value);
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBStructuredData.cpp | 177 bool SBStructuredData::GetBooleanValue(bool fail_value) const { in GetBooleanValue() function in SBStructuredData 180 return m_impl_up->GetBooleanValue(fail_value); in GetBooleanValue()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptedProcessPythonInterface.cpp | 74 return obj->GetBooleanValue(); in ShouldStop() 172 return obj->GetBooleanValue(); in IsAlive()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBStructuredData.i | 49 bool GetBooleanValue(bool fail_value = false) const;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBStructuredData.h | 73 bool GetBooleanValue(bool fail_value = false) const;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 735 suppress = object_sp->GetBooleanValue(); in GetRemoteUnixSignals() 740 stop = object_sp->GetBooleanValue(); in GetRemoteUnixSignals() 745 notify = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderMacOS.cpp | 578 if (!info_dict->GetValueForKey("no_shared_cache")->GetBooleanValue()) in GetSharedCacheInformation() 583 ->GetBooleanValue()) in GetSharedCacheInformation()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 953 o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue(); in GenerateThreadName() 955 o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue(); in GenerateThreadName() 961 ->GetBooleanValue()) { in GenerateThreadName()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | OptionValue.h | 265 bool GetBooleanValue(bool fail_value = false) const;
|
| /openbsd-src/gnu/llvm/lldb/examples/python/scripted_process/ |
| H A D | crashlog_scripted_process.py | 86 self.load_all_images = load_all_images.GetBooleanValue()
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | OptionValue.cpp | 274 bool OptionValue::GetBooleanValue(bool fail_value) const { in GetBooleanValue() function in OptionValue
|
| H A D | OptionValueProperties.cpp | 302 return value->GetBooleanValue(fail_value); in GetPropertyAtIndexAsBoolean()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 125 bool GetBooleanValue(bool fail_value = false) {
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | decorators.py | 887 return value_node.GetValueForKey("value").GetBooleanValue(fail_value)
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | JSONUtils.cpp | 1167 out.try_emplace(key_utf8, value.GetBooleanValue()); in FilterAndGetValueForKey()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1981 bool associated = object->GetBooleanValue(); in SetThreadStopInfo()
|