reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
69 if (m_cursor.fp == LLDB_INVALID_ADDRESS) 71 reg_value = m_cursor.fp;tools/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
52 if (m_cursors[idx].fp == LLDB_INVALID_ADDRESS) 56 cfa = m_cursors[idx].fp; 95 cursor.fp = reg_ctx->GetFP(0); 97 Frame_i386 frame = {static_cast<uint32_t>(cursor.fp), 111 cursor.fp = frame.fp; 144 cursor.fp = m_cursors.front().fp; 144 cursor.fp = m_cursors.front().fp; 150 m_cursors.front().fp = first_frame_sp; 187 cursor.fp = reg_ctx->GetFP(0); 189 Frame_x86_64 frame = {cursor.fp, cursor.pc}; 202 cursor.fp = frame.fp; 234 cursor.fp = m_cursors.front().fp; 234 cursor.fp = m_cursors.front().fp; 240 m_cursors.front().fp = first_frame_sp;