From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25374 invoked by alias); 24 Aug 2005 20:48:58 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 25190 invoked by uid 22791); 24 Aug 2005 20:48:47 -0000 Received: from mail-out3.apple.com (HELO mail-out3.apple.com) (17.254.13.22) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 24 Aug 2005 20:48:47 +0000 Received: from mailgate2.apple.com (a17-128-100-204.apple.com [17.128.100.204]) by mail-out3.apple.com (8.12.11/8.12.11) with ESMTP id j7OKmiLt017535 for ; Wed, 24 Aug 2005 13:48:44 -0700 (PDT) Received: from relay4.apple.com (relay4.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.3.17) with ESMTP id ; Wed, 24 Aug 2005 13:48:44 -0700 Received: from [17.219.198.171] ([17.219.198.171]) by relay4.apple.com (8.12.11/8.12.11) with ESMTP id j7OKmb9T002719; Wed, 24 Aug 2005 13:48:43 -0700 (PDT) Message-ID: <430CDD26.2080604@apple.com> Date: Sat, 27 Aug 2005 12:09:00 -0000 From: Stan Shebs User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.3) Gecko/20040910 MIME-Version: 1.0 To: Nick Roberts CC: Jim Ingham , Daniel Jacobowitz , gdb-patches@sources.redhat.com Subject: Re: RFC: MI output during program execution References: <17142.56731.941946.838268@farnswood.snap.net.nz> <20050808130516.GA9046@nevyn.them.org> <17160.63891.324530.937796@farnswood.snap.net.nz> <430B9BF8.500@apple.com> <17163.55840.7255.564345@farnswood.snap.net.nz> In-Reply-To: <17163.55840.7255.564345@farnswood.snap.net.nz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-08/txt/msg00241.txt.bz2 Nick Roberts wrote: >I have heard that Apple are moving MacOSX over to Intel architecture. Is it >possible to get a copy of Darwin (or even a preview of MacOSX) for Intel so >that I can put it on a partition on my PC? That way I can compare the output >of my merged version of FSF GDB with that of Apple GDB. > Darwin for x86 has been publicly available for some years, just not that well-known. Go to http://www.opendarwin.org and get ISOs, source code, mailing lists, and so forth. Their latest code is Tiger-vintage, so quite current, and I believe it runs on a fairly wide spectrum of hardware. No GUI unless you want to run X11, but certainly sufficient for GDB testing. Stan