Home
last modified time | relevance | path

Searched refs:eFrameCompareYounger (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp159 CheckShouldStopHereAndQueueStepOut(eFrameCompareYounger, m_status); in ShouldStop()
236 if (!m_sub_plan_sp && frame_order == eFrameCompareYounger) in ShouldStop()
242 if (!m_sub_plan_sp && frame_order == eFrameCompareYounger && in ShouldStop()
374 operation == eFrameCompareYounger) { in DefaultShouldStopHereCallback()
H A DThreadPlanShouldStopHere.cpp71 (operation == eFrameCompareYounger && flags.Test(eStepInAvoidNoDebug)) || in DefaultShouldStopHereCallback()
H A DThreadPlanStepOverRange.cpp176 } else if (frame_order == eFrameCompareYounger) { in ShouldStop()
H A DThreadPlanStepRange.cpp227 frame_order = eFrameCompareYounger; in CompareCurrentFrameToStartFrame()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp383 if (InvokeShouldStopHereCallback(eFrameCompareYounger, error)) { in ShouldStop()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h946 eFrameCompareYounger, enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1172 .. py:data:: eFrameCompareYounger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp83082 {SWIG_LUA_CONSTTAB_INT("eFrameCompareYounger", (lldb::eFrameCompareYounger))},