Home | History | Annotate | Download | only in API

Lines Matching refs:GetFP

568 SBFrame::GetFP () const
586 addr = frame->GetRegisterContext()->GetFP();
591 log->Printf ("SBFrame::GetFP () => error: could not reconstruct frame object for this SBFrame.");
597 log->Printf ("SBFrame::GetFP () => error: process is running");
602 log->Printf ("SBFrame(%p)::GetFP () => 0x%" PRIx64, frame, addr);