From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26016 invoked by alias); 3 Jun 2004 21:49:39 -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 26008 invoked from network); 3 Jun 2004 21:49:38 -0000 Received: from unknown (HELO amsfep16-int.chello.nl) (213.46.243.26) by sourceware.org with SMTP; 3 Jun 2004 21:49:38 -0000 Received: from mspserver ([62.205.76.159]) by amsfep16-int.chello.nl (InterMail vM.6.00.05.02 201-2115-109-103-20031105) with ESMTP id <20040603214938.TYZM10533.amsfep16-int.chello.nl@mspserver> for ; Thu, 3 Jun 2004 23:49:38 +0200 From: wim delvaux Organization: adaptive planet To: gdb@sources.redhat.com Subject: Re: gdb 6.1-debian : problem with restarting program with breakpoints on dynamic libraries# Date: Thu, 03 Jun 2004 21:49:00 -0000 User-Agent: KMail/1.6.2 References: <200406030028.34501.wim.delvaux@adaptiveplanet.com> <200406031355.19172.wim.delvaux@adaptiveplanet.com> <20040603204718.GB22683@nevyn.them.org> In-Reply-To: <20040603204718.GB22683@nevyn.them.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406032349.40100.wim.delvaux@adaptiveplanet.com> X-SW-Source: 2004-06/txt/msg00025.txt.bz2 On Thursday 03 June 2004 22:47, Daniel Jacobowitz wrote: > 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. ok that seems to work for my test app. Will see what it gives with other apps.