Home
last modified time | relevance | path

Searched refs:eStructuredDataTypeString (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h131 return ((m_type == lldb::eStructuredDataTypeString) in GetAsString()
352 String() : Object(lldb::eStructuredDataTypeString) {} in String()
354 : Object(lldb::eStructuredDataTypeString), m_value(S) {} in String()
/openbsd-src/gnu/llvm/lldb/examples/python/scripted_process/
H A Dcrashlog_scripted_process.py76 if crashlog_path.GetType() == lldb.eStructuredDataTypeString:
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h807 eStructuredDataTypeString, enumerator
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp1825 if (name && name->GetType() == eStructuredDataTypeString && id && in GetDescription()
1842 breadcrumb_text->GetType() == eStructuredDataTypeString) { in GetDescription()
1863 message_text->GetType() == eStructuredDataTypeString) { in GetDescription()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp1169 case lldb::eStructuredDataTypeString: { in FilterAndGetValueForKey()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp461 if (node->GetType() == eStructuredDataTypeString) { in GetInfoItemByPathAsString()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst1069 .. py:data:: eStructuredDataTypeString
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp1016 } else if (value->GetType() == eStructuredDataTypeString) { in FormatThreadExtendedInfoRecurse()