Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectThread.cpp299 m_run_mode = (lldb::RunMode)OptionArgParser::ToOptionEnum( in SetOptionValue()
332 m_run_mode = eOnlyDuringStepping; in OptionParsingStarting()
340 m_run_mode = eAllThreads; in OptionParsingStarting()
352 RunMode m_run_mode; member in ThreadStepScopeOptionGroup
466 const lldb::RunMode stop_other_threads = m_options.m_run_mode; in DoExecute()
471 if (m_options.m_run_mode == eAllThreads) in DoExecute()
473 else if (m_options.m_run_mode == eOnlyDuringStepping) in DoExecute()