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

  /src/external/gpl3/gdb/dist/gdb/
remote.c 2354 static int remote_packet_max_chars = 512;
10172 if (remote_packet_max_chars < 0)
10175 max_chars = remote_packet_max_chars;
10544 if (remote_packet_max_chars < 0)
10547 max_chars = remote_packet_max_chars;
16637 &remote_packet_max_chars, _("\
2353 static int remote_packet_max_chars = 512; variable
  /src/external/gpl3/gdb.old/dist/gdb/
remote.c 2310 static int remote_packet_max_chars = 512;
10076 if (remote_packet_max_chars < 0)
10079 max_chars = remote_packet_max_chars;
10448 if (remote_packet_max_chars < 0)
10451 max_chars = remote_packet_max_chars;
16383 &remote_packet_max_chars, _("\
2309 static int remote_packet_max_chars = 512; variable

Completed in 50 milliseconds