From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4952 invoked by alias); 7 Jan 2008 13:36:08 -0000 Received: (qmail 4944 invoked by uid 22791); 7 Jan 2008 13:36:07 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 07 Jan 2008 13:35:39 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JBs8X-0008Av-4s for gdb@sources.redhat.com; Mon, 07 Jan 2008 13:35:29 +0000 Received: from 77.246.241.246 ([77.246.241.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Jan 2008 13:35:29 +0000 Received: from ghost by 77.246.241.246 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Jan 2008 13:35:29 +0000 To: gdb@sources.redhat.com From: Vladimir Prus Subject: Re: Breakpoint menus with overloaded constructors Date: Mon, 07 Jan 2008 13:36:00 -0000 Message-ID: References: <18301.21862.895127.476459@kahikatea.snap.net.nz> <20080104125310.GC27161@caradoc.them.org> <200801041441.26666.vladimir@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.5 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/msg00034.txt.bz2 Vladimir Prus wrote: > On Friday 04 January 2008 15:53:10 Daniel Jacobowitz wrote: >> 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? > > I have not, and I'm don't know offhand what could be wrong. I'll take > a look, but not earlier than Monday. Ok, I have no clue :-(. breakpoint.c calls decode_line_1 with "A::A". It gets to sals back, both are zeroed. This is not something I've ever touched, and I don't know what could be the problem. Sorry, Volodya