From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18797 invoked by alias); 26 Jun 2009 14:55:28 -0000 Received: (qmail 18761 invoked by uid 22791); 26 Jun 2009 14:55:27 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_73,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 26 Jun 2009 14:55:21 +0000 Received: (qmail 12361 invoked from network); 26 Jun 2009 14:55:19 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 26 Jun 2009 14:55:19 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [RFA]: Update psymtab.exp for change in not found method handling Date: Fri, 26 Jun 2009 14:55:00 -0000 User-Agent: KMail/1.9.10 Cc: Doug Evans , karen.osmond@gmail.com, Jan Kratochvil References: <20090626053123.103B7846C7@localhost> In-Reply-To: <20090626053123.103B7846C7@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906261556.09640.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-06/txt/msg00713.txt.bz2 On Friday 26 June 2009 06:31:22, Doug Evans wrote: > Hi. > > psymtab.exp is failing now (amd64-linux). > gdb now prompts for whether to set pending method breakpoints > and psymtab.exp isn't expecting this. Linking the messages: Jan also posted a patch for this. http://sourceware.org/ml/gdb-patches/2009-06/msg00703.html > ok to check in? > 2009-06-25 Doug Evans > > * gdb.base/psymtab.exp: Turn off pending breakpoints. Okay. > +# Disable the prompt for whether to set pending breakpoints. > +# We don't want a breakpoint, we just want to verify the breakpoint ^^^^^^^^^^ symbol ? > +# isn't found. -- Pedro Alves