This is the mail archive of the gdb-patches@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]

[rfa/doc] Mention -i=mi0; Was: [patch] Add -i=mi0 as an interpreter


> Date: Mon, 18 Jun 2001 13:54:34 -0400
>> From: Andrew Cagney <ac131313@cygnus.com>
>> 
>> This patch gets GDB to accept -i=mi and -i=mi0 (and lets not mention 
>> -i=mi1 :-) as an MI interpreter.
> 
> 
> We must update gdb.texinfo to reflect this change.  It currently
> documents only -i=mi.


The attatched patch mentions -i=mi, -i=mi0 and even -i=mi1.  Ok?

	Andrew



2001-07-04  Andrew Cagney  <ac131313@redhat.com>

	* gdb.texinfo (Mode Options): Mention the mi0 and mi1
	interpreters.

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.43
diff -p -r1.43 gdb.texinfo
*** gdb.texinfo	2001/06/17 07:00:34	1.43
--- gdb.texinfo	2001/07/04 20:59:55
*************** Run using @var{device} for your program'
*** 1045,1053 ****
  @cindex @code{--interpreter}
  Use the interpreter @var{interp} for interface with the controlling
  program or device.  This option is meant to be set by programs which
! communicate with @value{GDBN} using it as a back end.  For example,
! @samp{--interpreter=mi} causes @value{GDBN} to use the @dfn{gdbmi
! interface} (@pxref{GDB/MI, , The @sc{gdb/mi} Interface}).
  
  @item -write
  @cindex @code{--write}
--- 1045,1056 ----
  @cindex @code{--interpreter}
  Use the interpreter @var{interp} for interface with the controlling
  program or device.  This option is meant to be set by programs which
! communicate with @value{GDBN} using it as a back end.
! 
! @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}.
  
  @item -write
  @cindex @code{--write}

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