From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14017 invoked by alias); 14 Jul 2006 13:07:33 -0000 Received: (qmail 13941 invoked by uid 22791); 14 Jul 2006 13:07:33 -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; Fri, 14 Jul 2006 13:07:30 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1G1NOB-0006Rs-0W; Fri, 14 Jul 2006 09:07:27 -0400 Date: Fri, 14 Jul 2006 13:07:00 -0000 From: Daniel Jacobowitz To: Eli Zaretskii Cc: Joel Brobecker , luoyi.ly@gmail.com, gdb@sources.redhat.com Subject: Re: 6.5 doesn't support mingw ? Message-ID: <20060714130726.GB24712@nevyn.them.org> Mail-Followup-To: Eli Zaretskii , Joel Brobecker , luoyi.ly@gmail.com, gdb@sources.redhat.com References: <20060714070916.GA1322@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes 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: 2006-07/txt/msg00083.txt.bz2 On Fri, Jul 14, 2006 at 01:48:34PM +0300, Eli Zaretskii wrote: > > Date: Fri, 14 Jul 2006 00:09:16 -0700 > > From: Joel Brobecker > > Cc: gdb@sources.redhat.com > > > > > I've read from the NEWS that 6.5 version of gdb can support mingw-host, > > > but when I try to compile it, it give me the err msg: > > > > It only supports cross configurations hosted on mingw, unfortunately. > > What is missing for it to support the native configuration? Quite a lot I suspect. win32-nat.c is only designed to work on Cygwin. Someone who was interested in native, non-Cygwin-based debugging would have to work on it, and keep the changes clean enough to not overly complicate the Cygwin support (per our last discussion on this subject). It would probably be at least a few weeks work. -- Daniel Jacobowitz CodeSourcery