From patchwork Wed Apr 30 19:18:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Don Breazeal X-Patchwork-Id: 768 Return-Path: X-Original-To: siddhesh@wilcox.dreamhost.com Delivered-To: siddhesh@wilcox.dreamhost.com Received: from homiemail-mx21.g.dreamhost.com (peon2454.g.dreamhost.com [208.113.200.127]) by wilcox.dreamhost.com (Postfix) with ESMTP id 87B83360072 for ; Wed, 30 Apr 2014 12:18:35 -0700 (PDT) Received: by homiemail-mx21.g.dreamhost.com (Postfix, from userid 14314964) id 3ABC1146FF58; Wed, 30 Apr 2014 12:18:35 -0700 (PDT) X-Original-To: gdb@patchwork.siddhesh.in Delivered-To: x14314964@homiemail-mx21.g.dreamhost.com Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by homiemail-mx21.g.dreamhost.com (Postfix) with ESMTPS id AB12813F89AA for ; Wed, 30 Apr 2014 12:18:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-type; q=dns; s=default; b=D3gY3 oP4wabgKf4yOvJTXKqBKw4/frdtZeSXd7ETzV1HvF+8aSbf23RB6nP3XZMsFWnRq E5tsPWOGAiS7Ww4KqDfL0cgk+BitL0Lq4zJXOA3TvnM83biImmj6bGxyeRgZoQcf 8gOxqTUiMKFMKWwGZNuGPenk7tBRCINRLHpAoA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-type; s=default; bh=7Rd0E9qvjcy sRvbWirc9VLjcNKI=; b=upYYPrg7UkY0RleiGwlVTuol9nxSEHUV1h4CM0czRL6 O6NoR3H5PQvRU3keZXv2ZWGquqS1FDVljTkT7extGY9UwbExM51P5ca/JrVYKrdB uoOgx9SCSNJijs9XZ04rUktWA4l7vUymoBuOKGKWmR37je1gtmX/XNCzVEDXGJFI = Received: (qmail 7461 invoked by alias); 30 Apr 2014 19:18:21 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 7270 invoked by uid 89); 30 Apr 2014 19:18:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL, BAYES_20 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; Wed, 30 Apr 2014 19:18:15 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1Wfa1E-0004yL-GQ from donb@codesourcery.com for gdb-patches@sourceware.org; Wed, 30 Apr 2014 12:18:12 -0700 Received: from SVR-ORW-FEM-04.mgc.mentorg.com ([147.34.97.41]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Wed, 30 Apr 2014 12:18:12 -0700 Received: from build4-lucid-cs (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.2.247.3; Wed, 30 Apr 2014 12:18:11 -0700 Received: by build4-lucid-cs (Postfix, from userid 1905) id 0BE2840DCF; Wed, 30 Apr 2014 12:18:10 -0700 (PDT) From: Don Breazeal To: CC: Don Breazeal Subject: [PATCH 3/4][REPOST] Document RSP support for Linux exec events Date: Wed, 30 Apr 2014 12:18:01 -0700 Message-ID: <1398885482-8449-4-git-send-email-donb@codesourcery.com> In-Reply-To: <1398885482-8449-1-git-send-email-donb@codesourcery.com> References: <1398885482-8449-1-git-send-email-donb@codesourcery.com> MIME-Version: 1.0 X-IsSubscribed: yes X-DH-Original-To: gdb@patchwork.siddhesh.in From: Don Breazeal [Reposting to eliminate unexpected attachment type.] This patch adds documentation of the new RSP support for exec events. This patch was approved 4/4/2014 per this email: > -----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" > > 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 > > > > * 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. doc/ 2014-04-03 Don Breazeal * gdb.texinfo (Stop Reply Packets): Document RSP support for exec events. --- gdb/doc/gdb.texinfo | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index b218769..bb9dfb8 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -34582,6 +34582,12 @@ The packet indicates that the loaded libraries have changed. @value{GDBN} should use @samp{qXfer:libraries:read} to fetch a new list of loaded libraries. @var{r} is ignored. +@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. This is +only applicable to certain targets. + @cindex replay log events, remote reply @item replaylog The packet indicates that the target cannot continue replaying