Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DStackFrameRecognizer.cpp30 m_interpreter->CreateFrameRecognizer(m_python_class.c_str()); in ScriptedStackFrameRecognizer()
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h207 CreateFrameRecognizer(const char *class_name) { in CreateFrameRecognizer() function
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h117 CreateFrameRecognizer(const char *class_name) override;
DScriptInterpreterPython.cpp1491 ScriptInterpreterPythonImpl::CreateFrameRecognizer(const char *class_name) { in CreateFrameRecognizer() function in ScriptInterpreterPythonImpl