From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: gdb "command" broken with -mi Date: Tue, 20 Aug 2013 17:35:40 +0300 Message-ID: <834nakl9ab.fsf@gnu.org> References: <5213675A.4040808@cs.utoronto.ca> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1377009318 9092 80.91.229.3 (20 Aug 2013 14:35:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Aug 2013 14:35:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ryan Johnson Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 20 16:35:20 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VBn1k-0003k6-AG for ged-emacs-devel@m.gmane.org; Tue, 20 Aug 2013 16:35:20 +0200 Original-Received: from localhost ([::1]:48239 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBn1j-0003uH-SS for ged-emacs-devel@m.gmane.org; Tue, 20 Aug 2013 10:35:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBn1b-0003sM-7H for emacs-devel@gnu.org; Tue, 20 Aug 2013 10:35:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBn1P-0007wu-LY for emacs-devel@gnu.org; Tue, 20 Aug 2013 10:35:11 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:57609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBn1P-0007wQ-DI for emacs-devel@gnu.org; Tue, 20 Aug 2013 10:34:59 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MRU009002NCD400@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Tue, 20 Aug 2013 17:34:57 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MRU009A03697AC0@a-mtaout23.012.net.il>; Tue, 20 Aug 2013 17:34:57 +0300 (IDT) In-reply-to: <5213675A.4040808@cs.utoronto.ca> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:162918 Archived-At: > Date: Tue, 20 Aug 2013 08:55:54 -0400 > From: Ryan Johnson > > I noticed during a recent debug session that gdb's "command" command > (setting actions to perform when a breakpoint triggers) doesn't work. > You can start to enter the list of commands, but emacs ignores the "end" > keyword that should terminate the list, forcing you to cancel the > attempt with C-c C-c. > > Is this a known issue? This used to be a problem in older versions of Emacs, but it was fixed more than a year ago, and all versions of Emacs from 24.3 (inclusive) onwards should not fail this way. What version of Emacs are you using? FWIW, I've just tried this in yesterday's trunk, and it works for me in a simple test case.