From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5931 invoked by alias); 7 Feb 2007 18:12:58 -0000 Received: (qmail 5923 invoked by uid 22791); 7 Feb 2007 18:12:57 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 07 Feb 2007 18:12:50 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-70-73.inter.net.il [80.230.70.73]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id BVE61349 (AUTH halo1); Wed, 7 Feb 2007 20:11:45 +0200 (IST) Date: Wed, 07 Feb 2007 18:12:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: qinwei@sunnorth.com.cn, bjgnu@sunnorth.com.cn, gdb-patches@sourceware.org In-reply-to: <20070206115756.GA28356@nevyn.them.org> (message from Daniel Jacobowitz on Tue, 6 Feb 2007 06:57:57 -0500) Subject: Re: [Patch]: Path problems when setting breakpoints using mingw-build-gdb Reply-to: Eli Zaretskii References: <20070205120616.GA25602@nevyn.them.org> <20070206115756.GA28356@nevyn.them.org> 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: 2007-02/txt/msg00057.txt.bz2 > Date: Tue, 6 Feb 2007 06:57:57 -0500 > From: Daniel Jacobowitz > Cc: qinwei@sunnorth.com.cn, bjgnu@sunnorth.com.cn, > gdb-patches@sourceware.org > > > We already have FILENAME_CMP; perhaps all we need is to expand it on > > Windows into a specially written (perhaps inline) function instead of > > strcasecmp. > > > > WDYT? > > On all platforms, please, not just on Windows. I think this would be dangerous, and probably shouldn't be the default.