From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9069 invoked by alias); 7 Sep 2006 16:10:30 -0000 Received: (qmail 9060 invoked by uid 22791); 7 Sep 2006 16:10:30 -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; Thu, 07 Sep 2006 16:10:23 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GLMSK-0002Q1-5r; Thu, 07 Sep 2006 12:10:20 -0400 Date: Thu, 07 Sep 2006 16:10:00 -0000 From: Daniel Jacobowitz To: Vladimir Prus Cc: gdb-patches@sources.redhat.com Subject: Re: -stack-list-frames HIGH_FRAME changes Message-ID: <20060907161020.GA9198@nevyn.them.org> Mail-Followup-To: Vladimir Prus , gdb-patches@sources.redhat.com References: <20060505135124.GA27371@nevyn.them.org> <200605051838.20652.ghost@cs.msu.su> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200605051838.20652.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/msg00031.txt.bz2 On Fri, May 05, 2006 at 06:38:19PM +0400, Vladimir Prus wrote: > In any case, there's revised patch: > > ./Changelog: > 2006-05-05 Vladimir Prus > > * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): 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-locals 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_frame_listing): Test that > HIGH_FRAME argument to -stack-list-locals can be larger than > the number of frames. This patch is OK. Sorry for forgetting about it. -- Daniel Jacobowitz CodeSourcery