From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13703 invoked by alias); 26 Apr 2010 20:17:44 -0000 Received: (qmail 13656 invoked by uid 22791); 26 Apr 2010 20:17:21 -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 mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Apr 2010 20:17:15 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0L1I007002PIP100@a-mtaout21.012.net.il> for gdb@sourceware.org; Mon, 26 Apr 2010 23:16:12 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.125.239]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L1I003VB2YZBGB0@a-mtaout21.012.net.il>; Mon, 26 Apr 2010 23:16:12 +0300 (IDT) Date: Mon, 26 Apr 2010 20:17: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: <83633eynot.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> 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/msg00149.txt.bz2 > From: Tom Tromey > Cc: brobecker@adacore.com, gdb@sourceware.org > Date: Mon, 26 Apr 2010 13:45:31 -0600 > > I can only say what happens for DWARF debuginfo, I don't know anything > about the other formats. (I gather stabs is similar, but I don't know > details.) This is on Windows (with MinGW GCC), but the debug info is DWARF2. > 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. "maint info psymbols" indeed does not show "struct Lisp_Symbol", which was the reason I added "set Fmake_symbol" to .gdbinit.