Home
last modified time | relevance | path

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

12

/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp474 if (thread.GetTemporaryResumeState() == eStateStepping) in CreateStopReasonWithMachException()
524 thread.GetTemporaryResumeState() == eStateStepping) { in CreateStopReasonWithMachException()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp176 m_state = StateType::eStateStepping; in SetStepping()
247 case eStateStepping: in GetStopReason()
H A DNativeProcessNetBSD.cpp497 case eStateStepping: in Resume()
585 case StateType::eStateStepping: in Kill()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp176 m_state = StateType::eStateStepping; in SetStepping()
235 case eStateStepping: in GetStopReason()
H A DNativeProcessFreeBSD.cpp456 case eStateStepping: in Resume()
541 case StateType::eStateStepping: in Kill()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp106 return eStateStepping; in GetPlanRunState()
H A DThreadPlanStepInstruction.cpp240 return eStateStepping; in GetPlanRunState()
H A DThreadPlan.cpp160 return eStateStepping; in RunState()
H A DThreadPlanStepOverRange.cpp371 if (resume_state == eStateStepping && current_plan) { in DoWillResume()
H A DThreadPlanStepInRange.cpp466 if (resume_state == eStateStepping && current_plan) { in DoWillResume()
H A DThreadPlanStepRange.cpp430 return eStateStepping; in GetPlanRunState()
H A DProcess.cpp717 case eStateStepping: in HandleProcessStateChangedEvent()
1073 case eStateStepping: in IsAlive()
1605 case eStateStepping: in CreateBreakpointSite()
3350 case eStateStepping: in ShouldBroadcastEvent()
3363 case eStateStepping: in ShouldBroadcastEvent()
H A DThread.cpp651 if (GetCurrentPlan()->RunState() != eStateStepping) { in SetupForResume()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i450 s == eStateStepping or
459 if state == eStateRunning or state == eStateStepping:
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h73 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateStepping); in AppendStepAll()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp260 case eStateStepping: in WillResume()
H A DProcessGDBRemote.h302 return state == lldb::eStateStepping; in IsStepping()
H A DGDBRemoteCommunicationServerLLGS.cpp1629 thread_action.state = eStateStepping; in Handle_vCont()
1704 case eStateStepping: in SendStopReasonForState()
2803 ResumeAction action = {tid, eStateStepping, LLDB_INVALID_SIGNAL_NUMBER}; in Handle_s()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h180 bool IsStepping() const { return m_state == lldb::eStateStepping; } in IsStepping()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h86 eStateStepping, ///< Process or thread is in the process of stepping and can enumerator
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h305 return lldb::eStateStepping; in ScriptedThreadPlanGetRunState()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp246 case eStateStepping: in CheckRequirements()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst160 .. py:data:: eStateStepping
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1946 return lldb::eStateStepping; in ScriptedThreadPlanGetRunState()

12