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.cpp157 CheckShouldStopHereAndQueueStepOut(eFrameCompareYounger, m_status); in ShouldStop()
234 if (!m_sub_plan_sp && frame_order == eFrameCompareYounger) in ShouldStop()
240 if (!m_sub_plan_sp && frame_order == eFrameCompareYounger && in ShouldStop()
373 operation == eFrameCompareYounger) { in DefaultShouldStopHereCallback()
H A DThreadPlanShouldStopHere.cpp69 (operation == eFrameCompareYounger && flags.Test(eStepInAvoidNoDebug)) || in DefaultShouldStopHereCallback()
H A DThreadPlanStepOverRange.cpp161 } else if (frame_order == eFrameCompareYounger) { in ShouldStop()
H A DThreadPlanStepRange.cpp225 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.h933 eFrameCompareYounger, enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1172 .. py:data:: eFrameCompareYounger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81678 {SWIG_LUA_CONSTTAB_INT("eFrameCompareYounger", (lldb::eFrameCompareYounger))},