From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27267 invoked by alias); 28 Aug 2007 15:05:12 -0000 Received: (qmail 27120 invoked by uid 22791); 28 Aug 2007 15:05:09 -0000 X-Spam-Check-By: sourceware.org Received: from sca-es-mail-2.Sun.COM (HELO sca-es-mail-2.sun.com) (192.18.43.133) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 28 Aug 2007 15:05:00 +0000 Received: from fe-sfbay-09.sun.com ([192.18.43.129]) by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id l7SF4wRu019607 for ; Tue, 28 Aug 2007 08:04:58 -0700 (PDT) Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0JNH00001O8N2Y00@fe-sfbay-09.sun.com> (original mail from Gordon.Prieur@Sun.COM) for gdb@sourceware.org; Tue, 28 Aug 2007 08:04:58 -0700 (PDT) Received: from [129.146.82.55] by fe-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0JNH0006JOKA4H30@fe-sfbay-09.sun.com> for gdb@sourceware.org; Tue, 28 Aug 2007 08:04:58 -0700 (PDT) Date: Tue, 28 Aug 2007 15:05:00 -0000 From: Gordon Prieur Subject: Re: Questions about gdb/mi support on the Mac In-reply-to: <20070828131324.GA14264@caradoc.them.org> To: gdb@sourceware.org Message-id: <46D43996.40603@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT References: <46CF1A71.1020002@sun.com> <200708281029.27514.apoenitz@trolltech.com> <18131.58128.433536.819432@kahikatea.snap.net.nz> <20070828105502.GA7419@caradoc.them.org> <20070828112438.GJ6213@cox.net> <20070828113349.GA9440@caradoc.them.org> <20070828125304.GL6213@cox.net> <20070828131324.GA14264@caradoc.them.org> User-Agent: Thunderbird 1.5 (X11/20060113) 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/msg00238.txt.bz2 Daniel Jacobowitz wrote: > On Tue, Aug 28, 2007 at 08:53:04AM -0400, Bob Rossi wrote: > >> Ha, the only port of GDB, and it only works with their front end! That >> sounds like a monopoly to me. In fact, it sounds like one of the tactics >> msft used when making content for there web browser. >> > > You have a truly bizarre definition of monopoly. It works fine from > the command line, and we've seen that at least one other front end > developer has managed to make his work with it. It's just not the > same program named "gdb" that you expect. > It took me less than a day to get Apple's gdb working with my NetBeans gdb module (granted, I didn't do much more than sanity test it). So the changes are simple and easily resolved. I expect any other differences I find will also be simple to resolve. Gordon