Home
last modified time | relevance | path

Searched refs:eStateRunning (Results 1 – 25 of 47) sorted by relevance

12

/external/lldb/source/Core/
DState.cpp31 case eStateRunning: return "running"; in StateAsCString()
74 case eStateRunning: in StateIsRunningState()
100 case eStateRunning: in StateIsStoppedState()
/external/lldb/tools/debugserver/source/
DDNBDefs.h82 eStateRunning, enumerator
102 (s) == eStateRunning ||\
DDNBThreadResumeActions.h50 AppendAction (INVALID_NUB_THREAD, eStateRunning); in AppendResumeAll()
DRNBContext.cpp259 return pid_state == eStateRunning || pid_state == eStateStepping; in ProcessStateRunning()
Dlibdebugserver.cpp209 case eStateRunning: in HandleProcessStateChange()
Ddebugserver.cpp309 case eStateRunning: in RNBRunLoopLaunchInferior()
388 case eStateRunning: in signal_handler()
470 case eStateRunning: in HandleProcessStateChange()
/external/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.cpp382 …ions.NumActionsWithState(eStateStepping) + thread_actions.NumActionsWithState (eStateRunning) == 1) in ProcessWillResume()
389 if (action_ptr->state == eStateStepping || action_ptr->state == eStateRunning) in ProcessWillResume()
401 DNBThreadResumeAction resume_new_threads = { -1U, eStateRunning, 0, INVALID_NUB_ADDRESS }; in ProcessWillResume()
DMachProcess.cpp391 else if (state == eStateRunning) in Resume()
412 m_thread_actions = DNBThreadResumeActions (eStateRunning, 0); in Kill()
484 m_thread_actions = DNBThreadResumeActions (eStateRunning, 0); in DoSIGSTOP()
527 thread_action.state = eStateRunning; in Detach()
532 m_thread_actions.SetDefaultThreadActionIfNeeded (eStateRunning, 0); in Detach()
711 SetState (eStateRunning); in PrivateResume()
1436 if (state == eStateRunning) in ProfileThread()
DMachThread.cpp396 case eStateRunning: in ThreadWillResume()
437 if (GetState() == eStateRunning) in ShouldStop()
/external/lldb/scripts/Python/interface/
DSBProcess.i365 s == eStateRunning or
375 if state == eStateRunning or state == eStateStepping:
/external/lldb/source/Target/
DThreadPlanBase.cpp210 return eStateRunning; in GetPlanRunState()
DThreadPlanStepThrough.cpp222 return eStateRunning; in GetPlanRunState()
DThreadPlanRunToAddress.cpp217 return eStateRunning; in GetPlanRunState()
DThreadPlan.cpp352 return eStateRunning; in GetPlanRunState()
DThreadPlanStepOut.cpp335 return eStateRunning; in GetPlanRunState()
DThreadPlanStepUntil.cpp340 return eStateRunning; in GetPlanRunState()
DProcess.cpp1105 case eStateRunning: in Finalize()
2984 case eStateRunning: in PerformAction()
3320 SetPrivateState(eStateRunning); in PrivateResume()
3425 if (m_public_state.GetValue() == eStateRunning) in HaltForDestroyOrDetach()
3550 if (m_public_state.GetValue() != eStateRunning) in Destroy()
3641 case eStateRunning: in ShouldBroadcastEvent()
3652 case eStateRunning: in ShouldBroadcastEvent()
4226 if (m_process_sp->GetPrivateState() == eStateRunning) in DoOnRemoval()
4871 if (stop_state != eStateRunning) in RunThreadPlan()
5052 case lldb::eStateRunning: in RunThreadPlan()
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp100 SetResumeState(eStateRunning); in RefreshStateAfterStop()
250 case lldb::eStateRunning: in Resume()
DProcessPOSIX.cpp269 SetPrivateState(eStateRunning); in DoResume()
910 if (thread_state == eStateRunning || thread_state == eStateStepping) in IsAThreadRunning()
/external/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.cpp103 case eStateRunning: in WillResume()
DProcessGDBRemote.h237 return state == lldb::eStateRunning || IsStepping(state); in IsRunning()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp140 return eStateRunning; in GetPlanRunState()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.h205 return state == lldb::eStateRunning || IsStepping(state); in IsRunning()
DProcessKDP.cpp473 case eStateRunning: in DoResume()
506 SetPrivateState(eStateRunning); in DoResume()
/external/lldb/tools/lldb-perf/lib/
DTestCase.cpp168 case eStateRunning: in Loop()

12