Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
HDScriptedThreadInterface.h38 virtual StructuredData::ArraySP GetStackFrames() { return {}; } in GetStackFrames() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
HDScriptedThreadPythonInterface.h46 StructuredData::ArraySP GetStackFrames() override;
HDScriptedThreadPythonInterface.cpp100 StructuredData::ArraySP ScriptedThreadPythonInterface::GetStackFrames() { in GetStackFrames() function in ScriptedThreadPythonInterface
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
HDScriptedThread.cpp157 StructuredData::ArraySP arr_sp = GetInterface()->GetStackFrames(); in LoadArtificialStackFrames()