From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13959 invoked by alias); 12 Oct 2007 08:44:53 -0000 Received: (qmail 13951 invoked by uid 22791); 12 Oct 2007 08:44:53 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 12 Oct 2007 08:44:49 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-64-182.inter.net.il [80.230.64.182]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id JCD08431 (AUTH halo1); Fri, 12 Oct 2007 10:44:29 +0200 (IST) Date: Fri, 12 Oct 2007 08:44:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: Kai.Tietz@onevision.com, gdb@sourceware.org In-reply-to: <20071011145549.GA19918@caradoc.them.org> (message from Daniel Jacobowitz on Thu, 11 Oct 2007 10:55:49 -0400) Subject: Re: Support of gdb for Windows 64 native systems Reply-to: Eli Zaretskii References: <20071011142348.GA18239@caradoc.them.org> <20071011145549.GA19918@caradoc.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00078.txt.bz2 > Date: Thu, 11 Oct 2007 10:55:49 -0400 > From: Daniel Jacobowitz > Cc: gdb@sourceware.org > > For a native Windows target, you'd have to talk to Chris about how > to avoid duplicating or complicating the Cygwin support. Actually, wouldn't it be better to separate the two completely? That should avoid a lot of ugly ifdefs, and make each native backend much cleaner, I think.