Searched refs:GDB_RETRY_MAX (Results 1 – 1 of 1) sorted by relevance
55 #define GDB_RETRY_MAX 10 macro213 } while ( (r < 0) && (count < GDB_RETRY_MAX) ); in receive_command()328 } while ( !gdb_check_ack(ctx) && (count++ < GDB_RETRY_MAX) ); in gdb_send_packet()330 if ( count == GDB_RETRY_MAX ) in gdb_send_packet()332 __func__, GDB_RETRY_MAX); in gdb_send_packet()
Completed in 3 milliseconds