Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanShouldStopHere.cpp72 if (!frame->HasDebugInformation()) { in DefaultShouldStopHereCallback()
HDThread.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()
HDStackFrame.cpp1141 bool StackFrame::HasDebugInformation() { in HasDebugInformation() function in StackFrame
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDStackFrame.h320 bool HasDebugInformation();
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBThread.cpp549 if (frame_sp->HasDebugInformation()) { in StepOver()
596 if (frame_sp && frame_sp->HasDebugInformation()) { in StepInto()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectThread.cpp482 if (frame->HasDebugInformation()) { in DoExecute()
537 if (frame->HasDebugInformation()) in DoExecute()
941 if (frame->HasDebugInformation()) { in DoExecute()
HDCommandObjectSource.cpp515 } else if (!cur_frame->HasDebugInformation()) { in DumpLinesForFrame()
HDCommandObjectBreakpoint.cpp780 } else if (!cur_frame->HasDebugInformation()) { in GetDefaultFile()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionParser.cpp532 && !(frame_sp && frame_sp->HasDebugInformation())) in ClangExpressionParser()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDFormatEntity.cpp1578 return !frame->HasDebugInformation(); in Format()