Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DState.cpp30 case eStateStepping: in StateAsCString()
73 case eStateStepping: in StateIsRunningState()
96 case eStateStepping: in StateIsStoppedState()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessExtensions.i24 s == eStateStepping or
33 if state == eStateRunning or state == eStateStepping:
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp725 if (thread.GetTemporaryResumeState() != eStateStepping) { in CreateStopReasonWithMachException()
766 if (thread.GetTemporaryResumeState() == eStateStepping) in CreateStopReasonWithMachException()
816 thread.GetTemporaryResumeState() == eStateStepping) { in CreateStopReasonWithMachException()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp178 m_state = StateType::eStateStepping; in SetStepping()
237 case eStateStepping: in GetStopReason()
H A DNativeProcessFreeBSD.cpp464 case eStateStepping: in Resume()
553 case StateType::eStateStepping: in Kill()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp178 m_state = StateType::eStateStepping; in SetStepping()
249 case eStateStepping: in GetStopReason()
H A DNativeProcessNetBSD.cpp519 case eStateStepping: in Resume()
605 case StateType::eStateStepping: in Kill()
/freebsd/contrib/llvm-project/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()
H A DThreadPlanStepInRange.cpp463 if (resume_state == eStateStepping && current_plan) { in DoWillResume()
H A DThreadPlanStepRange.cpp431 return eStateStepping; in GetPlanRunState()
H A DProcess.cpp741 case eStateStepping: in HandleProcessStateChangedEvent()
1099 case eStateStepping: in IsAlive()
1646 case eStateStepping: in CreateBreakpointSite()
3438 case eStateStepping: in ShouldBroadcastEvent()
3451 case eStateStepping: in ShouldBroadcastEvent()
H A DThread.cpp638 if (GetCurrentPlan()->RunState() != eStateStepping) { in SetupForResume()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h71 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateStepping); in AppendStepAll()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp260 case eStateStepping: in WillResume()
H A DProcessGDBRemote.h312 return state == lldb::eStateStepping; in IsStepping()
H A DGDBRemoteCommunicationServerLLGS.cpp1750 thread_action.state = eStateStepping; in Handle_vCont()
1949 case eStateStepping: in SendStopReasonForState()
3036 ResumeAction action = {tid, eStateStepping, LLDB_INVALID_SIGNAL_NUMBER}; in Handle_s()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h192 bool IsStepping() const { return m_state == lldb::eStateStepping; } in IsStepping()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h286 return lldb::eStateStepping; in ScriptedThreadPlanGetRunState()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h87 eStateStepping, ///< Process or thread is in the process of stepping and can enumerator
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp248 case eStateStepping: in CheckRequirements()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst160 .. py:data:: eStateStepping
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1646 return lldb::eStateStepping; in ScriptedThreadPlanGetRunState()

12