Searched refs:HasDebugInformation (Results 1 – 9 of 9) sorted by relevance
72 if (!frame->HasDebugInformation()) { in DefaultShouldStopHereCallback()
326 if (frame->HasDebugInformation() && in FrameSelectedCallback()1927 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepIn()1961 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepOver()
1153 bool StackFrame::HasDebugInformation() { in HasDebugInformation() function in StackFrame
318 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()
522 } else if (!cur_frame->HasDebugInformation()) { in DumpLinesForFrame()
772 } else if (!cur_frame->HasDebugInformation()) { in GetDefaultFile()
1523 return !frame->HasDebugInformation(); in Format()