Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp30 m_interpreter->CreateFrameRecognizer(m_python_class.c_str()); in ScriptedStackFrameRecognizer()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h243 CreateFrameRecognizer(const char *class_name) { in CreateFrameRecognizer() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h129 CreateFrameRecognizer(const char *class_name) override;
H A DScriptInterpreterPython.cpp1470 ScriptInterpreterPythonImpl::CreateFrameRecognizer(const char *class_name) { in CreateFrameRecognizer() function in ScriptInterpreterPythonImpl