From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12154 invoked by alias); 28 Nov 2005 23:16:07 -0000 Received: (qmail 12147 invoked by uid 22791); 28 Nov 2005 23:16:07 -0000 X-Spam-Check-By: sourceware.org Received: from dumbledore.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.11) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 28 Nov 2005 23:16:06 +0000 Received: (qmail 18788 invoked from network); 28 Nov 2005 23:16:04 -0000 Received: from unknown (HELO ?10.253.176.40?) (mitchell@127.0.0.2) by mail.codesourcery.com with ESMTPA; 28 Nov 2005 23:16:04 -0000 Message-ID: <438B8FAD.1020804@codesourcery.com> Date: Tue, 29 Nov 2005 03:14:00 -0000 From: Mark Mitchell User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) MIME-Version: 1.0 To: GDB Subject: ARM RDI Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00605.txt.bz2 In my quest to make things build on Windows, I see that ARM GDB doesn't quite build for Windows do the fact that rdi-share doesn't build without angeldll.h. However, rdi-share does still build on GNU/Linux, where rdi-share isn't required. Since RDI has been declared obsolete by ARM, and since the version in GDB is even more obsolete than that, I'm not sure that there's much point in continuing to try to support RDI. There seem to be several options, ordered, IMHO, from best to worst. 1) Remove rdi-share from GDB entirely. 2) Leave it in, but turn it off by default, giving a configure option to turn it on. 3) Like 2, but have the default be on. 4) Disable it on MinGW hosts, but leave it on for UNIX-like hosts. 5) Fix rdi-share to work on Windows, somehow, without angeldll.h. 6) Nothing. Thoughts? Is anyone actively using rdi-share? Thanks, -- Mark Mitchell CodeSourcery, LLC mark@codesourcery.com (916) 791-8304