From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Eli Zaretskii Cc: gdb-patches@sourceware.cygnus.com Subject: Re: [rfa/doc] Mention -i=mi0; Was: [patch] Add -i=mi0 as an interpreter Date: Thu, 05 Jul 2001 21:06:00 -0000 Message-id: <3B453921.9060502@cygnus.com> References: X-SW-Source: 2001-07/msg00138.html >> ! @samp{--interpreter=mi} (or @samp{--interpreter=mi1}) causes >> ! @value{GDBN} to use the @dfn{gdbmi interface} (@pxref{GDB/MI, , The >> ! @sc{gdb/mi} Interface}). The older @dfn{gdbmi interface} included in >> ! @value{GDBN} version 5.0 can be selected with @samp{--interpreter=mi0}. > > > Please don't use @dfn{gdbmi interface} more than once in the same > section. @dfn is for introducing new terms; once you've introduced > it, it shouldn't be needed to do that again in the next sentence. Ah! > Also, I believe we were saying gdb/mi all over the place, not gdbmi. Cut/paste problem. Thanks. I've checked in the attached. Andrew