From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20659 invoked by alias); 17 Mar 2006 19:06:26 -0000 Received: (qmail 20651 invoked by uid 22791); 17 Mar 2006 19:06:25 -0000 X-Spam-Check-By: sourceware.org Received: from rigel.lunarpages.com (HELO rigel.lunarpages.com) (64.235.230.106) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 17 Mar 2006 19:06:25 +0000 Received: from cpe-071-070-217-234.nc.res.rr.com ([71.70.217.234] helo=[10.0.0.101]) by rigel.lunarpages.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.52) id 1FKKHI-0004K6-8J; Fri, 17 Mar 2006 11:06:24 -0800 In-Reply-To: <20060317174315.GA16517@nevyn.them.org> References: <006d01c649b2$6171c490$a501a8c0@CAM.ARTIMI.COM> <20060317174315.GA16517@nevyn.them.org> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <133C1A61-2351-4335-B9B7-F49D663C48F9@encodia.biz> Cc: Dave Korn , gdb@sources.redhat.com Content-Transfer-Encoding: 7bit From: rob@encodia.biz Subject: Re: C++, "too few arguments in function call" error? Date: Fri, 17 Mar 2006 22:02:00 -0000 To: Daniel Jacobowitz 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-03/txt/msg00135.txt.bz2 On Mar 17, 2006, at 12:43 PM, Daniel Jacobowitz wrote: > > That's pretty likely. Rob, we probably can't help you with problems > involving C++ and MacOS X; Apple's highly patched GDB uses stabs, not > DWARF-2, and therefore represents debug information for methods very > differently. Ah... I was wondering about the Mac OS effect. Thanks for the info. I'll try asking on an Apple mailing list, or maybe just move back to Linux for compiling and debugging. Rob