Searched refs:source_step (Results 1 – 3 of 3) sorted by relevance
519 StepIn(bool source_step,535 bool source_step,
1894 Status Thread::StepIn(bool source_step, in StepIn() argument1907 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepIn()1930 Status Thread::StepOver(bool source_step, in StepOver() argument1941 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepOver()
5858 bool source_step = (c == 'n'); in WindowDelegateHandleChar() local5859 exe_ctx.GetThreadRef().StepOver(source_step); in WindowDelegateHandleChar()5871 bool source_step = (c == 's'); in WindowDelegateHandleChar() local5872 exe_ctx.GetThreadRef().StepIn(source_step); in WindowDelegateHandleChar()