Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp74 if (!frame->HasDebugInformation()) { in DefaultShouldStopHereCallback()
H A DThread.cpp338 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()
H A DStackFrame.cpp1206 bool StackFrame::HasDebugInformation() { in HasDebugInformation() function in StackFrame
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h317 bool HasDebugInformation();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp557 if (frame_sp->HasDebugInformation()) { in StepOver()
604 if (frame_sp && frame_sp->HasDebugInformation()) { in StepInto()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp488 if (frame->HasDebugInformation()) { in DoExecute()
543 if (frame->HasDebugInformation()) in DoExecute()
946 if (frame->HasDebugInformation()) { in DoExecute()
H A DCommandObjectSource.cpp515 } else if (!cur_frame->HasDebugInformation()) { in DumpLinesForFrame()
H A DCommandObjectBreakpoint.cpp808 if (!cur_frame->HasDebugInformation()) { in GetDefaultFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp648 && !(frame_sp && frame_sp->HasDebugInformation())) in SetupLangOpts()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1725 return !frame->HasDebugInformation(); in Format()