From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26683 invoked by alias); 8 Sep 2007 16:52:03 -0000 Received: (qmail 26671 invoked by uid 22791); 8 Sep 2007 16:52:02 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 08 Sep 2007 16:51:57 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 2586A982DF for ; Sat, 8 Sep 2007 16:51:58 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id EFFF2982C5 for ; Sat, 8 Sep 2007 16:51:57 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1IU3XG-0000sT-NJ for gdb-patches@sourceware.org; Sat, 08 Sep 2007 12:51:54 -0400 Date: Sat, 08 Sep 2007 16:52:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: [0/9] Breakpoints at multiple locations Message-ID: <20070908165154.GB3022@caradoc.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <200709080011.13700.vladimir@codesourcery.com> <200709081831.47826.vladimir@codesourcery.com> <200709082040.13832.vladimir@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200709082040.13832.vladimir@codesourcery.com> User-Agent: Mutt/1.5.15 (2007-04-09) 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: 2007-09/txt/msg00128.txt.bz2 On Sat, Sep 08, 2007 at 08:40:13PM +0400, Vladimir Prus wrote: > It won't be in general. The address above is basically the last > address the breakpoint had. When the library is reloaded, the > address may change. I have no opinion whether showing last > address is good thing, but that's what current version of gdb does. Right - actually, I think it would be better if GDB forgot about such addresses when the library is unloaded; that's separate. -- Daniel Jacobowitz CodeSourcery