Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanPython.cpp149 lldb::StateType run_state = eStateRunning; in GetPlanRunState() local
154 run_state = script_interp->ScriptedThreadPlanGetRunState( in GetPlanRunState()
158 return run_state; in GetPlanRunState()
H A DThreadList.cpp585 StateType run_state; in WillResume() local
587 run_state = thread_sp->GetCurrentPlan()->RunState(); in WillResume()
589 run_state = eStateSuspended; in WillResume()
590 if (!thread_sp->ShouldResume(run_state)) in WillResume()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp232 if (m_basic_info.run_state == 0) in IsUserReady()
235 switch (m_basic_info.run_state) { in IsUserReady()
306 switch (m_basic_info.run_state) { in Dump()
336 m_basic_info.policy, m_basic_info.run_state, thread_run_state, in Dump()
/llvm-project-15.0.7/lldb/tools/darwin-threads/
H A Dexamine-threads.c413 switch (basic_info->run_state) { in main()