From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31164 invoked by alias); 2 Mar 2004 15:48:30 -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 31152 invoked from network); 2 Mar 2004 15:48:29 -0000 Received: from unknown (HELO maynard.mail.mindspring.net) (207.69.200.243) by sources.redhat.com with SMTP; 2 Mar 2004 15:48:29 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by maynard.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1AyC82-0000U5-00; Tue, 02 Mar 2004 10:48:18 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 8B2524B104; Tue, 2 Mar 2004 10:48:29 -0500 (EST) To: drow@mvista.com Subject: Re: [rfa/testsuite] gdb1250.exp: make 'break abort' work with new pending breakpoints Cc: gdb-patches@sources.redhat.com Message-Id: <20040302154829.8B2524B104@berman.michael-chastain.com> Date: Tue, 02 Mar 2004 15:48:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-03.o/txt/msg00025.txt This patch works great for me: native i686-pc-linux-gnu gcc 2.95.3, 3.3.3, HEAD binutils 2.14, HEAD dwarf-2, stabs+ It fixes the problem in gdb1250.exp and doesn't break anything else. Michael C === 2004-02-29 Daniel Jacobowitz * gdb.base/gdb1250.exp: Use runto {allow-pending}. * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31164 invoked by alias); 2 Mar 2004 15:48:30 -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 31152 invoked from network); 2 Mar 2004 15:48:29 -0000 Received: from unknown (HELO maynard.mail.mindspring.net) (207.69.200.243) by sources.redhat.com with SMTP; 2 Mar 2004 15:48:29 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by maynard.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1AyC82-0000U5-00; Tue, 02 Mar 2004 10:48:18 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 8B2524B104; Tue, 2 Mar 2004 10:48:29 -0500 (EST) To: drow@mvista.com Subject: Re: [rfa/testsuite] gdb1250.exp: make 'break abort' work with new pending breakpoints Cc: gdb-patches@sources.redhat.com Message-ID: <20040302154829.8B2524B104@berman.michael-chastain.com> Date: Fri, 19 Mar 2004 00:09:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-03/txt/msg00025.txt.bz2 Message-ID: <20040319000900.d022YFREEhtYOgDv19iN-s9uT_82ixTpebLkm6bIi6s@z> This patch works great for me: native i686-pc-linux-gnu gcc 2.95.3, 3.3.3, HEAD binutils 2.14, HEAD dwarf-2, stabs+ It fixes the problem in gdb1250.exp and doesn't break anything else. Michael C === 2004-02-29 Daniel Jacobowitz * gdb.base/gdb1250.exp: Use runto {allow-pending}. * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.