Searched refs:source_step (Results 1 – 3 of 3) sorted by relevance
598 StepIn(bool source_step,614 bool source_step,
1968 Status Thread::StepIn(bool source_step, in StepIn() argument1981 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepIn()2004 Status Thread::StepOver(bool source_step, in StepOver() argument2015 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepOver()
7399 bool source_step = (c == 'n'); in WindowDelegateHandleChar() local7400 exe_ctx.GetThreadRef().StepOver(source_step); in WindowDelegateHandleChar()7412 bool source_step = (c == 's'); in WindowDelegateHandleChar() local7413 exe_ctx.GetThreadRef().StepIn(source_step); in WindowDelegateHandleChar()