Searched refs:source_step (Results 1 – 3 of 3) sorted by relevance
518 StepIn(bool source_step,534 bool source_step,
1887 Status Thread::StepIn(bool source_step, in StepIn() argument1900 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepIn()1923 Status Thread::StepOver(bool source_step, in StepOver() argument1934 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepOver()
7386 bool source_step = (c == 'n'); in WindowDelegateHandleChar() local7387 exe_ctx.GetThreadRef().StepOver(source_step); in WindowDelegateHandleChar()7399 bool source_step = (c == 's'); in WindowDelegateHandleChar() local7400 exe_ctx.GetThreadRef().StepIn(source_step); in WindowDelegateHandleChar()