Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp72 if (!frame->HasDebugInformation()) { in DefaultShouldStopHereCallback()
H A DThread.cpp330 if (frame->HasDebugInformation() && in FrameSelectedCallback()
1920 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepIn()
1954 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepOver()
H A DStackFrame.cpp1146 bool StackFrame::HasDebugInformation() { in HasDebugInformation() function in StackFrame
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h319 bool HasDebugInformation();
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp549 if (frame_sp->HasDebugInformation()) { in StepOver()
596 if (frame_sp && frame_sp->HasDebugInformation()) { in StepInto()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp488 if (frame->HasDebugInformation()) { in DoExecute()
543 if (frame->HasDebugInformation()) in DoExecute()
979 if (frame->HasDebugInformation()) { in DoExecute()
H A DCommandObjectSource.cpp515 } else if (!cur_frame->HasDebugInformation()) { in DumpLinesForFrame()
H A DCommandObjectBreakpoint.cpp770 } else if (!cur_frame->HasDebugInformation()) { in GetDefaultFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1529 return !frame->HasDebugInformation(); in Format()