From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12853 invoked by alias); 6 Feb 2006 02:38:24 -0000 Received: (qmail 12844 invoked by uid 22791); 6 Feb 2006 02:38:24 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 06 Feb 2006 02:38:23 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1F5wGj-0002Zw-1K for gdb-patches@sourceware.org; Sun, 05 Feb 2006 21:38:21 -0500 Date: Mon, 06 Feb 2006 02:38:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: RFA: Support Windows extended error numbers in safe_strerror Message-ID: <20060206023820.GA9872@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <200602032325.k13NPJ6g028001@elgar.sibelius.xs4all.nl> <20060203233935.GA13238@trixie.casa.cgf.cx> <20060205002710.GC8728@trixie.casa.cgf.cx> <20060205020114.GA25947@nevyn.them.org> <8f2776cb0602042339s5f2fa822md543ee05bed367e1@mail.gmail.com> <20060205202027.GA5574@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00115.txt.bz2 On Mon, Feb 06, 2006 at 12:45:25AM +0200, Eli Zaretskii wrote: > > Date: Sun, 5 Feb 2006 15:20:27 -0500 > > From: Daniel Jacobowitz > > Cc: Jim Blandy , gdb-patches@sourceware.org > > > > > Reality check: how many other non-embedded platforms have their cross- > > > and native targets separated? > > > > Could you clarify what you mean by this? As far as I can interpret it, > > the answer is "every". > > ``Separated'' as in ``not in the same executable''. I don't see how that applies. I'm talking about the support needed for an arm-elf debugger which runs on mingw32, as opposed to a mingw32 debugger which runs on mingw32. There's other platforms that can support cross but not native, e.g. I believe ia64-hpux can handle cross debugging even without a GDB port. Anyway. Moving on, agreed. -- Daniel Jacobowitz CodeSourcery