Two problems -- any suggestions would be much appreciated:
1) GDB does not take input from the Emacs GUD buffer (or the *input/
output* buffer). For example:
(gdb) <user command>
<GDB QUESTION> (y or n) [answered N; input not from terminal]
2) GDB does not put output to the Emacs GUD buffer (or the *input/
output* buffer) until the program finishes. For example, after
stepping over printf("Hello\n"), nothing happens.
Software versions:
1) GNU Emacs 22.2.1 (i386-mingw-nt5.2.3790)
2) GNU gdb 6.6 (i686-pc-mingw32)
3) GNU gcc (GCC) 3.4.5 (mingw special)
4) MS Windows XP Pro SP 3 or Server 2003 R2
Thank you!