This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB with options -i=mi & --nw doesn't enable mi


> 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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]