From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5692 invoked by alias); 2 Jun 2011 13:03:19 -0000 Received: (qmail 5684 invoked by uid 22791); 2 Jun 2011 13:03:19 -0000 X-SWARE-Spam-Status: No, hits=-0.0 required=5.0 tests=BAYES_20,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from moutng.kundenserver.de (HELO moutng.kundenserver.de) (212.227.17.9) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Jun 2011 13:03:03 +0000 Received: from eiconicjames (84.93.182.117.homesurf.pte-ag1.dyn.plus.net [84.93.182.117]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0Mbb9R-1Q9Dmq2BTZ-00Jfoi; Thu, 02 Jun 2011 15:03:01 +0200 Message-ID: <96BD89A1BBC34A768C4DF86BDFD7FCC2@eiconicjames> From: "James Boulton" To: References: <201106011629.18877.pedro@codesourcery.com> <20110601162203.GC2452@adacore.com> Subject: Re: GDB Darwin Date: Thu, 02 Jun 2011 13:03: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/msg00009.txt.bz2 Are there any docs on where to start with something like this? The BFD settings from Apples branch are all present in GDB 7.2 i.e. arm-*-darwin* | arm-*-macos10*) targ_defvec=mach_o_le_vec targ_selvecs="mach_o_be_vec mach_o_le_vec mach_o_fat_vec " targ_archs="bfd_arm_arch" targ_underscore=yes ;; However building with that doesnt do anything useful. How do you actually go about implementing a new target? Most of the functionality is present (mach-o, arm, darwin) but it needs glueing together correctly. Thanks, -- James ----- Original Message ----- From: "Joel Brobecker" To: "James Boulton" Cc: Sent: Wednesday, June 01, 2011 5:22 PM Subject: Re: GDB Darwin >> 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). > > As far as I know, I haven't heard of anyone planning on doing the work > for ARM. > > -- > Joel >