Home | History | Annotate | Download | only in gdb-remote

Lines Matching defs:timeout_seconds

268     const uint64_t timeout_seconds = GetGlobalPluginProperties()->GetPacketTimeout();
269 if (timeout_seconds > 0)
270 m_gdb_comm.SetPacketTimeout(timeout_seconds);