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()750 source_step.startAddr = 0; in net_step()751 source_step.endAddr = 0; in net_step()753 status = net_clnt_call (VX_SOURCE_STEP, xdr_SOURCE_STEP, &source_step, in net_step()
519 StepIn(bool source_step,535 bool source_step,
1914 Status Thread::StepIn(bool source_step, in StepIn() argument1927 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepIn()1950 Status Thread::StepOver(bool source_step, in StepOver() argument1961 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepOver()
7390 bool source_step = (c == 'n'); in WindowDelegateHandleChar() local7391 exe_ctx.GetThreadRef().StepOver(source_step); in WindowDelegateHandleChar()7403 bool source_step = (c == 's'); in WindowDelegateHandleChar() local7404 exe_ctx.GetThreadRef().StepIn(source_step); in WindowDelegateHandleChar()