Home | History | Annotate | Download | only in Target

Lines Matching defs:pc

123             // FIXME: We probably also have to do something special if the PC is at the END
194 // So first we check whether we have more than one inlined block sharing this PC:
291 lldb::addr_t pc;
304 const bool success = unwinder->GetFrameInfoAtIndex(idx, cfa, pc);
311 pc = reg_ctx_sp->GetPC();
319 pc,
332 const bool success = unwinder->GetFrameInfoAtIndex(idx, cfa, pc);
339 unwind_frame_sp.reset (new StackFrame (m_thread.shared_from_this(), m_frames.size(), idx, cfa, pc, NULL));
534 addr_t pc, cfa;
535 if (unwinder->GetFrameInfoAtIndex(idx, cfa, pc))
537 frame_sp.reset (new StackFrame (m_thread.shared_from_this(), idx, idx, cfa, pc, NULL));