From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: Problems with new GDB toolbar Date: Tue, 19 Nov 2002 18:58:30 +0000 Sender: emacs-devel-admin@gnu.org Message-ID: <15834.35286.195530.147163@nick.uklinux.net> References: <5x8yzr95jh.fsf@kfs2.cua.dk> <15832.16198.358673.792906@nick.uklinux.net> <87wunbvcyk.fsf@wesley.springies.com> <15833.14142.409329.704769@nick.uklinux.net> <87y97q8fvc.fsf@wesley.springies.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1037734177 31234 80.91.224.249 (19 Nov 2002 19:29:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 19 Nov 2002 19:29:37 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18EE40-00087e-00 for ; Tue, 19 Nov 2002 20:29:36 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18EE6q-00046A-00 for ; Tue, 19 Nov 2002 20:32:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18EE35-0005Mu-00; Tue, 19 Nov 2002 14:28:39 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18EE1c-0003A9-00 for emacs-devel@gnu.org; Tue, 19 Nov 2002 14:27:08 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18EE1Y-00033K-00 for emacs-devel@gnu.org; Tue, 19 Nov 2002 14:27:06 -0500 Original-Received: from bts-0321.dialup.zetnet.co.uk ([194.247.49.65] helo=nick.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.10) id 18EE1W-0002vD-00 for emacs-devel@gnu.org; Tue, 19 Nov 2002 14:27:03 -0500 Original-Received: by nick.uklinux.net (Postfix, from userid 501) id 84DDB76037; Tue, 19 Nov 2002 18:58:30 +0000 (GMT) Original-To: Alan Shutko In-Reply-To: <87y97q8fvc.fsf@wesley.springies.com> X-Mailer: VM 6.97 under Emacs 21.1.1 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9551 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9551 Alan Shutko writes: > Of more immediate concern, I noticed that the GUD variable value > tooltips don't seem to work in M-x gdba. They don't show the > variable value, but rather a bunch of other junk. I'm guessing the > parsing doesn't work with the --annotate flag to gdb. Has anyone > taken a look at that yet? That's right gdb-ui.el and tooltip.el both have their own process filter function. The one in gdb-ui.el filters out the annotations (`the junk') while the one in tooltip.el doesn't. If may be a simple fix but I'll have to understand tooltip.el first. More generally, my changes to gud.el are fairly minor (adding the toolbar and accomodating gdb-ui.el) so it should still be pretty robust. gdb-ui.el, on the other hand, is much less mature, and there are probably many things that don't work properly. Nick