/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | State.cpp | 30 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 D | ScriptedThreadPlanPythonInterface.cpp | 88 return lldb::eStateStepping; in GetRunState() 91 static_cast<uint32_t>(lldb::eStateStepping))); in GetRunState()
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBProcessExtensions.i | 24 s == eStateStepping or 33 if state == eStateRunning or state == eStateStepping:
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ |
H A D | ScriptedThreadPlanInterface.h | 30 virtual lldb::StateType GetRunState() { return lldb::eStateStepping; } in GetRunState()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | StopInfoMachException.cpp | 727 if (thread.GetTemporaryResumeState() != eStateStepping) in CreateStopReasonWithMachException() 747 if (thread.GetTemporaryResumeState() == eStateStepping) in CreateStopReasonWithMachException() 797 thread.GetTemporaryResumeState() == eStateStepping) { in CreateStopReasonWithMachException()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeThreadNetBSD.cpp | 178 m_state = StateType::eStateStepping; in SetStepping() 249 case eStateStepping: in GetStopReason()
|
H A D | NativeProcessNetBSD.cpp | 519 case eStateStepping: in Resume() 605 case StateType::eStateStepping: in GetMemoryRegionInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeThreadFreeBSD.cpp | 178 m_state = StateType::eStateStepping; in SetStepping() 237 case eStateStepping: in GetStopReason()
|
H A D | NativeProcessFreeBSD.cpp | 485 case eStateStepping: in Resume() 574 case StateType::eStateStepping: in Kill()
|
/freebsd/contrib/llvm-project/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 | 375 if (resume_state == eStateStepping && current_plan) { in DoWillResume()
|
H A D | ThreadPlanStepInRange.cpp | 463 if (resume_state == eStateStepping && current_plan) { in DoWillResume()
|
H A D | ThreadPlanStepRange.cpp | 432 return eStateStepping; in GetPlanRunState()
|
H A D | Process.cpp | 773 case eStateStepping: in HandleProcessStateChangedEvent() 1131 case eStateStepping: in IsAlive() 1678 case eStateStepping: in CreateBreakpointSite() 3625 case eStateStepping: in ShouldBroadcastEvent() 3638 case eStateStepping: in ShouldBroadcastEvent()
|
H A D | Thread.cpp | 645 if (GetCurrentPlan()->RunState() != eStateStepping) { in SetupForResume()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | Debug.h | 71 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateStepping); in AppendStepAll()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ThreadGDBRemote.cpp | 260 case eStateStepping: in WillResume()
|
H A D | ProcessGDBRemote.h | 313 return state == lldb::eStateStepping; in IsStepping()
|
H A D | GDBRemoteCommunicationServerLLGS.cpp | 1750 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 D | NativeProcessProtocol.h | 192 bool IsStepping() const { return m_state == lldb::eStateStepping; } in IsStepping()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 87 eStateStepping, ///< Process or thread is in the process of stepping and can enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandObject.cpp | 248 case eStateStepping: in CheckRequirements()
|
/freebsd/contrib/llvm-project/lldb/docs/ |
H A D | python_api_enums.rst | 160 .. py:data:: eStateStepping
|