Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.h
H A DScriptedThreadPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPythonInterface.h53 StructuredData::ArraySP GetExtendedInfo() override;
H A DScriptedThreadPythonInterface.cpp135 StructuredData::ArraySP ScriptedThreadPythonInterface::GetExtendedInfo() { in GetExtendedInfo() function in ScriptedThreadPythonInterface
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h119 StructuredData::ObjectSP GetExtendedInfo() { return m_extended_info; } in GetExtendedInfo() function
H A DThread.h278 StructuredData::ObjectSP GetExtendedInfo() { in GetExtendedInfo() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp299 StructuredData::ObjectSP info = stop_info->GetExtendedInfo(); in GetStopReasonExtendedInfoAsJSON()
323 StructuredData::ObjectSP info = stop_info->GetExtendedInfo(); in GetStopReasonExtendedBacktraces()
462 StructuredData::ObjectSP info_root_sp = thread->GetExtendedInfo(); in GetInfoItemByPathAsString()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp374 StructuredData::ArraySP extended_info_sp = GetInterface()->GetExtendedInfo(); in FetchThreadExtendedInfo()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1844 StructuredData::ObjectSP thread_info = GetExtendedInfo(); in GetDescription()
1853 StructuredData::ObjectSP stop_info = m_stop_info_sp->GetExtendedInfo(); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1585 StructuredData::ObjectSP object_sp = thread->GetExtendedInfo(); in Format()