From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26247 invoked by alias); 14 Jul 2006 13:31:48 -0000 Received: (qmail 26232 invoked by uid 22791); 14 Jul 2006 13:31:44 -0000 X-Spam-Check-By: sourceware.org Received: from fra-del-03.spheriq.net (HELO fra-del-03.spheriq.net) (195.46.51.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 14 Jul 2006 13:31:36 +0000 Received: from fra-out-01.spheriq.net (fra-out-01.spheriq.net [195.46.51.129]) by fra-del-03.spheriq.net with ESMTP id k6EDVW4S009038 for ; Fri, 14 Jul 2006 13:31:32 GMT Received: from fra-cus-02.spheriq.net (fra-cus-02.spheriq.net [195.46.51.38]) by fra-out-01.spheriq.net with ESMTP id k6EDVRUn003388 for ; Fri, 14 Jul 2006 13:31:31 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-02.spheriq.net with ESMTP id k6EDVPil031359 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Fri, 14 Jul 2006 13:31:26 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id A81D5DA42; Fri, 14 Jul 2006 13:31:21 +0000 (GMT) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id DCF6E47487; Fri, 14 Jul 2006 13:31:20 +0000 (GMT) Received: from [164.129.15.13] (bri1043.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CHV01752 (AUTH stubbsa); Fri, 14 Jul 2006 14:31:18 +0100 (BST) Message-ID: <44B79CA6.8050805@st.com> Date: Fri, 14 Jul 2006 13:31:00 -0000 From: Andrew STUBBS User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: luoyi.ly@gmail.com, gdb@sources.redhat.com Subject: Re: 6.5 doesn't support mingw ? References: <20060714070916.GA1322@adacore.com> <20060714130726.GB24712@nevyn.them.org> In-Reply-To: <20060714130726.GB24712@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00084.txt.bz2 Daniel Jacobowitz wrote: >> 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. Presumably the people at www.mingw.org have support for the native configuration, although I wouldn't like to say if it meets the criteria above. However, AFAICS they are still on GDB 6.3. HTH Andrew