From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 961 invoked by alias); 15 Jan 2006 22:23:54 -0000 Received: (qmail 952 invoked by uid 22791); 15 Jan 2006 22:23:53 -0000 X-Spam-Check-By: sourceware.org Received: from sadr.equallogic.com (HELO sadr.equallogic.com) (66.155.203.134) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 15 Jan 2006 22:23:50 +0000 Received: from sadr.equallogic.com (localhost.localdomain [127.0.0.1]) by sadr.equallogic.com (8.12.8/8.12.8) with ESMTP id k0FMNmpC005572 for ; Sun, 15 Jan 2006 17:23:48 -0500 Received: from M31.equallogic.com (M31.equallogic.com [172.16.1.31]) by sadr.equallogic.com (8.12.8/8.12.8) with SMTP id k0FMNmih005567 for ; Sun, 15 Jan 2006 17:23:48 -0500 Received: from PKONING.equallogic.com ([172.16.3.29]) by M31.equallogic.com with Microsoft SMTPSVC(6.0.3790.211); Sun, 15 Jan 2006 17:23:48 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17354.52075.953000.368084@gargle.gargle.HOWL> Date: Sun, 15 Jan 2006 22:23:00 -0000 From: Paul Koning To: gdb@sourceware.org Subject: Re: : Re: [RFC] multiple breakpoints from FILE:LINE References: <43C9AAA8.2030605@adacore.com> <17354.31047.417000.385481@gargle.gargle.HOWL> <20060115164459.GA5390@nevyn.them.org> <43CA8946.7030806@adacore.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00129.txt.bz2 Daniel Jacobowitz wrote: >I've yet to see a compelling reason to break on one constructor and not >the other. Most users don't even know the difference between when each >is called. I suspect that's because the whole thing is undocumented, or close enough as to make no difference. I'm not sure if it has come up in my work, but it doesn't seem out of the question to want to break on a constructor/destructor of a class when that class is the top level class (i.e., [in-charge] constructor). paul