Home
last modified time | relevance | path

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

12

/external/lldb/source/Core/
DState.cpp32 case eStateStepping: return "stepping"; in StateAsCString()
75 case eStateStepping: in StateIsRunningState()
101 case eStateStepping: in StateIsStoppedState()
/external/lldb/tools/debugserver/source/
DDNBDefs.h83 eStateStepping, enumerator
103 (s) == eStateStepping ||\
DDNBThreadResumeActions.h62 AppendAction (INVALID_NUB_THREAD, eStateStepping); in AppendStepAll()
DRNBContext.cpp259 return pid_state == eStateRunning || pid_state == eStateStepping; in ProcessStateRunning()
Dlibdebugserver.cpp208 case eStateStepping: in HandleProcessStateChange()
Ddebugserver.cpp310 case eStateStepping: in RNBRunLoopLaunchInferior()
389 case eStateStepping: in signal_handler()
469 case eStateStepping: in HandleProcessStateChange()
/external/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp417 if (thread.GetTemporaryResumeState() == eStateStepping) in CreateStopReasonWithMachException()
464 … if (is_trace_if_actual_breakpoint_missing && thread.GetTemporaryResumeState() == eStateStepping) in CreateStopReasonWithMachException()
/external/lldb/source/Target/
DThreadPlanStepOverBreakpoint.cpp91 return eStateStepping; in GetPlanRunState()
DThreadPlanStepInstruction.cpp202 return eStateStepping; in GetPlanRunState()
DThreadPlanStepOverRange.cpp345 if (resume_state == eStateStepping && current_plan) in DoWillResume()
DThreadPlan.cpp209 return eStateStepping; in RunState()
DThreadPlanStepInRange.cpp460 if (resume_state == eStateStepping && current_plan) in DoWillResume()
DThreadPlanStepRange.cpp445 return eStateStepping; in GetPlanRunState()
/external/lldb/scripts/Python/interface/
DSBProcess.i366 s == eStateStepping or
375 if state == eStateRunning or state == eStateStepping:
/external/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.cpp110 case eStateStepping: in WillResume()
DProcessGDBRemote.h243 return state == lldb::eStateStepping; in IsStepping()
/external/lldb/tools/debugserver/source/MacOSX/
DMachThread.cpp397 case eStateStepping: in ThreadWillResume()
456 return GetState() == eStateStepping; in IsStepping()
DMachThreadList.cpp382 …&& thread_actions.NumActionsWithState(eStateStepping) + thread_actions.NumActionsWithState (eState… in ProcessWillResume()
389 if (action_ptr->state == eStateStepping || action_ptr->state == eStateRunning) in ProcessWillResume()
DMachProcess.h194 return state == eStateStepping; in IsStepping()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.h211 return state == lldb::eStateStepping; in IsStepping()
/external/lldb/tools/lldb-perf/lib/
DTestCase.cpp169 case eStateStepping: in Loop()
/external/lldb/include/lldb/
Dlldb-enumerations.h27eStateStepping, ///< Process or thread is in the process of stepping and can not be examined. enumerator
/external/lldb/utils/vim-lldb/python-vim-lldb/
Dlldb_controller.py32 elif enum == lldb.eStateStepping:
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp255 case lldb::eStateStepping: in Resume()
/external/lldb/examples/python/
Dperformance.py172 …lldb.eStateLaunching or state == lldb.eStateRunning or state == lldb.eStateStepping or state == ll…

12