From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49355 invoked by alias); 27 Jun 2016 10:13:14 -0000 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 Received: (qmail 49337 invoked by uid 89); 27 Jun 2016 10:13:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:661, you! X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 27 Jun 2016 10:13:03 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 4173C81309; Mon, 27 Jun 2016 12:13:01 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7z_pGvXoPjKn; Mon, 27 Jun 2016 12:13:01 +0200 (CEST) Received: from [10.10.1.112] (cacatoes.act-europe.fr [10.10.1.112]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 2BFC7812EA; Mon, 27 Jun 2016 12:13:01 +0200 (CEST) Subject: Re: [PATCH] Fix use of a dangling pointer for Python breakpoint objects To: Pedro Alves , gdb-patches@sourceware.org References: <20160621104021.15093-1-derodat@adacore.com> <02138a22-5087-44ad-6023-7c87251f3d19@redhat.com> <72fe08f8-6a9f-1c50-ea5a-1ce75f624e6f@adacore.com> <9a576973-8f7f-c8a7-81ec-b1c12c8da140@redhat.com> From: Pierre-Marie de Rodat Message-ID: Date: Mon, 27 Jun 2016 10:13:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <9a576973-8f7f-c8a7-81ec-b1c12c8da140@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00423.txt.bz2 On 06/27/2016 12:03 PM, Pedro Alves wrote: > On 06/27/2016 10:11 AM, Pierre-Marie de Rodat wrote: > >> +gdb_test "source py-breakpoint2.py" > > This is still sourcing the old filename. Blarf, sorry about this! I checked the testcase still fails as expected with an old GDB this time. >> +# ... eventually, triggering this breakpoint will invoke the Python wrapper >> +# "stop" method for an object that is not supposed to exist. > > Remove this sentence, it no longer makes sense to have it. Done. > OK with the above fixed. Thank you! This is pushed, now. -- Pierre-Marie de Rodat