Home
last modified time | relevance | path

Searched refs:GetStackFrames (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.h40 StructuredData::ArraySP GetStackFrames() override;
H A DScriptedThreadPythonInterface.cpp114 StructuredData::ArraySP ScriptedThreadPythonInterface::GetStackFrames() { in GetStackFrames() function in ScriptedThreadPythonInterface
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h95 virtual StructuredData::ArraySP GetStackFrames() { return nullptr; } in GetStackFrames() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp151 StructuredData::ArraySP arr_sp = GetInterface()->GetStackFrames(); in LoadArtificialStackFrames()