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]

Re: [patch] Fix doco for ``!'' and ``R'' packets


> ! @item extended mode
>> @tab @code{!}
>> @tab
>> ! Enable extended mode.  In extended mode, the remote server is made
>> ! persistent.  The (@samp{R}) packet is used to restart the program being
>> ! debugged.
> 
> 
> Why is samp{R} inside parentheses?


Fixed, thanks.

	Andrew


2001-06-16  Andrew Cagney  <ac131313@redhat.com>

	* gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.41
diff -p -r1.41 gdb.texinfo
*** gdb.texinfo	2001/06/14 22:10:46	1.41
--- gdb.texinfo	2001/06/16 19:30:40
*************** their corresponding response @var{data}:
*** 9782,9788 ****
  @tab @code{!}
  @tab
  Enable extended mode.  In extended mode, the remote server is made
! persistent.  The (@samp{R}) packet is used to restart the program being
  debugged.
  @item
  @tab reply @samp{OK}
--- 9782,9788 ----
  @tab @code{!}
  @tab
  Enable extended mode.  In extended mode, the remote server is made
! persistent.  The @samp{R} packet is used to restart the program being
  debugged.
  @item
  @tab reply @samp{OK}

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