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.cpp72 if (!frame->HasDebugInformation()) { in DefaultShouldStopHereCallback()
H A DThread.cpp331 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()
H A DStackFrame.cpp1141 bool StackFrame::HasDebugInformation() { in HasDebugInformation() function in StackFrame
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h320 bool HasDebugInformation();
/freebsd/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/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp482 if (frame->HasDebugInformation()) { in DoExecute()
537 if (frame->HasDebugInformation()) in DoExecute()
941 if (frame->HasDebugInformation()) { in DoExecute()
H A DCommandObjectSource.cpp515 } else if (!cur_frame->HasDebugInformation()) { in DumpLinesForFrame()
H A DCommandObjectBreakpoint.cpp780 } else if (!cur_frame->HasDebugInformation()) { in GetDefaultFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp532 && !(frame_sp && frame_sp->HasDebugInformation())) in ClangExpressionParser()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1578 return !frame->HasDebugInformation(); in Format()