From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25998 invoked by alias); 27 Jan 2004 17:24:13 -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 25968 invoked from network); 27 Jan 2004 17:24:11 -0000 Received: from unknown (HELO amsfep20-int.chello.nl) (213.46.243.18) by sources.redhat.com with SMTP; 27 Jan 2004 17:24:11 -0000 Received: from cable-62-205-65-11.upc.chello.be ([62.205.65.11]) by amsfep20-int.chello.nl (InterMail vM.6.00.05.02 201-2115-109-103-20031105) with ESMTP id <20040127172409.ZYBU1492.amsfep20-int.chello.nl@cable-62-205-65-11.upc.chello.be> for ; Tue, 27 Jan 2004 18:24:09 +0100 From: wim delvaux Organization: adaptive planet To: gdb@sources.redhat.com Subject: after 2 years of waiting for better ... Date: Tue, 27 Jan 2004 17:24:00 -0000 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401271824.10298.wim.delvaux@adaptiveplanet.com> X-SW-Source: 2004-01/txt/msg00320.txt.bz2 gdb is STILL not able to REMEMBER breakpoints in shared libraries that have been loaded with dlopen. VERY annoying !!!! When is somebody going to do something about this ? Situation example : b main step into function that is in a dlopened library. Set breakpoint in some statement of that function restart the application .... breakpoint is NOT met and application runs till exist ;-(((( HELP PLSE !! W