Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp373 m_class_options("scripted step") { in CommandObjectThreadStepWithTypeAndScope()
389 m_all_options.Append(&m_class_options, LLDB_OPT_SET_1 | LLDB_OPT_SET_2, in CommandObjectThreadStepWithTypeAndScope()
446 if (m_class_options.GetName().empty()) { in DoExecute()
450 m_class_options.GetName().c_str())) { in DoExecute()
453 m_class_options.GetName().c_str()); in DoExecute()
563 abort_other_plans, m_class_options.GetName().c_str(), in DoExecute()
564 m_class_options.GetStructuredData(), bool_stop_other_threads, in DoExecute()
629 OptionGroupPythonClassWithDict m_class_options; member in CommandObjectThreadStepWithTypeAndScope
H A DCommandObjectProcess.cpp120 m_class_options("scripted process", true, 'C', 'k', 'v', 0) { in CommandObjectProcessLaunch()
122 m_all_options.Append(&m_class_options, LLDB_OPT_SET_1 | LLDB_OPT_SET_2, in CommandObjectProcessLaunch()
199 if (!m_class_options.GetName().empty()) { in DoExecute()
202 m_class_options.GetName()); in DoExecute()
204 m_class_options.GetStructuredData()); in DoExecute()
296 OptionGroupPythonClassWithDict m_class_options; member in CommandObjectProcessLaunch