From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 119900 invoked by alias); 9 Jan 2017 17:27:42 -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 119887 invoked by uid 89); 9 Jan 2017 17:27:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*r:AES128-SHA, stan, Stan X-HELO: mail-wm0-f66.google.com Received: from mail-wm0-f66.google.com (HELO mail-wm0-f66.google.com) (74.125.82.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 09 Jan 2017 17:27:41 +0000 Received: by mail-wm0-f66.google.com with SMTP id r144so14953881wme.0 for ; Mon, 09 Jan 2017 09:27:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=xG/Bq0spRrfD8LPwRbqjEf4z75qx5qdGJBK4RT4KsTY=; b=r62Sq/BFB4/itI05oGzf6RUlCtKX5kPKxJATUUIoljLhID65AcvDC3Tw8hGWoWv2QB 7LEJFDkbqCA9n01R6nNW7ixX+thmFxHySM4Tk2lGm9J832N8sWv6asA9JpAJ/mNwj7fo 4qA8EAs1tXUf8KS0rOigVzvprCoNHSZ7FzMPvol39981MbMhhKrEuJYo2dk/mC5iTvJw dIoNUw7jrfcS5jtDswKZFp5FDg/ReA+aUfTvOSUNI5JW82MZng5erbD41+R/5VeU/2hy XLvyKf4rAPeCI9Z4+vtwUrz4ZlXOhLbZFfyvRh6RypVA6WnCRWKpuT5AxIRJhvmgZrji hP6g== X-Gm-Message-State: AIkVDXLPjKkE33yN1hXAWEZiKxDolk+OCr6+2Uclym34NJBLJcruL1szXbTVA7sY4OC84Q== X-Received: by 10.28.91.141 with SMTP id p135mr4732650wmb.128.1483982859008; Mon, 09 Jan 2017 09:27:39 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id yw4sm24095859wjb.31.2017.01.09.09.27.37 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 09 Jan 2017 09:27:38 -0800 (PST) Date: Mon, 09 Jan 2017 17:27:00 -0000 From: Yao Qi To: Simon Marchi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Update help of the "frame" command Message-ID: <20170109172726.GA9518@E107787-LIN> References: <20170106151610.28872-1-simon.marchi@ericsson.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170106151610.28872-1-simon.marchi@ericsson.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00126.txt.bz2 On 17-01-06 10:16:10, Simon Marchi wrote: > @@ -2666,9 +2666,7 @@ This is useful in command scripts.")); > Select and print a stack frame.\nWith no argument, \ > print the selected stack frame. (See also \"info frame\").\n\ > An argument specifies the frame to select.\n\ > -It can be a stack frame number or the address of the frame.\n\ > -With argument, nothing is printed if input is coming from\n\ > -a command file or a user-defined command.")); > +It can be a stack frame number or the address of the frame.\n")); > These two lines were added many years ago, c906108c (Stan Shebs 1999-04-16 01:35:26 +0000 2632) It can be a stack frame number or the address of the frame.\n\ c906108c (Stan Shebs 1999-04-16 01:35:26 +0000 2633) With argument, nothing is printed if input is coming from\n\ Did you do some archaeology to see how GDB did at that time? and then we may know these help doc is a leftover of some changes. If we can find them, we are confident to remove these doc. I spent 30 minutes on c906108c, but didn't find any evidence. -- Yao (齐尧)