From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7080 invoked by alias); 20 Dec 2012 14:33:04 -0000 Received: (qmail 7048 invoked by uid 22791); 20 Dec 2012 14:33:03 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from imr3.ericy.com (HELO imr3.ericy.com) (198.24.6.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 20 Dec 2012 14:32:59 +0000 Received: from EUSAAHC008.ericsson.se ([147.117.188.96]) by imr3.ericy.com (8.13.8/8.13.8) with ESMTP id qBKEWuML024475 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 20 Dec 2012 08:32:56 -0600 Received: from EUSAAMB103.ericsson.se ([147.117.188.120]) by EUSAAHC008.ericsson.se ([147.117.188.96]) with mapi id 14.02.0318.004; Thu, 20 Dec 2012 09:32:55 -0500 From: Marc Khouzam To: "'Tom Tromey'" , "'Jan Kratochvil'" CC: "'gdb-patches@sourceware.org'" Subject: RE: [rfc] Print MI fullname even for non-existing files Date: Thu, 20 Dec 2012 14:33:00 -0000 Message-ID: References: <20121217155859.GA8029@host2.jankratochvil.net> <8738z4y1el.fsf@fleche.redhat.com> In-Reply-To: <8738z4y1el.fsf@fleche.redhat.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: 2012-12/txt/msg00740.txt.bz2 > -----Original Message----- > From: gdb-patches-owner@sourceware.org=20 > [mailto:gdb-patches-owner@sourceware.org] On Behalf Of Tom Tromey > Sent: Monday, December 17, 2012 1:33 PM > To: Jan Kratochvil > Cc: gdb-patches@sourceware.org > Subject: Re: [rfc] Print MI fullname even for non-existing files >=20 > >>>>> "Jan" =3D=3D Jan Kratochvil writes: >=20 > Jan> symtab_to_fullname now always returns non-NULL. >=20 > Jan> Currently this patch only changes from user point of view MI: > Jan> (gdb) -file-list-exec-source-file > Jan> ^done,line=3D"1",file=3D"deleted.c",macro-info=3D"0" > ->=20 > Jan>=20=09 > ^done,line=3D"1",file=3D"deleted.c",fullname=3D"/path/to/deleted.c", > macro-info=3D"0" >=20 > Jan> Is there a serious reason why fullname was suppressed for > Jan> non-existing files? While it breaks MI compatibility in=20 > some way I > Jan> find it an acceptable change. >=20 > It seems pretty reasonable to me as well. For what it's worth, that is an ok change for Eclipse (we don't use that command). Marc=20