Searched refs:m_force (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp101 m_force = true;
115 m_force = false;
124 bool m_force; member in class:CommandObjectSettingsSet::CommandOptions
175 const size_t min_argc = m_options.m_force ? 1 : 2;
194 if (argc == 1 && m_options.m_force) {
H A DCommandObjectWatchpoint.cpp446 CommandOptions() : Options(), m_force(false) {}
456 m_force = true;
466 m_force = false;
474 bool m_force; member in class:CommandObjectWatchpointDelete::CommandOptions
497 if (!m_options.m_force &&
H A DCommandObjectMemory.cpp82 m_force = true;
103 m_force = false;
276 bool m_force; member in class:OptionGroupReadMemory
631 if (total_byte_size > max_unforced_size && !m_memory_options.m_force) {
H A DCommandObjectBreakpoint.cpp1410 CommandOptions() : Options(), m_use_dummy(false), m_force(false) {}
1421 m_force = true;
1437 m_force = false;
1446 bool m_force; member in class:CommandObjectBreakpointDelete::CommandOptions
1467 if (!m_options.m_force &&
H A DCommandObjectThread.cpp1693 m_force = false;
1720 m_force = true;
1736 bool m_force; member in class:CommandObjectThreadJump::CommandOptions
1796 Status err = thread->JumpToLine(file, line, m_options.m_force, &warnings);

Completed in 79 milliseconds