From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31967 invoked by alias); 19 Aug 2012 18:59:43 -0000 Received: (qmail 31957 invoked by uid 22791); 19 Aug 2012 18:59:42 -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; Sun, 19 Aug 2012 18:59:18 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M9000B00NDE4P00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Sun, 19 Aug 2012 21:59:17 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M9000A9WNEST950@a-mtaout22.012.net.il>; Sun, 19 Aug 2012 21:59:17 +0300 (IDT) Date: Sun, 19 Aug 2012 18:59:00 -0000 From: Eli Zaretskii Subject: Re: New warning in GDB 7.5 In-reply-to: <201208191832.q7JIWZmi012610@glazunov.sibelius.xs4all.nl> To: Mark Kettenis Cc: brobecker@adacore.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83lihad7y3.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> <20120819180647.GO2798@adacore.com> <201208191832.q7JIWZmi012610@glazunov.sibelius.xs4all.nl> 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/msg00532.txt.bz2 > Date: Sun, 19 Aug 2012 20:32:36 +0200 (CEST) > From: Mark Kettenis > CC: eliz@gnu.org, gdb-patches@sourceware.org > > Unfortunately the partial symbol table only contains information about > symbols. In particular it doesn't contain type info. So the > transparent conversion doesn't kick in if your .gdbinit only > references types. I'm not sure I understand. Can you give an example of "only referencing types" as opposed to the other kind of references? Thanks.