Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp42 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepOverRange.h51 lldb::RunMode m_run_mode; variable
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp319 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 ThreadStepScopeOptionGroup
469 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()