From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3349 invoked by alias); 16 Jun 2005 18:23:22 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 3284 invoked by uid 22791); 16 Jun 2005 18:23:15 -0000 Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 16 Jun 2005 18:23:15 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-72-217.inter.net.il [80.230.72.217]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id BNZ03542 (AUTH halo1); Thu, 16 Jun 2005 21:22:46 +0300 (IDT) Date: Thu, 16 Jun 2005 18:23:00 -0000 Message-Id: From: Eli Zaretskii To: Nick Roberts CC: gdb-patches@sources.redhat.com In-reply-to: <17072.62436.183299.55978@farnswood.snap.net.nz> (message from Nick Roberts on Thu, 16 Jun 2005 15:37:08 +1200) Subject: Re: [PATCH] -stack-select-frame Reply-to: Eli Zaretskii References: <17072.62436.183299.55978@farnswood.snap.net.nz> X-SW-Source: 2005-06/txt/msg00221.txt.bz2 > From: Nick Roberts > Date: Thu, 16 Jun 2005 15:37:08 +1200 > > Last year I submitted a dreadful patch for -stack-select-frame > (thread subject: How does GDB/MI give the current frame). > > Here, hopefully, is a much more sensible one. The idea is the same: that > -stack-select-frame tells the frontend what the current or selected frame > is. > > The current documentation for -stack-select-frame is slightly wrong because > the argument FRAMENUM is optional. I've corrected this and explained what > the patch does. Thanks. The doco patch is approved, modulo the minor correction pointed out by Daniel.