From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12478 invoked by alias); 4 Feb 2002 00:29:17 -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 12422 invoked from network); 4 Feb 2002 00:29:17 -0000 Received: from unknown (HELO localhost.redhat.com) (24.114.26.18) by sources.redhat.com with SMTP; 4 Feb 2002 00:29:17 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id DB0513E4D; Sun, 3 Feb 2002 19:29:15 -0500 (EST) Message-ID: <3C5DD5DB.8050807@cygnus.com> Date: Sun, 03 Feb 2002 16:29: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 tests: tolerate prototypes References: <20020203210609.E5E035E9DE@zwingli.cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00051.txt.bz2 > Sun Feb 3 12:56:38 2002 Jim Blandy > > * mi-var-child.exp ("get children of struct_declarations", "get > children of struct_declarations.s2.u2.u1s2", "get children of > weird"): Tolerate argument types when they appear in function > types. (Dwarf 2 includes prototype info; STABS does not.) > * mi0-var-child.exp: Same. > Yes, thanks. My mi test system uses stabs hence me not seeing this one. Andrew