| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | State.cpp | 30 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 D | NativeThreadWindows.cpp | 51 if (resume_state == eStateStepping) { in DoResume() 78 if (resume_state == eStateStepping || resume_state == eStateRunning) { in DoResume() 139 case eStateStepping: in GetStopReason()
|
| H A D | TargetThreadWindows.cpp | 133 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 D | StateTest.cpp | 24 EXPECT_EQ("stepping", llvm::formatv("{0}", eStateStepping).str()); in TEST()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | DNBDefs.h | 75 eStateStepping, enumerator 99 (s) == eStateStepping || (s) == eStateDetached)
|
| H A D | DNBThreadResumeActions.h | 40 void AppendStepAll() { AppendAction(INVALID_NUB_THREAD, eStateStepping); } in AppendStepAll()
|
| H A D | libdebugserver.cpp | 208 case eStateStepping: in HandleProcessStateChange()
|
| H A D | RNBContext.cpp | 288 return pid_state == eStateRunning || pid_state == eStateStepping; in ProcessStateRunning()
|
| H A D | debugserver.cpp | 335 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 D | NativeThreadLinux.cpp | 138 case eStateStepping: in GetStopReason() 254 const StateType new_state = StateType::eStateStepping; in SingleStep() 382 if (m_state == StateType::eStateStepping) in SetStopped()
|
| H A D | NativeProcessLinux.cpp | 914 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 D | NativeThreadFreeBSD.cpp | 179 m_state = StateType::eStateStepping; in SetStepping() 238 case eStateStepping: in GetStopReason()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeThreadNetBSD.cpp | 179 m_state = StateType::eStateStepping; in SetStepping() 250 case eStateStepping: in GetStopReason()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ThreadPlanStepOverBreakpoint.cpp | 107 return eStateStepping; in GetPlanRunState()
|
| H A D | ThreadPlanStepInstruction.cpp | 240 return eStateStepping; in GetPlanRunState()
|
| H A D | ThreadPlan.cpp | 161 return eStateStepping; in RunState()
|
| H A D | ThreadPlanStepOverRange.cpp | 372 if (resume_state == eStateStepping && current_plan) { in DoWillResume()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBProcess.i | 453 s == eStateStepping or 462 if state == eStateRunning or state == eStateStepping:
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | Debug.h | 71 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateStepping); in AppendStepAll()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | StopInfoMachException.cpp | 661 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 D | ProcessKDP.h | 146 return state == lldb::eStateStepping; in IsStepping()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachThreadList.cpp | 387 thread_actions.NumActionsWithState(eStateStepping) + in ProcessWillResume() 394 if (action_ptr->state == eStateStepping || in ProcessWillResume()
|
| H A D | MachThread.cpp | 356 case eStateStepping: in ThreadWillResume() 401 bool MachThread::IsStepping() { return GetState() == eStateStepping; } in IsStepping()
|
| /llvm-project-15.0.7/lldb/unittests/Process/ |
| H A D | ProcessEventDataTest.cpp | 175 std::make_shared<DummyProcessEventData>(process_sp, eStateStepping); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ThreadGDBRemote.cpp | 260 case eStateStepping: in WillResume()
|