Searched refs:HasDebugInformation (Results 1 – 9 of 9) sorted by relevance
72 if (!frame->HasDebugInformation()) { in DefaultShouldStopHereCallback()
330 if (frame->HasDebugInformation() && in FrameSelectedCallback()1920 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepIn()1954 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepOver()
1146 bool StackFrame::HasDebugInformation() { in HasDebugInformation() function in StackFrame
319 bool HasDebugInformation();
549 if (frame_sp->HasDebugInformation()) { in StepOver()596 if (frame_sp && frame_sp->HasDebugInformation()) { in StepInto()
488 if (frame->HasDebugInformation()) { in DoExecute()543 if (frame->HasDebugInformation()) in DoExecute()979 if (frame->HasDebugInformation()) { in DoExecute()
515 } else if (!cur_frame->HasDebugInformation()) { in DumpLinesForFrame()
770 } else if (!cur_frame->HasDebugInformation()) { in GetDefaultFile()
1529 return !frame->HasDebugInformation(); in Format()