From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24763 invoked by alias); 24 Aug 2007 18:43:29 -0000 Received: (qmail 24698 invoked by uid 22791); 24 Aug 2007 18:43:28 -0000 X-Spam-Check-By: sourceware.org Received: from eastrmmtao107.cox.net (HELO eastrmmtao107.cox.net) (68.230.240.59) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 24 Aug 2007 18:43:17 +0000 Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao107.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20070824184316.EZKF20645.eastrmmtao107.cox.net@eastrmimpo02.cox.net>; Fri, 24 Aug 2007 14:43:16 -0400 Received: from black ([70.181.32.198]) by eastrmimpo02.cox.net with bizsmtp id fujF1X00Q4GV2Jm0000000; Fri, 24 Aug 2007 14:43:15 -0400 Received: from bob by black with local (Exim 4.63) (envelope-from ) id 1IOe7n-0002oC-GN; Fri, 24 Aug 2007 14:43:15 -0400 Date: Fri, 24 Aug 2007 18:43:00 -0000 From: Bob Rossi To: Gordon Prieur , gdb@sourceware.org Subject: Re: Questions about gdb/mi support on the Mac Message-ID: <20070824184315.GB6213@cox.net> References: <46CF1A71.1020002@sun.com> <20070824180208.GA18829@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070824180208.GA18829@caradoc.them.org> User-Agent: Mutt/1.5.13 (2006-08-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: 2007-08/txt/msg00203.txt.bz2 On Fri, Aug 24, 2007 at 02:02:08PM -0400, Daniel Jacobowitz wrote: > On Fri, Aug 24, 2007 at 10:50:41AM -0700, Gordon Prieur wrote: > > Hi, > > > > What are the known differences between running gdb/mi on a Mac and > > on Windows/Linux/Solaris? I'm debugging problems in netbeans C/C++ > > support (via gdb) on the Mac and am seeing significant differences between > > the Mac and other platforms. > > If you are using GDB an Mac OS X, it is Apple's highly customized > version to work with Xcode. You'd really have to ask them about it - > it's got common ancestry with other versions of GDB, but has changed > quite a lot to work better with their IDE. That's disappointing. Does that mean that a front end written to work on all other platforms with fsf gdb wouldn't work on Mac OS X? Bob Rossi