Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp71 if (!frame->HasDebugInformation()) { in DefaultShouldStopHereCallback()
H A DThread.cpp323 if (frame->HasDebugInformation() && in FrameSelectedCallback()
1907 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepIn()
1941 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepOver()
H A DStackFrame.cpp1133 bool StackFrame::HasDebugInformation() { in HasDebugInformation() function in StackFrame
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h313 bool HasDebugInformation();
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp449 if (frame->HasDebugInformation()) { in DoExecute()
504 if (frame->HasDebugInformation()) in DoExecute()
951 if (frame->HasDebugInformation()) { in DoExecute()
H A DCommandObjectSource.cpp518 } else if (!cur_frame->HasDebugInformation()) { in DumpLinesForFrame()
H A DCommandObjectBreakpoint.cpp761 } else if (!cur_frame->HasDebugInformation()) { in GetDefaultFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp561 if (frame_sp->HasDebugInformation()) { in StepOver()
613 if (frame_sp && frame_sp->HasDebugInformation()) { in StepInto()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1465 return !frame->HasDebugInformation(); in Format()