From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83067 invoked by alias); 31 Jul 2015 17:06:30 -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 83056 invoked by uid 89); 31 Jul 2015 17:06:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 31 Jul 2015 17:06:28 +0000 Received: from svr-orw-fem-05.mgc.mentorg.com ([147.34.97.43]) by relay1.mentorg.com with esmtp id 1ZLDlI-0004sp-CS from Don_Breazeal@mentor.com ; Fri, 31 Jul 2015 10:06:24 -0700 Received: from [172.30.11.41] (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 31 Jul 2015 10:06:23 -0700 Message-ID: <55BBAB0A.7010302@codesourcery.com> Date: Fri, 31 Jul 2015 17:06:00 -0000 From: Don Breazeal User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Eli Zaretskii , "Breazeal, Don" CC: "gdb-patches@sourceware.org" , "palves@redhat.com" Subject: Re: [PATCH v2 5/5] Extended-remote exec event docs References: <1436996979-32350-1-git-send-email-donb@codesourcery.com> <1438298360-29594-1-git-send-email-donb@codesourcery.com> <1438298360-29594-6-git-send-email-donb@codesourcery.com> <83k2tgx283.fsf@gnu.org> In-Reply-To: <83k2tgx283.fsf@gnu.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00948.txt.bz2 On 7/30/2015 11:36 PM, Eli Zaretskii wrote: >> From: Don Breazeal >> Date: Thu, 30 Jul 2015 16:19:20 -0700 >> >> This patch is unchanged from the previous version. It was >> reviewed and approved by Eli here: >> https://sourceware.org/ml/gdb-patches/2015-07/msg00466.html >> ----- >> >> This patch adds documentation of support for exec events on >> extended-remote Linux targets. >> >> Thanks, >> --Don >> >> gdb/ >> 2015-07-30 Don Breazeal >> >> * NEWS: Announce new remote packets for the exec-events >> feature and the exec-events feature. >> >> gdb/doc/ >> 2015-07-30 Don Breazeal >> >> * gdb.texinfo (Remote Configuration): Add exec event >> feature to table of packet settings. >> (Stop Reply Packets): Add exec events to the list of stop >> reasons. >> (General Query Packets): Add exec events to tables of >> 'gdbfeatures' and 'stub features' supported in the qSupported >> packet, as well as to the list containing stub feature >> details. > > OK, with a single comment: > >> +@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. > > GNU coding standards frown on using "pathname" in this context; please > use "file name" instead. > > Thanks. > Thanks Eli. I have made this change in my local copy. --Don