From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23584 invoked by alias); 29 Jul 2010 14:49:52 -0000 Received: (qmail 23573 invoked by uid 22791); 29 Jul 2010 14:49:51 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 29 Jul 2010 14:49:41 +0000 Received: (qmail 4165 invoked from network); 29 Jul 2010 14:49:40 -0000 Received: from unknown (HELO caradoc.them.org) (dan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 29 Jul 2010 14:49:40 -0000 Date: Thu, 29 Jul 2010 14:49:00 -0000 From: Daniel Jacobowitz To: Xavier de Gaye Cc: gdb@sourceware.org Subject: Re: inconsistency in gdb/mi -file-list-exec-source-files Message-ID: <20100729144845.GA18434@caradoc.them.org> Mail-Followup-To: Xavier de Gaye , gdb@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2010-07/txt/msg00119.txt.bz2 On Thu, Jul 29, 2010 at 04:41:49PM +0200, Xavier de Gaye wrote: > The output of '-file-list-exec-source-files' differs between gdb 7.2 and > gdb previous releases: with gdb 7.2 the 'fullname' attribute becomes the > file basename and the 'file' attribute becomes the full pathname. It was > the reverse previously. The MI code has not changed so this must be an issue in symtabs, probably in dwarf2read. IMO, this is pretty serious for the release. -- Daniel Jacobowitz CodeSourcery