Searched refs:m_run_mode (Results 1 – 3 of 3) sorted by relevance
42 m_first_resume(true), m_run_mode(stop_others) { in ThreadPlanStepOverRange()357 if (m_run_mode == lldb::eOnlyThisThread && IsControllingPlan()) in DidPush()438 if (m_run_mode == lldb::eOnlyThisThread && IsControllingPlan()) in DoWillResume()
51 lldb::RunMode m_run_mode; variable
319 m_run_mode = (lldb::RunMode)OptionArgParser::ToOptionEnum( in SetOptionValue()352 m_run_mode = eOnlyDuringStepping; in OptionParsingStarting()360 m_run_mode = eAllThreads; in OptionParsingStarting()372 RunMode m_run_mode; member in ThreadStepScopeOptionGroup469 const lldb::RunMode stop_other_threads = m_options.m_run_mode; in DoExecute()474 if (m_options.m_run_mode == eAllThreads) in DoExecute()476 else if (m_options.m_run_mode == eOnlyDuringStepping) in DoExecute()