Searched refs:m_pcs (Results 1 – 4 of 4) sorted by relevance
28 : Unwind(thread), m_pcs(pcs), in HistoryUnwind()37 m_pcs.clear(); in DoClear()61 if (frame_idx < m_pcs.size()) { in DoGetFrameInfoAtIndex()63 pc = m_pcs[frame_idx]; in DoGetFrameInfoAtIndex()73 uint32_t HistoryUnwind::DoGetFrameCount() { return m_pcs.size(); } in DoGetFrameCount()
31 m_pcs(pcs), m_extended_unwind_token(LLDB_INVALID_ADDRESS), m_queue_name(), in HistoryThread()51 if (m_pcs.size() > 0) { in GetRegisterContext()53 *this, 0, GetProcess()->GetAddressByteSize(), m_pcs[0]); in GetRegisterContext()
38 std::vector<lldb::addr_t> m_pcs;
81 std::vector<lldb::addr_t> m_pcs; variable