Searched refs:HasDebugInformation (Results 1 – 10 of 10) sorted by relevance
72 if (!frame->HasDebugInformation()) { in DefaultShouldStopHereCallback()
331 if (frame->HasDebugInformation() && in FrameSelectedCallback()1933 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepIn()1967 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepOver()
1141 bool StackFrame::HasDebugInformation() { in HasDebugInformation() function in StackFrame
320 bool HasDebugInformation();
549 if (frame_sp->HasDebugInformation()) { in StepOver()596 if (frame_sp && frame_sp->HasDebugInformation()) { in StepInto()
482 if (frame->HasDebugInformation()) { in DoExecute()537 if (frame->HasDebugInformation()) in DoExecute()941 if (frame->HasDebugInformation()) { in DoExecute()
515 } else if (!cur_frame->HasDebugInformation()) { in DumpLinesForFrame()
780 } else if (!cur_frame->HasDebugInformation()) { in GetDefaultFile()
532 && !(frame_sp && frame_sp->HasDebugInformation())) in ClangExpressionParser()
1578 return !frame->HasDebugInformation(); in Format()