Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h399 std::string m_python_class; variable
407 m_python_class = pclass; in SyntheticChildren()
412 const char *GetPythonClassName() { return m_python_class.c_str(); } in GetPythonClassName()
417 m_python_class.assign(fname); in SetPythonClassName()
454 std::string m_python_class;
465 new FrontEnd(m_python_class, backend)); in GetFrontEnd()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp160 : SyntheticChildrenFrontEnd(backend), m_python_class(pclass), in FrontEnd()
174 m_python_class.c_str(), backend.GetSP()); in FrontEnd()
248 m_python_class.c_str()); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h80 std::string m_python_class; variable
91 const char *GetPythonClassName() { return m_python_class.c_str(); } in GetPythonClassName()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp28 : m_interpreter(interpreter), m_python_class(pclass) { in ScriptedStackFrameRecognizer()
30 m_interpreter->CreateFrameRecognizer(m_python_class.c_str()); in ScriptedStackFrameRecognizer()