From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.devel Subject: Re: Toolbar problems with GDB mode. Date: Mon, 06 Jan 2003 13:05:44 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3E19E198.7010107@ihs.com> References: <15894.10751.990342.816630@nick.uklinux.net> <200301041432.h04EWjeA032078@stubby.bodenonline.com> <15895.15327.116822.876751@nick.uklinux.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1041963567 11853 80.91.224.249 (7 Jan 2003 18:19:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 7 Jan 2003 18:19:27 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18VyJx-00034m-00 for ; Tue, 07 Jan 2003 19:19:25 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18VyOc-0001iG-00 for ; Tue, 07 Jan 2003 19:24:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Vy9b-0004Qs-07 for emacs-devel@quimby.gnus.org; Tue, 07 Jan 2003 13:08:43 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18VdVO-00023h-00 for emacs-devel@gnu.org; Mon, 06 Jan 2003 15:05:50 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18VdVJ-00020s-00 for emacs-devel@gnu.org; Mon, 06 Jan 2003 15:05:48 -0500 Original-Received: from main.gmane.org ([80.91.224.249]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18VdVJ-00020j-00 for emacs-devel@gnu.org; Mon, 06 Jan 2003 15:05:45 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18VdUH-00025p-00 for ; Mon, 06 Jan 2003 21:04:41 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18VdUG-00025g-00 for ; Mon, 06 Jan 2003 21:04:40 +0100 Original-Path: not-for-mail Original-Lines: 19 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 X-Accept-Language: en-us X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10525 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10525 Nick Roberts wrote: > > Okay, but it is also the one thing i dislike with DDD for example. > > In embedded development, one does not even have a main. DDD then > > lo > > Another thing you should look at is starting gdba, stopping GDB > > and killing the buffer, then starting gdba again. It does funny > > things, ... > > Please don't simply kill the buffer. Always type gdb-quit before starting a new > session. I'm writing documentation to say things like that and I will try to > make it more robust with time. Could you install a local kill-buffer-hook to handle that for users like Jan? -- Kevin Rodgers