From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29619 invoked by alias); 27 Oct 2007 15:57:21 -0000 Received: (qmail 29604 invoked by uid 22791); 27 Oct 2007 15:57:21 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 27 Oct 2007 15:57:18 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.1/8.14.0) with ESMTP id l9RFv7rs021325; Sat, 27 Oct 2007 17:57:07 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1/Submit) id l9RFv6b6000971; Sat, 27 Oct 2007 17:57:06 +0200 (CEST) Date: Sat, 27 Oct 2007 15:57:00 -0000 Message-Id: <200710271557.l9RFv6b6000971@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: bauerman@br.ibm.com CC: mark.kettenis@xs4all.nl, drow@false.org, spiridenok@tut.by, gdb@sourceware.org In-reply-to: <1193495532.5787.187.camel@localhost.localdomain> (message from Thiago Jung Bauermann on Sat, 27 Oct 2007 12:32:12 -0200) Subject: Re: Breakpoint in C++ class constructor is never reached References: <20071026115446.GA26327@caradoc.them.org> <20071026122115.GA28419@caradoc.them.org> <20071026143128.GA26407@caradoc.them.org> <200710261450.l9QEouxs026180@brahms.sibelius.xs4all.nl> <1193410939.5787.157.camel@localhost.localdomain> <1193495532.5787.187.camel@localhost.localdomain> 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: 2007-10/txt/msg00285.txt.bz2 > From: Thiago Jung Bauermann > Date: Sat, 27 Oct 2007 12:32:12 -0200 > > On Fri, 2007-10-26 at 13:02 -0200, Thiago Jung Bauermann wrote: > > On Fri, 2007-10-26 at 16:50 +0200, Mark Kettenis wrote: > > > > Date: Fri, 26 Oct 2007 10:31:28 -0400 > > > > From: Daniel Jacobowitz > > > > Oh dear. GCC requires GNU make, but GDB is not supposed to, I don't > > > > think. This is a new problem. > > > > > > I regularly build GDB with OpenBSD make, so yes this is new (and I'd > > > very much appreciate it if it got fixed). > > > > I will work on this ASAP. > > I just posted a patch to fix this. Sorry for the delay, it took me some > time to determine if I had copyright assignment to contribute to GCC. > > I tested the change with NetBSD's make, so I think the GNUisms are gone. > If this is not enough to fix your build problems, please let me know. Thank you very much. I'll check whether it works on OpenBSD too (I expect it'll be ok if you tested things on NetBSD). If I encounter any problems, I'll try to fix them myself first. Thanks, Mark