From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11066 invoked by alias); 20 Nov 2001 00:00:20 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 11040 invoked from network); 20 Nov 2001 00:00:19 -0000 Received: from unknown (HELO localhost.cygnus.com) (216.138.202.10) by sourceware.cygnus.com with SMTP; 20 Nov 2001 00:00:19 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id B23E33D8B; Mon, 19 Nov 2001 19:00:18 -0500 (EST) Message-ID: <3BF99D12.50805@cygnus.com> Date: Wed, 07 Nov 2001 18:41:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.3) Gecko/20011020 X-Accept-Language: en-us MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa] Mips heuristic_proc_desc vs. the stack pointer. References: <20011116162423.A30736@nevyn.them.org> <3BF979F7.4090207@cygnus.com> <20011119181510.A25606@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-11/txt/msg00134.txt.bz2 > > Oops, I didn't even notice. Isn't there a -Wshadow somewhere? Yes, somewhere. GDB positively abuses global/local names get around the problem of slow migration away from globals to parameters. Andrew