From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25852 invoked by alias); 4 Feb 2002 02:06:01 -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 25776 invoked from network); 4 Feb 2002 02:06:01 -0000 Received: from unknown (HELO localhost.redhat.com) (24.114.26.18) by sources.redhat.com with SMTP; 4 Feb 2002 02:06:01 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 510B83E4D; Sun, 3 Feb 2002 21:05:58 -0500 (EST) Message-ID: <3C5DEC84.2010805@cygnus.com> Date: Sun, 03 Feb 2002 18:06:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: mi: correct loop printing args or locals References: <20020204015611.3804E5E9DE@zwingli.cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00053.txt.bz2 > frame={level="3",args=[name="intarg",name="strarg",name="fltarg",name="fltarg"]} > Note that `fltarg' appears twice. This is because there is both a > PSYM (parameter symbol) stab and an LSYM (local symbol) stab for > `fltarg', which I'm pretty sure is the standard (and correct) STABS > way to describe such functions. I don't know about correct. However it is standard. Think of the number of times you've received a debug-info sorting patch that accidently re-ordered the stab info :-) > Anyway, the loop is clearly incorrect > for blocks that contain a mix of arguments and non-arguments. Yes, fine. I take it you're having fun with the MI testsuite. Feel free to just commit fixes to the other bugs you find. Andrew