From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20160 invoked by alias); 26 Jun 2009 05:31:37 -0000 Received: (qmail 20152 invoked by uid 22791); 26 Jun 2009 05:31:35 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_73,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 26 Jun 2009 05:31:30 +0000 Received: from wpaz13.hot.corp.google.com (wpaz13.hot.corp.google.com [172.24.198.77]) by smtp-out.google.com with ESMTP id n5Q5VPNO025929; Thu, 25 Jun 2009 22:31:26 -0700 Received: from localhost (ruffy.mtv.corp.google.com [172.18.118.116]) by wpaz13.hot.corp.google.com with ESMTP id n5Q5VNne020954; Thu, 25 Jun 2009 22:31:23 -0700 Received: by localhost (Postfix, from userid 67641) id 103B7846C7; Thu, 25 Jun 2009 22:31:22 -0700 (PDT) To: gdb-patches@sourceware.org cc: karen.osmond@gmail.com Subject: [RFA]: Update psymtab.exp for change in not found method handling Message-Id: <20090626053123.103B7846C7@localhost> Date: Fri, 26 Jun 2009 05:31:00 -0000 From: dje@google.com (Doug Evans) X-System-Of-Record: true 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/msg00703.txt.bz2 Hi. psymtab.exp is failing now (amd64-linux). 2009-06-25 Karen Osmond * linespec.c (find_method): Add new not_found_ptr parameter to bring in line with symtab_from_filename, decode_variable. (decode_compound): Likewise. Also propagate not_found_ptr to find_method. (decode_line_1): Propagate not_found_ptr to decode_compound. (cplusplus_error): Now throws NOT_FOUND_ERROR. gdb now prompts for whether to set pending method breakpoints and psymtab.exp isn't expecting this. ok to check in? 2009-06-25 Doug Evans * gdb.base/psymtab.exp: Turn off pending breakpoints. Index: psymtab.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/psymtab.exp,v retrieving revision 1.7 diff -u -p -r1.7 psymtab.exp --- psymtab.exp 3 Jan 2009 05:58:03 -0000 1.7 +++ psymtab.exp 26 Jun 2009 05:18:25 -0000 @@ -61,6 +61,11 @@ gdb_start gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile} +# Disable the prompt for whether to set pending breakpoints. +# We don't want a breakpoint, we just want to verify the breakpoint +# isn't found. +gdb_test "set breakpoint pending off" "" "psymtab pending setup" + # This test is looking for a bug that manifested itself when GDB was # looking for a partial symbol such that there wasn't such a partial # symbol in the psymtab, but such that the last psym in the psymtab