Searched refs:HasDebugInformation (Results 1 – 9 of 9) sorted by relevance
72 if (!frame->HasDebugInformation()) { in DefaultShouldStopHereCallback()
324 if (frame->HasDebugInformation() && in FrameSelectedCallback()1900 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepIn()1934 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepOver()
1140 bool StackFrame::HasDebugInformation() { in HasDebugInformation() function in StackFrame
313 bool HasDebugInformation();
551 if (frame_sp->HasDebugInformation()) { in StepOver()598 if (frame_sp && frame_sp->HasDebugInformation()) { in StepInto()
485 if (frame->HasDebugInformation()) { in DoExecute()540 if (frame->HasDebugInformation()) in DoExecute()978 if (frame->HasDebugInformation()) { in DoExecute()
521 } else if (!cur_frame->HasDebugInformation()) { in DumpLinesForFrame()
771 } else if (!cur_frame->HasDebugInformation()) { in GetDefaultFile()
1464 return !frame->HasDebugInformation(); in Format()