Home
last modified time | relevance | path

Searched refs:_HandleBreakpointHitStep (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/private/debugger/controllers/
H A DThreadHandler.h118 bool _HandleBreakpointHitStep(CpuState* cpuState);
/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp169 if (fStepMode != STEP_UNTIL && _HandleBreakpointHitStep(cpuState)) in HandleBreakpointHit()
690 ThreadHandler::_HandleBreakpointHitStep(CpuState* cpuState) in _HandleBreakpointHitStep() function in ThreadHandler