From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38142 invoked by alias); 8 Jul 2015 16:58:26 -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 38109 invoked by uid 89); 8 Jul 2015 16:58:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-HELO: mtaout23.012.net.il Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 08 Jul 2015 16:58:22 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0NR600E00HNY0Z00@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Wed, 08 Jul 2015 19:58:19 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NR600DRTHT7WV70@a-mtaout23.012.net.il>; Wed, 08 Jul 2015 19:58:19 +0300 (IDT) Date: Wed, 08 Jul 2015 16:58:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] gdb/doc: Update 'frame' command documentation. In-reply-to: <1436373901-2025-1-git-send-email-andrew.burgess@embecosm.com> To: Andrew Burgess Cc: gdb-patches@sourceware.org, andrew.burgess@embecosm.com Reply-to: Eli Zaretskii Message-id: <83k2uavb6h.fsf@gnu.org> References: <1436373901-2025-1-git-send-email-andrew.burgess@embecosm.com> X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00240.txt.bz2 > 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.