mirror of
https://git.rtems.org/rtems-tools/
synced 2025-06-17 23:22:06 +08:00

Fix the output from the simulator to gdb to use gdb interfaces so the output is passes through the MI protocol if used. Add a nouartrx option to the simulator so it does not block on an stdin read. The termios settings put the tty into non-blocking mode however the read sometimes blocks on high loads.