From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: GDB Patches Subject: [patch] Fix doco for ``!'' and ``R'' packets Date: Thu, 14 Jun 2001 15:08:00 -0000 Message-id: <3B2935F2.3080302@cygnus.com> X-SW-Source: 2001-06/msg00282.html Hello, The attached fixes the documentation for the ``!'' and ``R'' packets: o ``!'' does return OK o ``R'' doesn't return at all I think these tweeks are pretty straight forward. Andrew >From eliz@is.elta.co.il Thu Jun 14 23:40:00 2001 From: "Eli Zaretskii" To: ac131313@cygnus.com Cc: gdb-patches@sourceware.cygnus.com Subject: Re: [patch] Fix doco for ``!'' and ``R'' packets Date: Thu, 14 Jun 2001 23:40:00 -0000 Message-id: <1659-Fri15Jun2001093840+0300-eliz@is.elta.co.il> References: <3B2935F2.3080302@cygnus.com> X-SW-Source: 2001-06/msg00283.html Content-length: 573 > Date: Thu, 14 Jun 2001 18:08:50 -0400 > From: Andrew Cagney > > The attached fixes the documentation for the ``!'' and ``R'' packets: > > o ``!'' does return OK > > o ``R'' doesn't return at all > > I think these tweeks are pretty straight forward. Approved, but I have one question/comment: > ! @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?