From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27580 invoked by alias); 15 Oct 2007 18:45:29 -0000 Received: (qmail 27572 invoked by uid 22791); 15 Oct 2007 18:45:28 -0000 X-Spam-Check-By: sourceware.org Received: from pool-71-174-251-188.bstnma.fios.verizon.net (HELO ednor.cgf.cx) (71.174.251.188) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 15 Oct 2007 18:45:27 +0000 Received: by ednor.cgf.cx (Postfix, from userid 201) id 972A52B353; Mon, 15 Oct 2007 14:45:25 -0400 (EDT) Date: Mon, 15 Oct 2007 18:54:00 -0000 From: Christopher Faylor To: Pedro Alves , gdb-patches@sourceware.org Subject: Re: Support of gdb for Windows 64 native systems Message-ID: <20071015184525.GI14543@ednor.casa.cgf.cx> Mail-Followup-To: Pedro Alves , gdb-patches@sourceware.org References: <20071013154715.GE29152@adacore.com> <4711021C.8010805@portugalmail.pt> <20071013205105.GA13789@adacore.com> <47114BB7.1000501@portugalmail.pt> <20071014051622.GC13789@adacore.com> <471200C5.6050609@portugalmail.pt> <20071014173921.GD11619@ednor.casa.cgf.cx> <471259B2.6050808@portugalmail.pt> <20071014221603.GA13096@ednor.casa.cgf.cx> <20071014222252.GA13023@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071014222252.GA13023@caradoc.them.org> User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00402.txt.bz2 On Sun, Oct 14, 2007 at 06:22:52PM -0400, Daniel Jacobowitz wrote: >On Sun, Oct 14, 2007 at 06:16:03PM -0400, Christopher Faylor wrote: >> There should be no cygwin accommodations in a pure windows port of gdb. > >Why? A native Windows GDB that can usefully debug Cygwin programs >seems convenient to me. I just don't see why it should care about Cygwin. Why complicate the code with special case operations for cygwin when there is already a cygwin port? I doubt that this version of gdb would correctly translate cygwin paths built into the executable so it seems like it would just be a basically unused feature. cgf