This is the mail archive of the gdb-patches@sourceware.org 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: [PATCH 3/4] Document RSP support for exec events


> -----Original Message-----
> From: Eli Zaretskii [mailto:eliz@gnu.org]
> Sent: Wednesday, April 02, 2014 7:50 PM
> To: Breazeal, Don
> Cc: gdb-patches@sourceware.org
> Subject: Re: [PATCH 3/4] Document RSP support for exec events
> 
> > From: "Breazeal, Don" <donb@codesourcery.com>
> > Date: Wed, 2 Apr 2014 22:24:18 +0000
> >
> > This patch adds documentation of the new RSP support for exec events.
> 
> Thanks.
> 
> > doc/
> > 2014-04-02  Don Breazeal  <donb@codesourcery.com>
> >
> >         * gdb.texinfo: Document RSP support for exec events.
> 
> Please state the name of the node where you make the change.
> 
> > +@cindex exec events, remote reply
> > +@item exec
> > +The packet indicates that execve was called, and @var{r} is the
> > +absolute pathname of the file that was executed, in hex.  This is
> > +only applicable to certain targets.
> > +
> 
> "execve" should be in @code, as it is a C symbol.
> 
> OK with that change.

Thanks for the review.  Here is the updated patch.  I don't have write access, so if and when the patch series is approved I'll need help with the commit.
Thanks
--Don

doc/
2014-04-03  Don Breazeal  <donb@codesourcery.com>

        * gdb.texinfo (Stop Reply Packets): Document RSP support
        for exec events.

Attachment: 0003v2-remote-exec-doc.patch
Description: 0003v2-remote-exec-doc.patch


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