Searched refs:gdb_comm (Results 1 – 4 of 4) sorted by relevance
173 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in GetPrimordialRegister() argument178 gdb_comm.ReadRegister(m_thread.GetProtocolID(), remote_reg)) in GetPrimordialRegister()194 GDBRemoteCommunicationClient &gdb_comm( in ReadRegisterBytes() local204 gdb_comm.ReadAllRegisters(m_thread.GetProtocolID())) { in ReadRegisterBytes()256 success = GetPrimordialRegister(prim_reg_info, gdb_comm); in ReadRegisterBytes()267 GetPrimordialRegister(reg_info, gdb_comm); in ReadRegisterBytes()304 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in SetPrimordialRegister() argument311 return gdb_comm.WriteRegister( in SetPrimordialRegister()327 GDBRemoteCommunicationClient &gdb_comm( in WriteRegisterBytes() local351 GDBRemoteClientBase::Lock lock(gdb_comm, false); in WriteRegisterBytes()[all …]
118 GDBRemoteCommunicationClient &gdb_comm);121 GDBRemoteCommunicationClient &gdb_comm);
85 ScopedTimeout(GDBRemoteCommunication &gdb_comm,
1265 GDBRemoteCommunication &gdb_comm, std::chrono::seconds timeout) in ScopedTimeout() argument1266 : m_gdb_comm(gdb_comm), m_timeout_modified(false) { in ScopedTimeout()1267 auto curr_timeout = gdb_comm.GetPacketTimeout(); in ScopedTimeout()