Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDRegisterContextUnwind.cpp721 addr_t next_next_frame_cfa = LLDB_INVALID_ADDRESS; in CheckIfLoopingStack() local
722 if (next_next_frame && next_next_frame->GetCFA(next_next_frame_cfa)) { in CheckIfLoopingStack()
723 if (next_next_frame_cfa == m_cfa) { in CheckIfLoopingStack()