Home
last modified time | relevance | path

Searched refs:GetExtendedInfo (Results 1 – 10 of 10) 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/include/lldb/Interpreter/
H A DScriptedProcessInterface.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPythonInterface.cpp135 StructuredData::ArraySP ScriptedThreadPythonInterface::GetExtendedInfo() { in GetExtendedInfo() function in ScriptedThreadPythonInterface
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h106 StructuredData::ObjectSP GetExtendedInfo() { return m_extended_info; } in GetExtendedInfo() function
H A DThread.h273 StructuredData::ObjectSP GetExtendedInfo() { in GetExtendedInfo() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp291 StructuredData::ObjectSP info = stop_info->GetExtendedInfo(); in GetStopReasonExtendedInfoAsJSON()
315 StructuredData::ObjectSP info = stop_info->GetExtendedInfo(); in GetStopReasonExtendedBacktraces()
454 StructuredData::ObjectSP info_root_sp = thread->GetExtendedInfo(); in GetInfoItemByPathAsString()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp363 StructuredData::ArraySP extended_info_sp = GetInterface()->GetExtendedInfo(); in FetchThreadExtendedInfo()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1799 StructuredData::ObjectSP thread_info = GetExtendedInfo(); in GetDescription()
1808 StructuredData::ObjectSP stop_info = m_stop_info_sp->GetExtendedInfo(); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1449 StructuredData::ObjectSP object_sp = thread->GetExtendedInfo(); in Format()