Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDState.cpp32 case eStateStepping: return "stepping"; in StateAsCString()
75 case eStateStepping: in StateIsRunningState()
101 case eStateStepping: in StateIsStoppedState()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDFreeBSDThread.cpp62 case eStateStepping: in WillResume()
HDPOSIXThread.cpp325 case lldb::eStateStepping: in Resume()
HDProcessPOSIX.cpp919 if (thread_state == eStateRunning || thread_state == eStateStepping) in IsAThreadRunning()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDStopInfoMachException.cpp467 if (thread.GetTemporaryResumeState() == eStateStepping) in CreateStopReasonWithMachException()
511 … if (is_trace_if_actual_breakpoint_missing && thread.GetTemporaryResumeState() == eStateStepping) in CreateStopReasonWithMachException()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanStepOverBreakpoint.cpp112 return eStateStepping; in GetPlanRunState()
HDThreadPlanStepInstruction.cpp286 return eStateStepping; in GetPlanRunState()
HDThreadPlan.cpp204 return eStateStepping; in RunState()
HDThreadPlanStepOverRange.cpp406 if (resume_state == eStateStepping && current_plan) in DoWillResume()
HDThreadPlanStepInRange.cpp528 if (resume_state == eStateStepping && current_plan) in DoWillResume()
HDThreadPlanStepRange.cpp480 return eStateStepping; in GetPlanRunState()
HDProcess.cpp836 case eStateStepping: in Finalize()
1071 case eStateStepping: in HandleProcessStateChangedEvent()
2246 case eStateStepping: in CreateBreakpointSite()
4157 case eStateStepping: in ShouldBroadcastEvent()
4172 case eStateStepping: in ShouldBroadcastEvent()
HDThread.cpp688 if (GetCurrentPlan()->RunState() != eStateStepping) in SetupForResume()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDDebug.h103 AppendAction (LLDB_INVALID_THREAD_ID, lldb::eStateStepping); in AppendStepAll()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDThreadGDBRemote.cpp224 case eStateStepping: in WillResume()
HDProcessGDBRemote.h272 return state == lldb::eStateStepping; in IsStepping()
HDGDBRemoteCommunicationServerLLGS.cpp1246 thread_action.state = eStateStepping; in Handle_vCont()
1332 case eStateStepping: in SendStopReasonForState()
2296 ResumeAction action = { tid, eStateStepping, 0 }; in Handle_s()
HDProcessGDBRemote.cpp2056 if (thread_sp->GetTemporaryResumeState() == eStateStepping) in SetThreadStopInfo()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/common/
HDNativeProcessProtocol.h168 return m_state == lldb::eStateStepping; in IsStepping()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDScriptInterpreter.h273 return lldb::eStateStepping; in ScriptedThreadPlanGetRunState()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h49eStateStepping, ///< Process or thread is in the process of stepping and can not be examined. enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandObject.cpp327 case eStateStepping: in CheckRequirements()
HDScriptInterpreterPython.cpp1727 return lldb::eStateStepping; in ScriptedThreadPlanGetRunState()
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmnLLDBDebuggerHandleEvents.cpp861 case lldb::eStateStepping: in HandleProcessEventBroadcastBitStateChanged()