> Date: Thu, 30 Oct 2003 14:10:24 -0500 > From: Andrew Cagney <ac131313@redhat.com> > > Just "gdb -i=mi" is sufficient. From the source code: > > /* -nw is equivalent to -i=console. */ > > so the above is equivalent to: > > -i=mi -i=console I think we should tell that both in the manual and in the text displayed by "gdb --help".