From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6534 invoked by alias); 3 Jan 2013 15:44:29 -0000 Received: (qmail 6512 invoked by uid 22791); 3 Jan 2013 15:44:27 -0000 X-SWARE-Spam-Status: No, hits=-6.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Jan 2013 15:43:56 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r03FhsPu016108 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 3 Jan 2013 10:43:54 -0500 Received: from host2.jankratochvil.net (ovpn-116-18.ams2.redhat.com [10.36.116.18]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r03Fhoai028864 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 3 Jan 2013 10:43:53 -0500 Date: Thu, 03 Jan 2013 15:44:00 -0000 From: Jan Kratochvil To: Marc Khouzam Cc: "'Tom Tromey'" , "'gdb-patches@sourceware.org'" Subject: Re: [commit] [rfc] Print MI fullname even for non-existing files Message-ID: <20130103154349.GA10450@host2.jankratochvil.net> References: <20121217155859.GA8029@host2.jankratochvil.net> <8738z4y1el.fsf@fleche.redhat.com> <20121225080350.GB11349@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2013-01/txt/msg00039.txt.bz2 On Thu, 03 Jan 2013 16:38:04 +0100, Marc Khouzam wrote: > > From: Jan Kratochvil [mailto:jan.kratochvil@redhat.com] > > Besides that the compatibility of Eclipse <-> GDB across > > versions is not too > > great, FSF GDB HEAD fails with eclipse-cdt-8.0.1-4.fc16.x86_64: > > Error in final launch sequence > > Failed to execute MI command: > > maintenance set python print-stack off > > Error message from debugger back end: > > Undefined maintenance set command: "python print-stack > > off". Try "help maintenance set". > > This has been fixed in cdt-8.0.2: > https://bugs.eclipse.org/bugs/show_bug.cgi?id=367788 This does not matter, the point was that GDB does not fully keep Front Ends backward compatibility. I remember some discussion around the deprecation so it was intentional. Jan