From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3987 invoked by alias); 29 Nov 2007 06:55:57 -0000 Received: (qmail 3979 invoked by uid 22791); 29 Nov 2007 06:55:57 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 29 Nov 2007 06:55:53 +0000 Received: (qmail 16840 invoked from network); 29 Nov 2007 06:55:51 -0000 Received: from unknown (HELO wind.local) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 29 Nov 2007 06:55:51 -0000 From: Vladimir Prus To: Jim Blandy Subject: Re: [RFA] Don't reset watchpoint block on solib load. Date: Thu, 29 Nov 2007 06:55:00 -0000 User-Agent: KMail/1.9.6 Cc: gdb-patches@sources.redhat.com References: <200711202013.47537.vladimir@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711290955.46751.vladimir@codesourcery.com> 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: 2007-11/txt/msg00537.txt.bz2 On Wednesday 28 November 2007 02:00:15 Jim Blandy wrote: > We also call breakpoint_re_set_one when we've unloaded a shared > library. Can you point me at a codepath that would cause breakpoint_re_set_one to be called when a shared library is *unloaded*? I've poked at this for a while, and can't see it. - Volodya