Searched refs:SetThreadPc (Results 1 – 2 of 2) sorted by relevance
449 void SetThreadPc(const lldb::ThreadSP &thread_sp, uint64_t index);
1605 SetThreadPc(thread_sp, i); in DoUpdateThreadList()1624 void ProcessGDBRemote::SetThreadPc(const ThreadSP &thread_sp, uint64_t index) { in SetThreadPc() function in ProcessGDBRemote1741 SetThreadPc(thread_sp, iter - m_thread_ids.begin()); in SetThreadStopInfo()