From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22489 invoked by alias); 1 Jun 2011 15:51:27 -0000 Received: (qmail 22472 invoked by uid 22791); 1 Jun 2011 15:51:26 -0000 X-SWARE-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from moutng.kundenserver.de (HELO moutng.kundenserver.de) (212.227.126.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 01 Jun 2011 15:51:10 +0000 Received: from eiconicjames (141.32.112.87.dyn.plus.net [87.112.32.141]) by mrelayeu.kundenserver.de (node=mrbap1) with ESMTP (Nemesis) id 0MJmaK-1QQhEe3e68-001nKh; Wed, 01 Jun 2011 17:51:09 +0200 Message-ID: From: "James Boulton" To: References: <201106011629.18877.pedro@codesourcery.com> Subject: GDB Darwin Date: Wed, 01 Jun 2011 15:51:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit 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: 2011-06/txt/msg00001.txt.bz2 Hi, I'm trying to find a way to compile a remote debugger which supports an ARM Darwin target. The gdb server seems to work fine and I can remote debug using an ARM targetted GDB, but of course I cant read the symbols in as there is no support for the mach-o format with an ARM target. I see GDB now has support for i386, x64 and PowerPC flavours of darwin, but not ARM. Is ARM Darwin support planned? I'm trying to find a nice way of debugging directly from a Windows machine (there is already an ARM Darwin targeted GDB, but this is only on OSX). Thanks, -- James