Searched refs:GDB_RETRY_MAX (Results 1 – 1 of 1) sorted by relevance
54 #define GDB_RETRY_MAX 10 macro212 } while ( (r < 0) && (count < GDB_RETRY_MAX) ); in receive_command()327 } while ( !gdb_check_ack(ctx) && (count++ < GDB_RETRY_MAX) ); in gdb_send_packet()329 if ( count == GDB_RETRY_MAX ) in gdb_send_packet()331 __func__, GDB_RETRY_MAX); in gdb_send_packet()
Completed in 3 milliseconds