Home
last modified time | relevance | path

Searched defs:GetStackFrames (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedThreadInterface.h38 virtual StructuredData::ArraySP GetStackFrames() { return {}; } in GetStackFrames() function
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPythonInterface.cpp100 StructuredData::ArraySP ScriptedThreadPythonInterface::GetStackFrames() { in GetStackFrames() function in ScriptedThreadPythonInterface