From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29487 invoked by alias); 3 Mar 2011 12:15:08 -0000 Received: (qmail 29349 invoked by uid 22791); 3 Mar 2011 12:14:55 -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 sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Mar 2011 12:14:50 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id p23CEkGP014057; Thu, 3 Mar 2011 13:14:46 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id p23CEj4Z010743; Thu, 3 Mar 2011 13:14:45 +0100 (CET) Date: Thu, 03 Mar 2011 12:15:00 -0000 Message-Id: <201103031214.p23CEj4Z010743@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: ktietz70@googlemail.com CC: gdb@sourceware.org In-reply-to: (message from Kai Tietz on Thu, 3 Mar 2011 13:02:11 +0100) Subject: Re: [patch gdb]: Fix some DOS-path related issues in gdb References: 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: 2011-03/txt/msg00031.txt.bz2 > Date: Thu, 3 Mar 2011 13:02:11 +0100 > From: Kai Tietz > > Hello, > > 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. Please don't inflict the DOS-stupidity on stuff like bsd-kvm.c and fbsd-nat.c.