From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27486 invoked by alias); 3 Mar 2011 18:09:53 -0000 Received: (qmail 27477 invoked by uid 22791); 3 Mar 2011 18:09:53 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Mar 2011 18:09:48 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LHH00200UBNWK00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Thu, 03 Mar 2011 20:09:45 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.183.216]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LHH001Q8UG8MVB0@a-mtaout20.012.net.il>; Thu, 03 Mar 2011 20:09:45 +0200 (IST) Date: Thu, 03 Mar 2011 18:09:00 -0000 From: Eli Zaretskii Subject: Re: [patch gdb]: Fix some DOS-path related issues in gdb In-reply-to: <20110303145832.GY30306@adacore.com> To: Joel Brobecker Cc: ktietz70@googlemail.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83tyfkw00f.fsf@gnu.org> References: <20110303145832.GY30306@adacore.com> 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/msg00197.txt.bz2 > Date: Thu, 3 Mar 2011 18:58:32 +0400 > From: Joel Brobecker > Cc: Kai Tietz , gdb-patches@sourceware.org > > > I didn't know that the Windows 64bit target can use ELF debug info. > > Can it? With what toolchains? > > > > As for mdebugread.c, I always thought it was MIPS specific. What > > other platforms use it? > > These would still be pertinent in the case of cross debugging, no? > If the files were cross-compiled on Windows, the debug info would > contain file paths that follow the Windows convention... Is that use-case even practical? Who would develop on Windows if they have Linux or Irix? Anyway, if others don't mind to have DOS-ism in mdebugread.c and elfread.c, I don't object.