Home
last modified time | relevance | path

Searched refs:m_pcs (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DHistoryUnwind.cpp28 : 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()
DHistoryThread.cpp31 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()
DHistoryUnwind.h38 std::vector<lldb::addr_t> m_pcs;
DHistoryThread.h81 std::vector<lldb::addr_t> m_pcs; variable