Home
last modified time | relevance | path

Searched refs:m_python_class_options (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp238 m_python_class_options("scripted breakpoint", true, 'P') { in CommandObjectBreakpointSet()
240 m_all_options.Append(&m_python_class_options, in CommandObjectBreakpointSet()
546 if (!m_python_class_options.GetName().empty()) in DoExecute()
702 m_python_class_options.GetName().c_str(), &(m_options.m_modules), in DoExecute()
704 m_python_class_options.GetStructuredData(), &error); in DoExecute()
792 OptionGroupPythonClassWithDict m_python_class_options; member in CommandObjectBreakpointSet
H A DCommandObjectTarget.cpp4669 m_python_class_options("scripted stop-hook", true, 'P') { in CommandObjectTargetStopHookAdd()
4714 m_all_options.Append(&m_python_class_options, in CommandObjectTargetStopHookAdd()
4773 target.CreateStopHook(m_python_class_options.GetName().empty() ? in DoExecute()
4850 } else if (!m_python_class_options.GetName().empty()) { in DoExecute()
4855 m_python_class_options.GetName(), in DoExecute()
4856 m_python_class_options.GetStructuredData()); in DoExecute()
4879 OptionGroupPythonClassWithDict m_python_class_options; member in CommandObjectTargetStopHookAdd