From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16012 invoked by alias); 8 Jul 2015 17:51:11 -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 15989 invoked by uid 89); 8 Jul 2015 17:51:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 08 Jul 2015 17:51:07 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id E4323116278; Wed, 8 Jul 2015 13:51:04 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id tw+6jzZT3Skg; Wed, 8 Jul 2015 13:51:04 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id B4F27116279; Wed, 8 Jul 2015 13:51:04 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 6DF9A4422B; Wed, 8 Jul 2015 10:51:03 -0700 (PDT) Date: Wed, 08 Jul 2015 17:51:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: Andrew Burgess , gdb-patches@sourceware.org Subject: Re: [PATCH] gdb/doc: Update 'frame' command documentation. Message-ID: <20150708175103.GA3972@adacore.com> References: <1436373901-2025-1-git-send-email-andrew.burgess@embecosm.com> <83k2uavb6h.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83k2uavb6h.fsf@gnu.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-07/txt/msg00242.txt.bz2 On Wed, Jul 08, 2015 at 07:58:14PM +0300, Eli Zaretskii wrote: > > From: Andrew Burgess > > Cc: Andrew Burgess > > Date: Wed, 8 Jul 2015 17:45:01 +0100 > > > > The documentation for the 'frame' command has gotten a little out of > > date, it still mentions architecturally specific details that are no > > longer relevant. > > > > This commit removes the old details that no longer apply, and tries to > > expand the existing text a little to make the usage clearer for some > > cases. > > > > gdb/doc/ChangeLog: > > > > * gdb.texinfo (Selection): Update documentation for 'frame' > > command. > > OK, thanks. Should this patch also be pushed to the gdb-7.10-branch? -- Joel PS: not sure if it was an ommission, but I didn't see confirmation from Andrew that he pushed the patch to master.