From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21714 invoked by alias); 7 Sep 2006 16:41:23 -0000 Received: (qmail 21664 invoked by uid 22791); 7 Sep 2006 16:41:22 -0000 X-Spam-Check-By: sourceware.org Received: from zigzag.lvk.cs.msu.su (HELO zigzag.lvk.cs.msu.su) (158.250.17.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 07 Sep 2006 16:41:14 +0000 Received: from Debian-exim by zigzag.lvk.cs.msu.su with spam-scanned (Exim 4.50) id 1GLMw5-0005YV-Ds for gdb-patches@sources.redhat.com; Thu, 07 Sep 2006 20:41:10 +0400 Received: from wind.lvk.cs.msu.su ([158.250.17.9]) by zigzag.lvk.cs.msu.su with esmtp (Exim 4.50) id 1GLMvu-0005WM-Qd; Thu, 07 Sep 2006 20:40:54 +0400 From: Vladimir Prus To: Daniel Jacobowitz Subject: Re: -stack-list-frames HIGH_FRAME changes Date: Thu, 07 Sep 2006 16:41:00 -0000 User-Agent: KMail/1.9.1 Cc: gdb-patches@sources.redhat.com References: <200605051838.20652.ghost@cs.msu.su> <20060907161020.GA9198@nevyn.them.org> In-Reply-To: <20060907161020.GA9198@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609072040.54934.ghost@cs.msu.su> 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/msg00033.txt.bz2 On Thursday 07 September 2006 20:10, Daniel Jacobowitz wrote: > 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. Checked in. - Volodya