Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp72 if (!frame->HasDebugInformation()) { in DefaultShouldStopHereCallback()
H A DThread.cpp326 if (frame->HasDebugInformation() && in FrameSelectedCallback()
1927 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepIn()
1961 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepOver()
H A DStackFrame.cpp1153 bool StackFrame::HasDebugInformation() { in HasDebugInformation() function in StackFrame
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrame.h318 bool HasDebugInformation();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp551 if (frame_sp->HasDebugInformation()) { in StepOver()
598 if (frame_sp && frame_sp->HasDebugInformation()) { in StepInto()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp485 if (frame->HasDebugInformation()) { in DoExecute()
540 if (frame->HasDebugInformation()) in DoExecute()
978 if (frame->HasDebugInformation()) { in DoExecute()
H A DCommandObjectSource.cpp522 } else if (!cur_frame->HasDebugInformation()) { in DumpLinesForFrame()
H A DCommandObjectBreakpoint.cpp772 } else if (!cur_frame->HasDebugInformation()) { in GetDefaultFile()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp1523 return !frame->HasDebugInformation(); in Format()