From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ryan Johnson Newsgroups: gmane.emacs.devel Subject: gdb "command" broken with -mi Date: Tue, 20 Aug 2013 08:55:54 -0400 Message-ID: <5213675A.4040808@cs.utoronto.ca> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1377003414 3255 80.91.229.3 (20 Aug 2013 12:56:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Aug 2013 12:56:54 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 20 14:56:54 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 1VBlUT-0001Cd-3V for ged-emacs-devel@m.gmane.org; Tue, 20 Aug 2013 14:56:53 +0200 Original-Received: from localhost ([::1]:47680 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBlUS-0006b4-KE for ged-emacs-devel@m.gmane.org; Tue, 20 Aug 2013 08:56:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBlUI-0006Zk-IB for emacs-devel@gnu.org; Tue, 20 Aug 2013 08:56:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBlUB-0000o0-5A for emacs-devel@gnu.org; Tue, 20 Aug 2013 08:56:42 -0400 Original-Received: from bureau83.ns.utoronto.ca ([128.100.132.183]:49447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBlUB-0000kp-0a for emacs-devel@gnu.org; Tue, 20 Aug 2013 08:56:35 -0400 Original-Received: from [192.168.0.106] (69-165-137-82.dsl.teksavvy.com [69.165.137.82]) (authenticated bits=0) by bureau83.ns.utoronto.ca (8.13.8/8.13.8) with ESMTP id r7KCu6LB022375 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 20 Aug 2013 08:56:07 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 128.100.132.183 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:162913 Archived-At: Hi all, 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? Thanks, Ryan