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

  /src/external/gpl3/gdb/dist/gdb/stubs/
z80-stub.c 111 #define DBG_PACKET_SIZE 150
280 #if DBG_PACKET_SIZE < (NUMREGBYTES*2+5)
281 #error "Too small DBG_PACKET_SIZE"
471 char buffer[DBG_PACKET_SIZE+1];
495 #if DBG_PACKET_SIZE <= 256
508 count = DBG_PACKET_SIZE;
703 p = int2hex (&buffer[11], DBG_PACKET_SIZE);
735 if (length > DBG_PACKET_SIZE)
780 if (len > DBG_PACKET_SIZE/2)
816 if (len*2 + (p - buffer) > DBG_PACKET_SIZE)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
z80-stub.c 111 #define DBG_PACKET_SIZE 150
280 #if DBG_PACKET_SIZE < (NUMREGBYTES*2+5)
281 #error "Too small DBG_PACKET_SIZE"
471 char buffer[DBG_PACKET_SIZE+1];
495 #if DBG_PACKET_SIZE <= 256
508 count = DBG_PACKET_SIZE;
703 p = int2hex (&buffer[11], DBG_PACKET_SIZE);
735 if (length > DBG_PACKET_SIZE)
780 if (len > DBG_PACKET_SIZE/2)
816 if (len*2 + (p - buffer) > DBG_PACKET_SIZE)
    [all...]

Completed in 17 milliseconds