Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp311 m_run_mode = (lldb::RunMode)OptionArgParser::ToOptionEnum( in SetOptionValue()
344 m_run_mode = eOnlyDuringStepping; in OptionParsingStarting()
352 m_run_mode = eAllThreads; in OptionParsingStarting()
364 RunMode m_run_mode; member in ThreadStepScopeOptionGroup
463 const lldb::RunMode stop_other_threads = m_options.m_run_mode; in DoExecute()
468 if (m_options.m_run_mode == eAllThreads) in DoExecute()
470 else if (m_options.m_run_mode == eOnlyDuringStepping) in DoExecute()