Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DStopInfo.h101 StructuredData::ObjectSP GetExtendedInfo() { return m_extended_info; } in GetExtendedInfo() function
DThread.h273 StructuredData::ObjectSP GetExtendedInfo() { in GetExtendedInfo() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBThread.cpp295 StructuredData::ObjectSP info = stop_info->GetExtendedInfo(); in GetStopReasonExtendedInfoAsJSON()
321 StructuredData::ObjectSP info = stop_info->GetExtendedInfo(); in GetStopReasonExtendedBacktraces()
464 StructuredData::ObjectSP info_root_sp = thread->GetExtendedInfo(); in GetInfoItemByPathAsString()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DThread.cpp1773 StructuredData::ObjectSP thread_info = GetExtendedInfo(); in GetDescription()
1782 StructuredData::ObjectSP stop_info = m_stop_info_sp->GetExtendedInfo(); in GetDescription()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DFormatEntity.cpp1336 StructuredData::ObjectSP object_sp = thread->GetExtendedInfo(); in Format()