Searched refs:HasDebugInformation (Results 1 – 9 of 9) sorted by relevance
71 if (!frame->HasDebugInformation()) { in DefaultShouldStopHereCallback()
323 if (frame->HasDebugInformation() && in FrameSelectedCallback()1907 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepIn()1941 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepOver()
1133 bool StackFrame::HasDebugInformation() { in HasDebugInformation() function in StackFrame
313 bool HasDebugInformation();
449 if (frame->HasDebugInformation()) { in DoExecute()504 if (frame->HasDebugInformation()) in DoExecute()951 if (frame->HasDebugInformation()) { in DoExecute()
518 } else if (!cur_frame->HasDebugInformation()) { in DumpLinesForFrame()
761 } else if (!cur_frame->HasDebugInformation()) { in GetDefaultFile()
561 if (frame_sp->HasDebugInformation()) { in StepOver()613 if (frame_sp && frame_sp->HasDebugInformation()) { in StepInto()
1465 return !frame->HasDebugInformation(); in Format()