From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29452 invoked by alias); 3 Jun 2004 20:47:21 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 29375 invoked from network); 3 Jun 2004 20:47:20 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 3 Jun 2004 20:47:20 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1BVz7O-0005w4-Sc; Thu, 03 Jun 2004 16:47:19 -0400 Date: Thu, 03 Jun 2004 20:47:00 -0000 From: Daniel Jacobowitz To: wim delvaux Cc: gdb@sources.redhat.com Subject: Re: gdb 6.1-debian : problem with restarting program with breakpoints on dynamic libraries# Message-ID: <20040603204718.GB22683@nevyn.them.org> Mail-Followup-To: wim delvaux , gdb@sources.redhat.com References: <200406030028.34501.wim.delvaux@adaptiveplanet.com> <20040603035724.GA1806@nevyn.them.org> <200406031355.19172.wim.delvaux@adaptiveplanet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406031355.19172.wim.delvaux@adaptiveplanet.com> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-06/txt/msg00024.txt.bz2 On Thu, Jun 03, 2004 at 01:55:19PM +0200, wim delvaux wrote: > As requested a transcript : > > ---> Mark the setting of the breakpoint to AP_RaiseExc > ---> Mark the FAILURE of settting the breakpoint in the second run That says that it failed to set the breakpoint several times, not that it never succeeded. Try continuing to the point where the breakpoint would hit and you should find that the breakpoint was placed. If that's not the case, please show a transcript and check "info breakpoints". The error messages themselves are a long-standing bug. -- Daniel Jacobowitz