reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86672   SWIG_Python_SetConstant(d, "eFrameCompareYounger",SWIG_From_int(static_cast< int >(lldb::eFrameCompareYounger)));
tools/lldb/source/Target/ThreadPlanShouldStopHere.cpp
   68       (operation == eFrameCompareYounger && flags.Test(eStepInAvoidNoDebug)) ||
tools/lldb/source/Target/ThreadPlanStepInRange.cpp
  173         CheckShouldStopHereAndQueueStepOut(eFrameCompareYounger, m_status);
  249     if (!m_sub_plan_sp && frame_order == eFrameCompareYounger)
  255     if (!m_sub_plan_sp && frame_order == eFrameCompareYounger &&
  398       operation == eFrameCompareYounger) {
tools/lldb/source/Target/ThreadPlanStepOverRange.cpp
  160   } else if (frame_order == eFrameCompareYounger) {
tools/lldb/source/Target/ThreadPlanStepRange.cpp
  225     frame_order = eFrameCompareYounger;