From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 100560 invoked by alias); 8 Jul 2015 19:44:46 -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 100523 invoked by uid 89); 8 Jul 2015 19:44:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-HELO: mail-wi0-f178.google.com Received: from mail-wi0-f178.google.com (HELO mail-wi0-f178.google.com) (209.85.212.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 08 Jul 2015 19:44:40 +0000 Received: by wiclp1 with SMTP id lp1so90324735wic.0 for ; Wed, 08 Jul 2015 12:44:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=gM5nSc/kOkD/3MeAQwQraN6cLo3xSVylGzHxm3OE6BE=; b=l3pFxvSri3gNUQhTadRjh08SSX4VsGRpI2FjRvCEFiJ06piwbSX8AXn31CgZW+8Zw3 RrQdep2XqcRO7EWSBKQaU6Zkw7AWozO2VxKKXoBPOwyShULMwwSLLOmRllmlJl4CDbdQ SxAT0Z4U8b4lxb+Q+hXDQ7Tv5nRxjoXcxrY14RgIjskKpa3E821WSSp6wtf6aPIHCRtJ eerPmUz3Vp3zL3LSGQmncCdXt15K4UgT6SX/b+7lF8rKps6nY5Il2H1sVwhRmuveAvjX L/OBlJ6WCwiM4mIXp6SPiDlrtNuvaXqVv23ejgM5ZtEIJJc+3z2IcuZCPYkZ3ghneH0i 1fJw== X-Gm-Message-State: ALoCoQn605TaA3GInfeUQpxye7kpYqWNbVgXR2Sb63Sqhe88jwG4Y9dJCGOXftecnqZqtf2/ojMr X-Received: by 10.194.172.130 with SMTP id bc2mr24552333wjc.85.1436384677659; Wed, 08 Jul 2015 12:44:37 -0700 (PDT) Received: from localhost (host81-158-4-174.range81-158.btcentralplus.com. [81.158.4.174]) by smtp.gmail.com with ESMTPSA id ha4sm4840557wib.0.2015.07.08.12.44.35 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jul 2015 12:44:36 -0700 (PDT) Date: Wed, 08 Jul 2015 19:44:00 -0000 From: Andrew Burgess To: Joel Brobecker Cc: Eli Zaretskii , gdb-patches@sourceware.org Subject: Re: [PATCH] gdb/doc: Update 'frame' command documentation. Message-ID: <20150708194434.GC17985@embecosm.com> References: <1436373901-2025-1-git-send-email-andrew.burgess@embecosm.com> <83k2uavb6h.fsf@gnu.org> <20150708175103.GA3972@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150708175103.GA3972@adacore.com> X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00250.txt.bz2 * Joel Brobecker [2015-07-08 10:51:03 -0700]: > 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. I have pushed to master, and also (now) to the 7.10 branch. Thanks, Andrew