From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bruce Stephens Newsgroups: gmane.emacs.devel Subject: Re: gdb modes try to insert breakpoint markers too soon Date: Wed, 16 Feb 2005 20:08:29 +0000 Message-ID: <87hdkcfete.fsf@cenderis.demon.co.uk> References: <874qge0yge.fsf@cenderis.demon.co.uk> <16914.23258.430717.479088@farnswood.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108584780 2776 80.91.229.2 (16 Feb 2005 20:13:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Feb 2005 20:13:00 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 16 21:13:00 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D1VXZ-0001F1-N4 for ged-emacs-devel@m.gmane.org; Wed, 16 Feb 2005 21:12:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1VnZ-0003c3-Px for ged-emacs-devel@m.gmane.org; Wed, 16 Feb 2005 15:29:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D1Vmd-0003It-TB for emacs-devel@gnu.org; Wed, 16 Feb 2005 15:28:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D1Vmb-0003HH-3m for emacs-devel@gnu.org; Wed, 16 Feb 2005 15:28:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1Vma-0003Gb-ML for emacs-devel@gnu.org; Wed, 16 Feb 2005 15:28:24 -0500 Original-Received: from [194.217.242.91] (helo=anchor-post-33.mail.demon.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D1VTM-0006yw-7a for emacs-devel@gnu.org; Wed, 16 Feb 2005 15:08:32 -0500 Original-Received: from cenderis.demon.co.uk ([62.49.17.254] helo=localhost) by anchor-post-33.mail.demon.net with esmtp (Exim 4.42) id 1D1VTK-000HQf-BR; Wed, 16 Feb 2005 20:08:30 +0000 Original-Received: by localhost (Postfix, from userid 1000) id 19AB77C64C; Wed, 16 Feb 2005 20:08:29 +0000 (GMT) Original-To: Nick Roberts X-Hashcash: 1:22:050216:nickrob@snap.net.nz::NQ4UwEkWCFHxbEK9:0000000000000000000000000000000000000000008DS2 X-Hashcash: 1:22:050216:emacs-devel@gnu.org::QX+jBl6T0SN/ojn7:0000000000000000000000000000000000000000001Kit In-Reply-To: <16914.23258.430717.479088@farnswood.snap.net.nz> (Nick Roberts's message of "Wed, 16 Feb 2005 09:26:02 +1300") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33557 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33557 Nick Roberts writes: > > There seems to be an irritating interaction between gdb and the gdb > > modes in current CVS Emacs (gdb and gdba). > > What version of gdb are you using? 6.3-debian. > Do you mean the you have two sessions running concurrently, one started > with M-x gdb and the other M-x gdba? No, I mean either of them (i.e., one at a time). In any case, the rest isn't so important. I was running emacs21.3.50, so the gdb-ui.el was a little old. Now that I've cleaned things up so I'm running emacs22.0.50 (from Miles's Arch repository, from which it's kind of awkward to get CVS versions, but gdb-ui.el seems to be 1.47), things work as I expect. That is, I don't see a problem with the current code. [...]