Searched refs:source_step (Results 1 – 4 of 4) sorted by relevance
747 SOURCE_STEP source_step; in net_step() local749 source_step.taskId = PIDGET (inferior_ptid); in net_step()753 source_step.startAddr = step_range_start; in net_step()754 source_step.endAddr = step_range_end; in net_step()758 source_step.startAddr = 0; in net_step()759 source_step.endAddr = 0; in net_step()762 status = net_clnt_call (VX_SOURCE_STEP, xdr_SOURCE_STEP, &source_step, in net_step()
526 StepIn(bool source_step,544 bool source_step,
2114 Status Thread::StepIn(bool source_step, in StepIn() argument2127 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepIn()2150 Status Thread::StepOver(bool source_step, in StepOver() argument2161 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepOver()
4444 bool source_step = (c == 'n'); in WindowDelegateHandleChar() local4445 exe_ctx.GetThreadRef().StepOver(source_step); in WindowDelegateHandleChar()4457 bool source_step = (c == 's'); in WindowDelegateHandleChar() local4458 exe_ctx.GetThreadRef().StepIn(source_step); in WindowDelegateHandleChar()