From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5530 invoked by alias); 24 Sep 2003 12:11:11 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 5523 invoked from network); 24 Sep 2003 12:11:09 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 24 Sep 2003 12:11:09 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.10/8.12.10) with ESMTP id h8OCB9BX014369; Wed, 24 Sep 2003 07:11:09 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.10/8.12.9) with ESMTP id h8OCB9Vd010504; Wed, 24 Sep 2003 07:11:09 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.10/8.12.9/Submit) id h8OCB8IG010503; Wed, 24 Sep 2003 08:11:08 -0400 Date: Wed, 24 Sep 2003 12:11:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200309241211.h8OCB8IG010503@duracef.shout.net> To: gdb@sources.redhat.com, kristian.otnes@tevero.no Subject: Re: GDB/ELF/Cygwin source path problem X-SW-Source: 2003-09/txt/msg00294.txt.bz2 Try "gcc -S ...", with all the options that you normally use, and adding a "-S". Then look in the generated assembly code and see what the file names look like. That might help. Try doing the exact "gcc -S ..." with the old working cygwin dll and the new non-working cygwin dll. Perhaps cygwin.dll changed in such a way that gcc emits new information now. Try running the exact same executable with the old and new cygwin dll. That is, not re-compiling, and with the *exact* same file. These things would help localize the problem. Apologies if this is too simple and you have already done it. Michael C GDB QA Guy