From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12169 invoked by alias); 27 Apr 2010 17:04:40 -0000 Received: (qmail 12040 invoked by uid 22791); 27 Apr 2010 17:04:36 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 27 Apr 2010 17:04:32 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0L1J00800OQ9H700@a-mtaout23.012.net.il> for gdb@sourceware.org; Tue, 27 Apr 2010 20:04:26 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.125.239]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L1J007L8ORCAG40@a-mtaout23.012.net.il>; Tue, 27 Apr 2010 20:04:26 +0300 (IDT) Date: Tue, 27 Apr 2010 17:04:00 -0000 From: Eli Zaretskii Subject: Re: "set foo" In-reply-to: To: tromey@redhat.com Cc: brobecker@adacore.com, gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <831ve0zv1a.fsf@gnu.org> References: <8339yk1skw.fsf@gnu.org> <20100424212118.GW13204@adacore.com> <83y6gbzm4e.fsf@gnu.org> <20100425144347.GA2744@adacore.com> <83sk6jzhzv.fsf@gnu.org> <83aasqyuo5.fsf@gnu.org> <83633eynot.fsf@gnu.org> X-IsSubscribed: yes 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-04/txt/msg00155.txt.bz2 > From: Tom Tromey > Cc: brobecker@adacore.com, gdb@sourceware.org > Date: Mon, 26 Apr 2010 21:11:05 -0600 > > >>>>> "Eli" == Eli Zaretskii writes: > > >> For DWARF, GDB does two passes over the debuginfo. The first time it > >> reads "partial symbols". There are some maint commands ("apropos partial") > >> to dump this info, that might be helpful to you. > > Eli> "maint info psymbols" indeed does not show "struct Lisp_Symbol", which > Eli> was the reason I added "set Fmake_symbol" to .gdbinit. > > One thing you could do is dump the dwarf for the CU holding Fmake_symbol. > Then look for the definition of struct Lisp_Symbol. Just those DIEs > might be enough to see the problem. > > Or you could dump all the dwarf and get it to me somehow. Can GDB dump that?