Searched refs:m_python_class_options (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectBreakpoint.cpp | 225 m_bp_opts(), m_python_class_options("scripted breakpoint", true, 'P'), in CommandObjectBreakpointSet() 228 m_all_options.Append(&m_python_class_options, in CommandObjectBreakpointSet() 543 if (!m_python_class_options.GetName().empty()) in DoExecute() 706 m_python_class_options.GetName().c_str(), &(m_options.m_modules), in DoExecute() 708 m_python_class_options.GetStructuredData(), &error); in DoExecute() 802 OptionGroupPythonClassWithDict m_python_class_options; member in CommandObjectBreakpointSet
|
D | CommandObjectTarget.cpp | 4609 m_options(), m_python_class_options("scripted stop-hook", true, 'P') { in CommandObjectTargetStopHookAdd() 4654 m_all_options.Append(&m_python_class_options, in CommandObjectTargetStopHookAdd() 4713 target.CreateStopHook(m_python_class_options.GetName().empty() ? in DoExecute() 4790 } else if (!m_python_class_options.GetName().empty()) { in DoExecute() 4795 m_python_class_options.GetName(), in DoExecute() 4796 m_python_class_options.GetStructuredData()); in DoExecute() 4820 OptionGroupPythonClassWithDict m_python_class_options; member in CommandObjectTargetStopHookAdd
|