Home
last modified time | relevance | path

Searched refs:eStructuredDataTypeBoolean (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h120 return ((m_type == lldb::eStructuredDataTypeBoolean) in GetAsBoolean()
334 : Object(lldb::eStructuredDataTypeBoolean), m_value(b) {} in Object() argument
/openbsd-src/gnu/llvm/lldb/examples/python/scripted_process/
H A Dcrashlog_scripted_process.py85 if load_all_images.GetType() == lldb.eStructuredDataTypeBoolean:
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h806 eStructuredDataTypeBoolean, enumerator
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp1166 case lldb::eStructuredDataTypeBoolean: in FilterAndGetValueForKey()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp473 if (node->GetType() == eStructuredDataTypeBoolean) { in GetInfoItemByPathAsString()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst1068 .. py:data:: eStructuredDataTypeBoolean