Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameRecognizer.cpp34 m_interpreter->CreateFrameRecognizer(m_python_class.c_str()); in ScriptedStackFrameRecognizer()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h173 CreateFrameRecognizer(const char *class_name) { in CreateFrameRecognizer() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h237 CreateFrameRecognizer(const char *class_name) override;
H A DScriptInterpreterPython.cpp1510 StructuredData::GenericSP ScriptInterpreterPython::CreateFrameRecognizer( in CreateFrameRecognizer() function in ScriptInterpreterPython