Closes https://github.com/espressif/esp-idf/issues/2335
The old command caused was incorrect (x is “examine”, not “execute”) and caused GDB register update only by chance. This replaces it with “flushregs” command which purpose is exactly that — force GDB to fetch registers from the remote.