From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11494 invoked by alias); 23 Jun 2005 22:51:14 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 11475 invoked by uid 22791); 23 Jun 2005 22:51:06 -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; Thu, 23 Jun 2005 22:51:06 +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 j5NMp4J6015497 for ; Thu, 23 Jun 2005 15:51:04 -0700 (PDT) Received: from relay2.apple.com (relay2.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.3.17) with ESMTP id for ; Thu, 23 Jun 2005 15:51:04 -0700 Received: from [17.112.107.225] ([17.112.107.225]) by relay2.apple.com (8.12.11/8.12.11) with ESMTP id j5NMp10P026860 for ; Thu, 23 Jun 2005 15:51:02 -0700 (PDT) Message-ID: <42BB3CD4.30707@apple.com> Date: Thu, 23 Jun 2005 22:51: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: gdb@sources.redhat.com Subject: Cross-debugging interfaces known to still work? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-06/txt/msg00218.txt.bz2 In digging through GDB sources trying to figure out which internal APIs are OK for Apple's port (yes, yes, need to contribute :-) ), I see that a number of the oddball-protocol remote interfaces probably no longer work, and some, such as remote-mips.c, are going unnoticed because they're not built into any config anymore. At the same time, I'm not seeing very much mail traffic on anything besides standard remote protocol, sim, and RDI for Arm. So my question is, do we have any information about who is actually using or testing any of these other targets, either with current or older versions of GDBs? Stan