Searched refs:m_thread_pcs (Results 1 – 2 of 2) sorted by relevance
256 m_async_thread_state_mutex(), m_thread_ids(), m_thread_pcs(), in ProcessGDBRemote()1491 m_thread_pcs.clear(); in ClearThreadIDList()1515 m_thread_pcs.clear(); in UpdateThreadPCsFromStopReplyThreadsValue()1522 m_thread_pcs.push_back(pc); in UpdateThreadPCsFromStopReplyThreadsValue()1527 m_thread_pcs.push_back(pc); in UpdateThreadPCsFromStopReplyThreadsValue()1528 return m_thread_pcs.size(); in UpdateThreadPCsFromStopReplyThreadsValue()1539 m_thread_pcs.clear(); in UpdateThreadIDList()1572 m_thread_pcs.clear(); in UpdateThreadIDList()1655 if (m_thread_ids.size() == m_thread_pcs.size() && thread_sp.get() && in SetThreadPc()1664 gdb_thread->PrivateSetRegisterValue(pc_regnum, m_thread_pcs[index]); in SetThreadPc()[all …]
268 std::vector<lldb::addr_t> m_thread_pcs; // PC values for all the threads. variable