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

/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp239 m_python_class_options("scripted breakpoint", true, 'P') {
241 m_all_options.Append(&m_python_class_options,
547 if (!m_python_class_options.GetName().empty())
703 m_python_class_options.GetName().c_str(), &(m_options.m_modules),
705 m_python_class_options.GetStructuredData(), &error);
791 OptionGroupPythonClassWithDict m_python_class_options; member in class:CommandObjectBreakpointSet
H A DCommandObjectTarget.cpp4963 m_python_class_options("scripted stop-hook", true, 'P') {
5008 m_all_options.Append(&m_python_class_options,
5067 target.CreateStopHook(m_python_class_options.GetName().empty() ?
5144 } else if (!m_python_class_options.GetName().empty()) {
5149 m_python_class_options.GetName(),
5150 m_python_class_options.GetStructuredData());
5171 OptionGroupPythonClassWithDict m_python_class_options; member in class:CommandObjectTargetStopHookAdd

Completed in 81 milliseconds