Home | History | Annotate | Download | only in Utility

Lines Matching refs:cfa

87     if (!reg_ctx_sp->GetCFA (first_cursor_sp->cfa))
152 if (!reg_ctx_sp->GetCFA (cursor_sp->cfa))
156 log->Printf("%*sFrame %d did not get CFA for this frame, stopping stack walk",
161 if (abi && !abi->CallFrameAddressIsValid(cursor_sp->cfa))
165 log->Printf("%*sFrame %d did not get a valid CFA for this frame, stopping stack walk",
192 if (m_frames.back()->cfa == cursor_sp->cfa)
196 // We might have a CFA that is not using the frame pointer and
213 UnwindLLDB::DoGetFrameInfoAtIndex (uint32_t idx, addr_t& cfa, addr_t& pc)
229 cfa = m_frames[idx]->cfa;