Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptedThreadPythonInterface.h47 StructuredData::ArraySP GetExtendedInfo() override;
DScriptedThreadPythonInterface.cpp148 StructuredData::ArraySP ScriptedThreadPythonInterface::GetExtendedInfo() { in GetExtendedInfo() function in ScriptedThreadPythonInterface
/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DScriptedProcessInterface.h106 virtual StructuredData::ArraySP GetExtendedInfo() { return {}; } in GetExtendedInfo() function
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DStopInfo.h101 StructuredData::ObjectSP GetExtendedInfo() { return m_extended_info; } in GetExtendedInfo() function
DThread.h273 StructuredData::ObjectSP GetExtendedInfo() { in GetExtendedInfo() function
/openbsd/src/gnu/llvm/lldb/source/API/
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()
/openbsd/src/gnu/llvm/lldb/source/Target/
DThread.cpp1793 StructuredData::ObjectSP thread_info = GetExtendedInfo(); in GetDescription()
1802 StructuredData::ObjectSP stop_info = m_stop_info_sp->GetExtendedInfo(); in GetDescription()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
DSystemRuntimeMacOSX.cpp507 real_thread->GetExtendedInfo(); in GetExtendedBacktraceThread()
/openbsd/src/gnu/llvm/lldb/source/Core/
DFormatEntity.cpp1394 StructuredData::ObjectSP object_sp = thread->GetExtendedInfo(); in Format()