From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32306 invoked by alias); 20 Aug 2012 16:34:03 -0000 Received: (qmail 32293 invoked by uid 22791); 20 Aug 2012 16:34:01 -0000 X-SWARE-Spam-Status: No, hits=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_NIX_SPAM,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 20 Aug 2012 16:33:46 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M9200200B7IBC00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Mon, 20 Aug 2012 19:33:28 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M92001RWBBSNJD0@a-mtaout22.012.net.il>; Mon, 20 Aug 2012 19:33:28 +0300 (IDT) Date: Mon, 20 Aug 2012 16:34:00 -0000 From: Eli Zaretskii Subject: Re: New warning in GDB 7.5 In-reply-to: <878vd9ip57.fsf@fleche.redhat.com> To: Tom Tromey Cc: brobecker@adacore.com, mark.kettenis@xs4all.nl, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <838vd9cylh.fsf@gnu.org> References: <838vdcdl2q.fsf@gnu.org> <20120818205543.GL2798@adacore.com> <837gsvewyh.fsf@gnu.org> <201208182149.q7ILnLb3017336@glazunov.sibelius.xs4all.nl> <83393jegz3.fsf@gnu.org> <20120819043652.GN2798@adacore.com> <83vcgeddsm.fsf@gnu.org> <878vd9ip57.fsf@fleche.redhat.com> 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-08/txt/msg00547.txt.bz2 > From: Tom Tromey > Cc: Joel Brobecker , mark.kettenis@xs4all.nl, > gdb-patches@sourceware.org > Date: Mon, 20 Aug 2012 09:01:08 -0600 > > Could you try commenting out the "set" lines in your .gdbinit and then > see if something doesn't work? If you say that it should work even without DWARF, I will try, when I have time. Thanks.