From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10502 invoked by alias); 24 May 2014 07:20:07 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 10489 invoked by uid 89); 24 May 2014 07:20:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout27.012.net.il Received: from mtaout27.012.net.il (HELO mtaout27.012.net.il) (80.179.55.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 24 May 2014 07:20:05 +0000 Received: from conversion-daemon.mtaout27.012.net.il by mtaout27.012.net.il (HyperSendmail v2007.08) id <0N6200200GYTX400@mtaout27.012.net.il> for gdb-patches@sourceware.org; Sat, 24 May 2014 10:16:49 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout27.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N6200157HK1H740@mtaout27.012.net.il>; Sat, 24 May 2014 10:16:49 +0300 (IDT) Date: Sat, 24 May 2014 07:20:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 3/4] Document RSP support for Linux exec events In-reply-to: <1400885374-18915-4-git-send-email-donb@codesourcery.com> To: Don Breazeal Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83d2f3lk23.fsf@gnu.org> References: <1398885482-8449-1-git-send-email-donb@codesourcery.com> <1400885374-18915-4-git-send-email-donb@codesourcery.com> X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00616.txt.bz2 > From: Don Breazeal > Date: Fri, 23 May 2014 15:49:33 -0700 > > This patch adds documentation of the new RSP support for exec events. Thanks. > +@cindex exec events, remote reply > +@item exec > +The packet indicates that @code{execve} was called, and @var{r} is the > +absolute pathname of the file that was executed, in hex. Please use "file name". GNU coding standards frown on using "pathname" in this context. > This is > +only applicable to certain targets. What is "only applicable to certain targets", the packet or the fact that R is the file name of the exec'ed process? I also think you should mention the fact that gdbserver supports follow-exec-mode in the "Forks" node, as the text there does sound as if this is only supported in native debugging.