Home
last modified time | relevance | path

Searched refs:HasDebugInformation (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp72 if (!frame->HasDebugInformation()) { in DefaultShouldStopHereCallback()
H A DThread.cpp324 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()
H A DStackFrame.cpp1140 bool StackFrame::HasDebugInformation() { in HasDebugInformation() function in StackFrame
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStackFrame.h313 bool HasDebugInformation();
/llvm-project-15.0.7/lldb/source/API/
H A DSBThread.cpp551 if (frame_sp->HasDebugInformation()) { in StepOver()
598 if (frame_sp && frame_sp->HasDebugInformation()) { in StepInto()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp485 if (frame->HasDebugInformation()) { in DoExecute()
540 if (frame->HasDebugInformation()) in DoExecute()
978 if (frame->HasDebugInformation()) { in DoExecute()
H A DCommandObjectSource.cpp521 } else if (!cur_frame->HasDebugInformation()) { in DumpLinesForFrame()
H A DCommandObjectBreakpoint.cpp771 } else if (!cur_frame->HasDebugInformation()) { in GetDefaultFile()
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp1464 return !frame->HasDebugInformation(); in Format()