From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18557 invoked by alias); 4 Aug 2004 14:38:26 -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 18548 invoked from network); 4 Aug 2004 14:38:25 -0000 Received: from unknown (HELO smtp10.atl.mindspring.net) (207.69.200.246) by sourceware.org with SMTP; 4 Aug 2004 14:38:25 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp10.atl.mindspring.net with esmtp (Exim 3.33 #1) id 1BsMtf-0005QJ-00; Wed, 04 Aug 2004 10:37:39 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 05AF04B102; Wed, 4 Aug 2004 10:38:02 -0400 (EDT) Date: Wed, 04 Aug 2004 14:38:00 -0000 From: Michael Chastain To: jack.bloch@siemens.com, gdb@sources.redhat.com Subject: Re: Breakpoint in object destructor Cc: rafael.benitez@siemens.com Message-ID: <4110F4C9.nail4LI112750@mindspring.com> References: <7A25937D23A1E64C8E93CB4A50509C2A0310F2F3@stca204a.bus.sc.rolm.com> In-Reply-To: <7A25937D23A1E64C8E93CB4A50509C2A0310F2F3@stca204a.bus.sc.rolm.com> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00025.txt.bz2 You could try this patch: ftp://ftp.shout.net/pub/users/mec/gdb/ctor-dtor-base.patch You'll need to start with a more recent version of gdb than gdb 5.1.1, like gdb 6.1.1 or gdb 6.2. Read the doco (which is useful anyways), apply the patch, build gdb, and see if you like it. Michael C