From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16135 invoked by alias); 8 Sep 2007 16:27:37 -0000 Received: (qmail 16125 invoked by uid 22791); 8 Sep 2007 16:27:35 -0000 X-Spam-Check-By: sourceware.org Received: from BISCAYNE-ONE-STATION.MIT.EDU (HELO biscayne-one-station.mit.edu) (18.7.7.80) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 08 Sep 2007 16:27:24 +0000 Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.13.6/8.9.2) with ESMTP id l88GR1e4013494; Sat, 8 Sep 2007 12:27:02 -0400 (EDT) Received: from contents-vnder-pressvre.mit.edu (CONTENTS-VNDER-PRESSVRE.MIT.EDU [18.7.18.65]) (authenticated bits=56) (User authenticated as nathanw@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id l88GR0Jp023189 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 8 Sep 2007 12:27:01 -0400 (EDT) Received: (from nathanw@localhost) by contents-vnder-pressvre.mit.edu (8.12.9.20060308) id l88GR0d5017580; Sat, 8 Sep 2007 12:27:00 -0400 (EDT) From: "Nathan J. Williams" To: Vladimir Prus Cc: Eli Zaretskii , gdb-patches@sources.redhat.com Subject: Re: [0/9] Breakpoints at multiple locations References: <200709080011.13700.vladimir@codesourcery.com> <200709081831.47826.vladimir@codesourcery.com> Date: Sat, 08 Sep 2007 16:27:00 -0000 In-Reply-To: <200709081831.47826.vladimir@codesourcery.com> (Vladimir Prus's message of "Sat\, 8 Sep 2007 18\:31\:47 +0400") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: 0.00 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/msg00125.txt.bz2 Vladimir Prus writes: > When the library is unloaded, we'll get: > > Num Type Disp Enb Address What > 1 breakpoint keep y(p) 0xb7fb6412 bp3b.c:7 Are we really sure that the library will be reloaded to the same address, in general? - Nathan