From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4731 invoked by alias); 2 Jun 2004 22:28:35 -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 4711 invoked from network); 2 Jun 2004 22:28:33 -0000 Received: from unknown (HELO amsfep17-int.chello.nl) (213.46.243.15) by sourceware.org with SMTP; 2 Jun 2004 22:28:33 -0000 Received: from mspserver ([62.205.76.159]) by amsfep17-int.chello.nl (InterMail vM.6.00.05.02 201-2115-109-103-20031105) with ESMTP id <20040602222833.LMUE14341.amsfep17-int.chello.nl@mspserver> for ; Thu, 3 Jun 2004 00:28:33 +0200 From: wim delvaux Organization: adaptive planet To: gdb@sources.redhat.com Subject: gdb 6.1-debian : problem with restarting program with breakpoints on dynamic libraries# Date: Wed, 02 Jun 2004 22:28:00 -0000 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200406030028.34501.wim.delvaux@adaptiveplanet.com> X-SW-Source: 2004-06/txt/msg00015.txt.bz2 When I do this gdb SomeProgram and set a breakpoint on a function that will be loaded at runtime b SomeFunctionInSomeLib gdb properly asks me if I want to set this breakpoint when the symbol is found. Answering "y' and running the program will break on the requested function. HOWEVER. When I want to rerun the application ('r' command) the breakpoint is still known by gdb (I see complaint messages) but is not set even when the function becomes available. is this a but in the version I am using ? W