From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31205 invoked by alias); 3 Mar 2011 13:24:52 -0000 Received: (qmail 31189 invoked by uid 22791); 3 Mar 2011 13:24:48 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Mar 2011 13:24:39 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Pv8WD-0006GH-Bc; Thu, 03 Mar 2011 08:24:37 -0500 Date: Thu, 03 Mar 2011 13:24:00 -0000 Message-Id: From: Eli Zaretskii To: Kai Tietz CC: gdb-patches@sourceware.org In-reply-to: (message from Kai Tietz on Thu, 3 Mar 2011 13:10:13 +0100) Subject: Re: [patch gdb]: Fix some DOS-path related issues in gdb Reply-to: Eli Zaretskii References: 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: 2011-03/txt/msg00168.txt.bz2 > Date: Thu, 3 Mar 2011 13:10:13 +0100 > From: Kai Tietz > > Sorry, first post were sent to wrong list. This patch fixes some > issues related to DOS file-system filenames and paths. I am not sure, > if I hit all places, nevertheless I am sure I hit most. > This patch uses the libiberty functions & macros about > directory-separator checks, absolute-path checks, and the > filename-comparision functions. The patch looks okay to me, but please do NOT install the changes for the following files, which cannot possibly meet with this issue: bsd-kvm.c, elfread.c, mdebugread.c, nto-procfs.c, rs6000-nat.c, xcoffread.c, fbsd-nat.c, linux-fork.c linux-nat.c, linux-thread-db, nto-tdep.c. Thanks for working on this.