From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13454 invoked by alias); 8 Dec 2006 07:31:40 -0000 Received: (qmail 13441 invoked by uid 22791); 8 Dec 2006 07:31:39 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (192.114.186.73) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 08 Dec 2006 07:31:34 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-4-65.inter.net.il [84.228.4.65]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id BFE80317 (AUTH halo1); Fri, 8 Dec 2006 09:31:30 +0200 (IST) Date: Fri, 08 Dec 2006 07:31:00 -0000 Message-Id: From: Eli Zaretskii To: Jim Blandy CC: gdb-patches@sourceware.org In-reply-to: (message from Jim Blandy on Thu, 07 Dec 2006 16:10:14 -0800) Subject: Re: [RFA] win32-nat.c: Simplify generation of Windows environment Reply-to: Eli Zaretskii References: <20061207095839.GA14487@calimero.vinschen.de> X-IsSubscribed: yes 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: 2006-12/txt/msg00112.txt.bz2 > Cc: gdb-patches@sourceware.org > From: Jim Blandy > Date: Thu, 07 Dec 2006 16:10:14 -0800 > > $ cd gdb/config > $ grep -nH -e win32-nat */*.m? > i386/cygwin.mh:2:NATDEPFILES= i386-nat.o win32-nat.o corelow.o > $ > > I think that means it's just Cygwin. No, it just means that the native W32 build is currently not part of the CVS. A large portion of win32-nat.c is relevant to any native Windows debugger. By contrast, cygwin_internal is obviously Cygwin-specific. So I think it would be a good practice to mark such specific portions of code explicitly.