From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10708 invoked by alias); 14 Mar 2003 19:10:56 -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 10631 invoked from network); 14 Mar 2003 19:10:55 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 14 Mar 2003 19:10:55 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h2EJAo521152; Fri, 14 Mar 2003 13:10:50 -0600 Date: Fri, 14 Mar 2003 19:10:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200303141910.h2EJAo521152@duracef.shout.net> To: carlton@math.stanford.edu, drow@mvista.com Subject: Re: [rfa] fix pr java/1039 Cc: ezannoni@redhat.com, gdb-patches@sources.redhat.com, jimb@redhat.com X-SW-Source: 2003-03/txt/msg00332.txt.bz2 Hi David, > I bet this is why jmisc2.exp does a 'ptype jmisc' before doing the > break. And, if I'm reading Michael's tables right, this is in fact > true: jmisc1.exp does the break before the ptype, and the break there > seems to have failed on 5.3, but I'm 99% sure that it passed for me > last night when I tried it. Beware that the test names in my tables are alphabetized, not the same order as the input file. (I could fix this with some more work, I'm already crunching all the input as one big Perl hash table). That said, jmisc1.exp does do a 'break' before the 'ptype', and this break does fail with gdb 5.3, gcc 3.2.2, -gdwarf-2. Michael C