Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h382 std::string m_python_class; variable
388 : SyntheticChildren(flags), m_python_class(), m_python_code() { in SyntheticChildren()
390 m_python_class = pclass; in SyntheticChildren()
395 const char *GetPythonClassName() { return m_python_class.c_str(); } in GetPythonClassName()
400 m_python_class.assign(fname); in SetPythonClassName()
437 std::string m_python_class;
447 new FrontEnd(m_python_class, backend)); in GetFrontEnd()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp133 : SyntheticChildrenFrontEnd(backend), m_python_class(pclass), in FrontEnd()
148 m_python_class.c_str(), backend.GetSP()); in FrontEnd()
218 m_python_class.c_str()); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h73 std::string m_python_class; variable
84 const char *GetPythonClassName() { return m_python_class.c_str(); } in GetPythonClassName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameRecognizer.cpp32 : m_interpreter(interpreter), m_python_class(pclass) { in ScriptedStackFrameRecognizer()
34 m_interpreter->CreateFrameRecognizer(m_python_class.c_str()); in ScriptedStackFrameRecognizer()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp548 m_python_class.assign(option_arg); in SetOptionValue()
618 m_python_class.clear(); in OptionParsingStarting()
651 std::string m_python_class; member in CommandObjectBreakpointSet::CommandOptions
680 if (!m_options.m_python_class.empty()) in DoExecute()
860 bp_sp = target->CreateScriptedBreakpoint(m_options.m_python_class, in DoExecute()