Searched refs:m_python_class (Results 1 – 5 of 5) sorted by relevance
382 std::string m_python_class; variable388 : 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()
133 : 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()
73 std::string m_python_class; variable84 const char *GetPythonClassName() { return m_python_class.c_str(); } in GetPythonClassName()
32 : m_interpreter(interpreter), m_python_class(pclass) { in ScriptedStackFrameRecognizer()34 m_interpreter->CreateFrameRecognizer(m_python_class.c_str()); in ScriptedStackFrameRecognizer()
548 m_python_class.assign(option_arg); in SetOptionValue()618 m_python_class.clear(); in OptionParsingStarting()651 std::string m_python_class; member in CommandObjectBreakpointSet::CommandOptions680 if (!m_options.m_python_class.empty()) in DoExecute()860 bp_sp = target->CreateScriptedBreakpoint(m_options.m_python_class, in DoExecute()