gdbstub_handle_uart_int() function
Handle UART interrupt Handle UART interrupt for gdbstub. The function disable WDT. If Ctrl+C combination detected (0x03), then application will start to process incoming GDB messages. The gdbstub will stay in this interrupt until continue command will be received ($c#63).