From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21028 invoked by alias); 8 Sep 2006 14:33:19 -0000 Received: (qmail 21011 invoked by uid 22791); 8 Sep 2006 14:33:18 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 08 Sep 2006 14:33:15 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GLhPo-00024U-EK; Fri, 08 Sep 2006 10:33:08 -0400 Date: Fri, 08 Sep 2006 14:33:00 -0000 From: Daniel Jacobowitz To: Vladimir Prus Cc: Nick Roberts , gdb-patches@sources.redhat.com Subject: Re: -stack-list-frames HIGH_FRAME changes Message-ID: <20060908143307.GA7946@nevyn.them.org> Mail-Followup-To: Vladimir Prus , Nick Roberts , gdb-patches@sources.redhat.com References: <17664.40625.696162.335382@kahikatea.snap.net.nz> <200609081027.50966.ghost@cs.msu.su> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200609081027.50966.ghost@cs.msu.su> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00040.txt.bz2 On Fri, Sep 08, 2006 at 10:27:50AM +0400, Vladimir Prus wrote: > Here we go, OK? > > - Volodya > > ./Changelog: > 2006-05-05 Vladimir Prus > > * mi/mi-cmd-stack.c (mi_cmd_stack_list_args): Don't emit error > if high requested frame number is larger then number of available > frames. > > > doc/ChangeLog > 2006-05-05 Vladimir Prus > > * gdb.texinfo (GDB/MI Stack Manipulation): Mention that > -stack-list-arguments HIGH_FRAME argument can be larger then the > actual number of frames. > > > testsuite/ChangeLog > > 2006-05-05 Vladimir Prus > > * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that > HIGH_FRAME argument to -stack-list-arguments can be larger than > the number of frames. With Nick's correction, and assuming the documentation change is OK with Eli, this is approved. Thanks. -- Daniel Jacobowitz CodeSourcery