Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.h41 StructuredData::ArraySP GetStackFrames() override;
H A DScriptedThreadPythonInterface.cpp116 StructuredData::ArraySP ScriptedThreadPythonInterface::GetStackFrames() { in GetStackFrames() function in ScriptedThreadPythonInterface
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h98 virtual StructuredData::ArraySP GetStackFrames() { return {}; } in GetStackFrames() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp153 StructuredData::ArraySP arr_sp = GetInterface()->GetStackFrames(); in LoadArtificialStackFrames()