Home
last modified time | relevance | path

Searched refs:GetExtendedInfo (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStopInfo.h101 StructuredData::ObjectSP GetExtendedInfo() { return m_extended_info; } in GetExtendedInfo() function
H A DThread.h282 StructuredData::ObjectSP GetExtendedInfo() { in GetExtendedInfo() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp282 StructuredData::ObjectSP info = stop_info->GetExtendedInfo(); in GetStopReasonExtendedInfoAsJSON()
305 StructuredData::ObjectSP info = stop_info->GetExtendedInfo(); in GetStopReasonExtendedBacktraces()
556 StructuredData::ObjectSP info_root_sp = thread->GetExtendedInfo(); in GetInfoItemByPathAsString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp1968 StructuredData::ObjectSP thread_info = GetExtendedInfo(); in GetDescription()
1977 StructuredData::ObjectSP stop_info = m_stop_info_sp->GetExtendedInfo(); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp1348 StructuredData::ObjectSP object_sp = thread->GetExtendedInfo(); in Format()