Home
last modified time | relevance | path

Searched refs:eStateStepping (Results 1 – 25 of 53) sorted by relevance

123

/llvm-project-15.0.7/lldb/source/Utility/
H A DState.cpp30 case eStateStepping: in StateAsCString()
73 case eStateStepping: in StateIsRunningState()
96 case eStateStepping: in StateIsStoppedState()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeThreadWindows.cpp51 if (resume_state == eStateStepping) { in DoResume()
78 if (resume_state == eStateStepping || resume_state == eStateRunning) { in DoResume()
139 case eStateStepping: in GetStopReason()
H A DTargetThreadWindows.cpp133 if (resume_state == eStateStepping) { in DoResume()
160 if (resume_state == eStateStepping || resume_state == eStateRunning) { in DoResume()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DStateTest.cpp24 EXPECT_EQ("stepping", llvm::formatv("{0}", eStateStepping).str()); in TEST()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBDefs.h75 eStateStepping, enumerator
99 (s) == eStateStepping || (s) == eStateDetached)
H A DDNBThreadResumeActions.h40 void AppendStepAll() { AppendAction(INVALID_NUB_THREAD, eStateStepping); } in AppendStepAll()
H A Dlibdebugserver.cpp208 case eStateStepping: in HandleProcessStateChange()
H A DRNBContext.cpp288 return pid_state == eStateRunning || pid_state == eStateStepping; in ProcessStateRunning()
H A Ddebugserver.cpp335 case eStateStepping: in RNBRunLoopLaunchInferior()
403 case eStateStepping: in signal_handler()
493 case eStateStepping: in HandleProcessStateChange()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp138 case eStateStepping: in GetStopReason()
254 const StateType new_state = StateType::eStateStepping; in SingleStep()
382 if (m_state == StateType::eStateStepping) in SetStopped()
H A DNativeProcessLinux.cpp914 if (action->state == eStateStepping) { in Resume()
940 case eStateStepping: { in Resume()
1020 if (thread_state == eStateRunning || thread_state == eStateStepping) { in Interrupt()
1072 case StateType::eStateStepping: in Kill()
1800 case eStateStepping: { in ResumeThread()
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp179 m_state = StateType::eStateStepping; in SetStepping()
238 case eStateStepping: in GetStopReason()
/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp179 m_state = StateType::eStateStepping; in SetStepping()
250 case eStateStepping: in GetStopReason()
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp107 return eStateStepping; in GetPlanRunState()
H A DThreadPlanStepInstruction.cpp240 return eStateStepping; in GetPlanRunState()
H A DThreadPlan.cpp161 return eStateStepping; in RunState()
H A DThreadPlanStepOverRange.cpp372 if (resume_state == eStateStepping && current_plan) { in DoWillResume()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcess.i453 s == eStateStepping or
462 if state == eStateRunning or state == eStateStepping:
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DDebug.h71 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateStepping); in AppendStepAll()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp661 if (thread.GetTemporaryResumeState() == eStateStepping) in CreateStopReasonWithMachException()
711 thread.GetTemporaryResumeState() == eStateStepping) { in CreateStopReasonWithMachException()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h146 return state == lldb::eStateStepping; in IsStepping()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp387 thread_actions.NumActionsWithState(eStateStepping) + in ProcessWillResume()
394 if (action_ptr->state == eStateStepping || in ProcessWillResume()
H A DMachThread.cpp356 case eStateStepping: in ThreadWillResume()
401 bool MachThread::IsStepping() { return GetState() == eStateStepping; } in IsStepping()
/llvm-project-15.0.7/lldb/unittests/Process/
H A DProcessEventDataTest.cpp175 std::make_shared<DummyProcessEventData>(process_sp, eStateStepping); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp260 case eStateStepping: in WillResume()

123