Searched refs:HasDebugInformation (Results 1 – 10 of 10) sorted by relevance
74 if (!frame->HasDebugInformation()) { in DefaultShouldStopHereCallback()
338 if (frame->HasDebugInformation() && in FrameSelectedCallback()1981 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepIn()2015 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepOver()
1206 bool StackFrame::HasDebugInformation() { in HasDebugInformation() function in StackFrame
317 bool HasDebugInformation();
557 if (frame_sp->HasDebugInformation()) { in StepOver()604 if (frame_sp && frame_sp->HasDebugInformation()) { in StepInto()
488 if (frame->HasDebugInformation()) { in DoExecute()543 if (frame->HasDebugInformation()) in DoExecute()946 if (frame->HasDebugInformation()) { in DoExecute()
515 } else if (!cur_frame->HasDebugInformation()) { in DumpLinesForFrame()
808 if (!cur_frame->HasDebugInformation()) { in GetDefaultFile()
648 && !(frame_sp && frame_sp->HasDebugInformation())) in SetupLangOpts()
1725 return !frame->HasDebugInformation(); in Format()