From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32075 invoked by alias); 25 Jun 2009 18:09:26 -0000 Received: (qmail 32067 invoked by uid 22791); 25 Jun 2009 18:09:26 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,SPF_NEUTRAL X-Spam-Check-By: sourceware.org Received: from april.london.02.net (HELO april.london.02.net) (87.194.255.143) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 25 Jun 2009 18:09:19 +0000 Received: from elm.config (87.194.37.195) by april.london.02.net (8.5.016.1) id 4A23ECF801987604; Thu, 25 Jun 2009 19:09:15 +0100 Date: Thu, 25 Jun 2009 18:09:00 -0000 From: Karen Osmond Reply-To: karen.osmond@gmail.com To: gdb-patches@sourceware.org Subject: Re: [patch] not able to set pending breakpoint at qualified C++ function names In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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/msg00675.txt.bz2 On Mon, 22 Jun 2009, Karen Osmond wrote: > 2009-06-22 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. Committed. cheers, -karen