From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24073 invoked by alias); 21 Oct 2010 07:49:50 -0000 Received: (qmail 24065 invoked by uid 22791); 21 Oct 2010 07:49:49 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 21 Oct 2010 07:49:43 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id B0D12CB02FC; Thu, 21 Oct 2010 09:49:40 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vHQt3WptUbUy; Thu, 21 Oct 2010 09:49:40 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 9E5A9CB02E0; Thu, 21 Oct 2010 09:49:40 +0200 (CEST) Subject: Re: gdb darwin target on Linux host? Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: <4CBF22FB.9010303@codesourcery.com> Date: Thu, 21 Oct 2010 07:49:00 -0000 Cc: gdb@sourceware.org Content-Transfer-Encoding: quoted-printable Message-Id: <8ADA5917-03AB-4569-B681-7D5B54E2170D@adacore.com> References: <20101020135306.9C60531366@nx.neverkill.us> <20101020143016.6BE9131366@nx.neverkill.us> <20101020144225.2316031366@nx.neverkill.us> <20101020151257.25F2D31366@nx.neverkill.us> <20101020152407.3F76031367@nx.neverkill.us> <4CBF22FB.9010303@codesourcery.com> To: Stan Shebs 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: 2010-10/txt/msg00088.txt.bz2 On Oct 20, 2010, at 7:12 PM, Stan Shebs wrote: >=20 >> however I do not want to debug natively (or my question here would be >> pointless), I want to cross-debug using a Linux host. >=20 > So, uh, once you get the executable read in, how exactly do you expect to= remote-control execution from Linux-land? Is there a Darwin GDBserver or = equivalent that I don't know of?=20 As far as I know, no. Tristan.