Home
last modified time | relevance | path

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

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