HomeSort by: relevance | last modified time | path
    Searched defs:remote_packet_size (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
remote.c 497 long remote_packet_size; member in struct:remote_arch_state
562 The size of the buffer is always at least REMOTE_PACKET_SIZE;
563 REMOTE_PACKET_SIZE should be used to limit the length of outgoing
751 memory read/write packet. MIN (rsa->remote_packet_size,
1300 void remote_packet_size (const protocol_feature *feature,
1822 if (this->buf.size () < rsa->remote_packet_size)
1823 this->buf.resize (2 * rsa->remote_packet_size);
1975 this->remote_packet_size = 400 - 1;
1986 if (this->sizeof_g_packet > ((this->remote_packet_size - 32) / 2))
1987 this->remote_packet_size = (this->sizeof_g_packet * 2 + 32)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
remote.c 474 long remote_packet_size; member in struct:remote_arch_state
539 The size of the buffer is always at least REMOTE_PACKET_SIZE;
540 REMOTE_PACKET_SIZE should be used to limit the length of outgoing
724 memory read/write packet. MIN (rsa->remote_packet_size,
1270 void remote_packet_size (const protocol_feature *feature,
1778 if (this->buf.size () < rsa->remote_packet_size)
1779 this->buf.resize (2 * rsa->remote_packet_size);
1931 this->remote_packet_size = 400 - 1;
1942 if (this->sizeof_g_packet > ((this->remote_packet_size - 32) / 2))
1943 this->remote_packet_size = (this->sizeof_g_packet * 2 + 32)
    [all...]

Completed in 29 milliseconds