From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4618 invoked by alias); 4 Jan 2008 12:53:38 -0000 Received: (qmail 4609 invoked by uid 22791); 4 Jan 2008 12:53:38 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 04 Jan 2008 12:53:12 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 32A7598121; Fri, 4 Jan 2008 12:53:11 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 1C30E9801D; Fri, 4 Jan 2008 12:53:11 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1JAm2w-00079J-5c; Fri, 04 Jan 2008 07:53:10 -0500 Date: Fri, 04 Jan 2008 12:53:00 -0000 From: Daniel Jacobowitz To: Nick Roberts Cc: gdb@sourceware.org, Vladimir Prus Subject: Re: Breakpoint menus with overloaded constructors Message-ID: <20080104125310.GC27161@caradoc.them.org> Mail-Followup-To: Nick Roberts , gdb@sourceware.org, Vladimir Prus References: <18301.21862.895127.476459@kahikatea.snap.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18301.21862.895127.476459@kahikatea.snap.net.nz> User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00019.txt.bz2 On Fri, Jan 04, 2008 at 10:36:38AM +1300, Nick Roberts wrote: > > Breakpoint menus don't seem to work with overloaded constructors. Is that a > known problem? Yes, it's been broken since before I started working on GDB. > Note: breakpoint -1 (disabled) also set at pc 0x0. > Breakpoint 1 at 0x0 > Note: breakpoints -1 (disabled) and 1 also set at pc 0x0. > Breakpoint 2 at 0x0 Though they look a bit more broken than I remember, now. Vladimir, have you seen this before? -- Daniel Jacobowitz CodeSourcery