One of my debug probes is very slow. When I download my application via a gdb script triggered by debug_send_command(), SE eventually times out with:
Command failed: Timed out waiting for response from GDB
Is there a way to increase the timeout waiting for debug_send_command() to finish?
I tried increasing the timeout under "Remote options" in the attach dialog, but that didn't seem to change the timeout for debug_send_command().