Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/lldb/test/API/commands/process/attach-resume/
H A DTestAttachResume.py42 lldb.eStateRunning])
53 lldb.eStateRunning])
73 lldb.eStateRunning, lldb.eStateStopped])
83 lldb.eStateRunning])
/llvm-project-15.0.7/lldb/source/Utility/
H A DState.cpp28 case eStateRunning: in StateAsCString()
72 case eStateRunning: in StateIsRunningState()
95 case eStateRunning: in StateIsStoppedState()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_set_restart/
H A DTestBreakpointSetRestart.py32 if lldb.SBProcess.GetStateFromEvent(event) == lldb.eStateRunning:
45 if lldb.SBProcess.GetStateFromEvent(event) == lldb.eStateRunning:
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeThreadWindows.cpp78 if (resume_state == eStateStepping || resume_state == eStateRunning) { in DoResume()
92 m_state = eStateRunning; in DoResume()
138 case eStateRunning: in GetStopReason()
H A DTargetThreadWindows.cpp160 if (resume_state == eStateStepping || resume_state == eStateRunning) { in DoResume()
/llvm-project-15.0.7/lldb/test/API/functionalities/launch_stop_at_entry/
H A DTestStopAtEntry.py121 state = lldb.eStateRunning
122 while state == lldb.eStateRunning:
128 self.assertState(state, lldb.eStateRunning, "Got running event")
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp155 SetPrivateState(eStateRunning); in DoLaunch()
181 const StateType thread_resume_state = eStateRunning; in DoResume()
185 bool resume = (thread_resume_state == eStateRunning); in DoResume()
186 assert(thread_resume_state == eStateRunning && "invalid thread resume state"); in DoResume()
192 SetPrivateState(eStateRunning); in DoResume()
/llvm-project-15.0.7/lldb/test/API/macosx/thread-names/
H A DTestInterruptThreadNames.py90 if process.GetState() == lldb.eStateRunning:
97 if process.GetState() == lldb.eStateRunning:
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp96 return eStateRunning; in GetPlanRunState()
H A DThreadPlanBase.cpp181 StateType ThreadPlanBase::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
H A DThreadPlanPython.cpp149 lldb::StateType run_state = eStateRunning; in GetPlanRunState()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DStateTest.cpp23 EXPECT_EQ("running", llvm::formatv("{0}", eStateRunning).str()); in TEST()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBDefs.h74 eStateRunning, enumerator
98 ((s) == eStateAttaching || (s) == eStateLaunching || (s) == eStateRunning || \
H A DDNBThreadResumeActions.h36 void AppendResumeAll() { AppendAction(INVALID_NUB_THREAD, eStateRunning); } in AppendResumeAll()
/llvm-project-15.0.7/lldb/test/API/commands/expression/expr-in-syscall/
H A DTestExpressionInSyscall.py53 lldb.eStateRunning,
/llvm-project-15.0.7/lldb/test/API/macosx/profile_vrs_detach/
H A DTestDetachVrsProfile.py71 self.assertState(event_state, lldb.eStateRunning, "Got the running event")
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp174 m_state = StateType::eStateRunning; in SetRunning()
237 case eStateRunning: in GetStopReason()
/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp174 m_state = StateType::eStateRunning; in SetRunning()
249 case eStateRunning: in GetStopReason()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp388 thread_actions.NumActionsWithState(eStateRunning) == in ProcessWillResume()
395 action_ptr->state == eStateRunning) { in ProcessWillResume()
405 DNBThreadResumeAction resume_new_threads = {-1U, eStateRunning, 0, in ProcessWillResume()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp604 state = eStateRunning; in MonitorSIGTRAP()
939 case eStateRunning: in Resume()
1020 if (thread_state == eStateRunning || thread_state == eStateStepping) { in Interrupt()
1071 case StateType::eStateRunning: in Kill()
1719 ResumeThread(thread, eStateRunning, LLDB_INVALID_SIGNAL_NUMBER); in AddThread()
1794 case eStateRunning: { in ResumeThread()
1797 SetState(eStateRunning, true); in ResumeThread()
1803 SetState(eStateRunning, true); in ResumeThread()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcess.i452 s == eStateRunning or
462 if state == eStateRunning or state == eStateStepping:
/llvm-project-15.0.7/lldb/test/API/functionalities/signal/
H A DTestSendSignal.py77 self.match_state(process_listener, lldb.eStateRunning)
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DDebug.h63 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateRunning); in AppendResumeAll()
/llvm-project-15.0.7/lldb/test/API/commands/process/attach/
H A DTestProcessAttach.py59 self.assertTrue(process.GetState(), lldb.eStateRunning)
/llvm-project-15.0.7/lldb/test/API/commands/target/stop-hooks/
H A DTestStopHookScripted.py139 while process.GetState() == lldb.eStateRunning:

123