From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32162 invoked by alias); 3 Mar 2011 15:25:18 -0000 Received: (qmail 32142 invoked by uid 22791); 3 Mar 2011 15:25:16 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-qy0-f169.google.com (HELO mail-qy0-f169.google.com) (209.85.216.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Mar 2011 15:25:09 +0000 Received: by qyk2 with SMTP id 2so5491157qyk.0 for ; Thu, 03 Mar 2011 07:25:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.73.200 with SMTP id r8mr1166193qaj.137.1299165907388; Thu, 03 Mar 2011 07:25:07 -0800 (PST) Received: by 10.229.89.197 with HTTP; Thu, 3 Mar 2011 07:25:07 -0800 (PST) In-Reply-To: <20110303145832.GY30306@adacore.com> References: <20110303145832.GY30306@adacore.com> Date: Thu, 03 Mar 2011 15:25:00 -0000 Message-ID: Subject: Re: [patch gdb]: Fix some DOS-path related issues in gdb From: Kai Tietz To: Joel Brobecker Cc: Eli Zaretskii , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00173.txt.bz2 2011/3/3 Joel Brobecker : >> I didn't know that the Windows 64bit target can use ELF debug info. >> Can it? =A0With what toolchains? >> >> As for mdebugread.c, I always thought it was MIPS specific. =A0What >> 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... Right, they would. Kai