From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19489 invoked by alias); 13 Oct 2009 18:19:41 -0000 Received: (qmail 19479 invoked by uid 22791); 13 Oct 2009 18:19:40 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 13 Oct 2009 18:19:36 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id BE34C10EB5; Tue, 13 Oct 2009 18:21:26 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id 624A410E84; Tue, 13 Oct 2009 18:21:26 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1Mxly9-0003p0-5P; Tue, 13 Oct 2009 14:19:33 -0400 Date: Tue, 13 Oct 2009 18:19:00 -0000 From: Daniel Jacobowitz To: Eli Zaretskii Cc: Joel Brobecker , danny.backx@scarlet.be, gdb-patches@sourceware.org Subject: Re: shared lib dos filename style - one more question Message-ID: <20091013181933.GA14667@caradoc.them.org> Mail-Followup-To: Eli Zaretskii , Joel Brobecker , danny.backx@scarlet.be, gdb-patches@sourceware.org References: <1254946075.10921.178.camel@pavilion> <20091007201145.GA21557@caradoc.them.org> <1255017831.10921.197.camel@pavilion> <20091009173650.GB5272@adacore.com> <1255114781.10921.217.camel@pavilion> <20091010021849.GC5272@adacore.com> <1255378026.10921.251.camel@pavilion> <83ococicct.fsf@gnu.org> <20091013052437.GJ5272@adacore.com> <83my3vi2lg.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83my3vi2lg.fsf@gnu.org> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2009-10/txt/msg00280.txt.bz2 On Tue, Oct 13, 2009 at 08:13:47PM +0200, Eli Zaretskii wrote: > What is the use-case in which this can happen? For shared libraries, the case where GDB runs on a host Unix system and gdbserver runs on a target Windows or WinCE system. For source file paths, the case where GDB runs on a Unix system but the project was compiled on a Windows system. -- Daniel Jacobowitz CodeSourcery