Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrameRecognizer.cpp30 m_interpreter->CreateFrameRecognizer(m_python_class.c_str()); in ScriptedStackFrameRecognizer()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h241 CreateFrameRecognizer(const char *class_name) { in CreateFrameRecognizer() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h121 CreateFrameRecognizer(const char *class_name) override;
H A DScriptInterpreterPython.cpp1432 ScriptInterpreterPythonImpl::CreateFrameRecognizer(const char *class_name) { in CreateFrameRecognizer() function in ScriptInterpreterPythonImpl