Lines Matching refs:GetProtocolID
158 …= ::snprintf (packet, sizeof(packet), "p%x;thread:%4.4" PRIx64 ";", reg, m_thread.GetProtocolID()); in GetPrimordialRegister()
190 …t<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID())) in ReadRegisterBytes()
199 …et_len = ::snprintf (packet, sizeof(packet), "g;thread:%4.4" PRIx64 ";", m_thread.GetProtocolID()); in ReadRegisterBytes()
317 packet.Printf (";thread:%4.4" PRIx64 ";", m_thread.GetProtocolID()); in SetPrimordialRegister()
343 packet.Printf ("QSyncThreadState:%4.4" PRIx64 ";", m_thread.GetProtocolID()); in SyncThreadState()
389 …t<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID())) in WriteRegisterBytes()
404 packet.Printf (";thread:%4.4" PRIx64 ";", m_thread.GetProtocolID()); in WriteRegisterBytes()
511 …t<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID())) in ReadAllRegisterValues()
515 …packet_len = ::snprintf (packet, sizeof(packet), "g;thread:%4.4" PRIx64, m_thread.GetProtocolID()); in ReadAllRegisterValues()
532 …intf (thread_id_cstr, sizeof(thread_id_cstr), ";thread:%4.4" PRIx64 ";", m_thread.GetProtocolID()); in ReadAllRegisterValues()
582 …t<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID())) in WriteAllRegisterValues()
655 … packet.Printf (";thread:%4.4" PRIx64 ";", m_thread.GetProtocolID()); in WriteAllRegisterValues()