Home
last modified time | relevance | path

Searched refs:eStateStepping (Results 1 – 25 of 28) 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/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPlanPythonInterface.cpp91 return lldb::eStateStepping; in GetRunState()
94 static_cast<uint32_t>(lldb::eStateStepping))); in GetRunState()
/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/include/lldb/Interpreter/Interfaces/
H A DScriptedThreadPlanInterface.h30 virtual lldb::StateType GetRunState() { return lldb::eStateStepping; } in GetRunState()
/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.cpp491 case eStateStepping: in Resume()
581 case StateType::eStateStepping: in Kill()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp177 m_state = StateType::eStateStepping; in SetStepping()
248 case eStateStepping: in GetStopReason()
H A DNativeProcessNetBSD.cpp521 case eStateStepping: in Resume()
608 case StateType::eStateStepping: in Kill()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp114 return eStateStepping; in GetPlanRunState()
H A DThreadPlanStepInstruction.cpp240 return eStateStepping; in GetPlanRunState()
H A DThreadPlan.cpp161 return eStateStepping; in RunState()
H A DThreadPlanStepOverRange.cpp396 if (resume_state == eStateStepping && current_plan) { in DoWillResume()
H A DThreadPlanStepInRange.cpp464 if (resume_state == eStateStepping && current_plan) { in DoWillResume()
H A DThreadPlanStepRange.cpp499 return eStateStepping; in GetPlanRunState()
H A DProcess.cpp744 case eStateStepping: in HandleProcessStateChangedEvent()
1077 case eStateStepping: in IsAlive()
1619 case eStateStepping: in CreateBreakpointSite()
3640 case eStateStepping: in ShouldBroadcastEvent()
3653 case eStateStepping: in ShouldBroadcastEvent()
H A DThread.cpp671 if (GetCurrentPlan()->RunState() != eStateStepping) { in SetupToStepOverBreakpointIfNeeded()
/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.cpp1754 thread_action.state = eStateStepping; in Handle_vCont()
1953 case eStateStepping: in SendStopReasonForState()
3037 ResumeAction action = {tid, eStateStepping, LLDB_INVALID_SIGNAL_NUMBER}; in Handle_s()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h188 bool IsStepping() const { return m_state == lldb::eStateStepping; } in IsStepping()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp768 if (thread.GetTemporaryResumeState() != eStateStepping) in CreateStopReasonWithMachException()
/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/Plugins/Process/elf-core/
H A DThreadElfCore.cpp507 case lldb::StateType::eStateStepping: in Populate()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp245 case eStateStepping: in CheckRequirements()

12