Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStopInfo.h101 StructuredData::ObjectSP GetExtendedInfo() { return m_extended_info; } in GetExtendedInfo() function
H A DThread.h272 StructuredData::ObjectSP GetExtendedInfo() { in GetExtendedInfo() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBThread.cpp291 StructuredData::ObjectSP info = stop_info->GetExtendedInfo(); in GetStopReasonExtendedInfoAsJSON()
315 StructuredData::ObjectSP info = stop_info->GetExtendedInfo(); in GetStopReasonExtendedBacktraces()
456 StructuredData::ObjectSP info_root_sp = thread->GetExtendedInfo(); in GetInfoItemByPathAsString()
/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp1766 StructuredData::ObjectSP thread_info = GetExtendedInfo(); in GetDescription()
1775 StructuredData::ObjectSP stop_info = m_stop_info_sp->GetExtendedInfo(); in GetDescription()
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp1335 StructuredData::ObjectSP object_sp = thread->GetExtendedInfo(); in Format()