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 18:54:11 +0300 Message-ID: <83y57wjr30.fsf@gnu.org> References: <5213675A.4040808@cs.utoronto.ca> <834nakl9ab.fsf@gnu.org> <52138557.7010200@cs.utoronto.ca> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1377014056 2720 80.91.229.3 (20 Aug 2013 15:54:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Aug 2013 15:54:16 +0000 (UTC) Cc: ryan.johnson@cs.utoronto.ca, emacs-devel@gnu.org To: Liang Wang Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 20 17:54:17 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 1VBoG6-00035p-U6 for ged-emacs-devel@m.gmane.org; Tue, 20 Aug 2013 17:54:15 +0200 Original-Received: from localhost ([::1]:48631 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBoG6-0004ux-Im for ged-emacs-devel@m.gmane.org; Tue, 20 Aug 2013 11:54:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBoFy-0004ud-S3 for emacs-devel@gnu.org; Tue, 20 Aug 2013 11:54:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBoFt-0004dJ-1O for emacs-devel@gnu.org; Tue, 20 Aug 2013 11:54:06 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:61679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBoFs-0004d1-Pq for emacs-devel@gnu.org; Tue, 20 Aug 2013 11:54:00 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MRU00G006RQIP00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Tue, 20 Aug 2013 18:53:29 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MRU00GS06T4GR10@a-mtaout20.012.net.il>; Tue, 20 Aug 2013 18:53:29 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:162926 Archived-At: > Date: Tue, 20 Aug 2013 08:38:13 -0700 > From: Liang Wang > Cc: Eli Zaretskii , emacs-devel@gnu.org > > >> Breakpoint 1 at 0x1004010dd: file stc.c, line 2. > >> (gdb) comm 1 > > I'm afraid that you have to type "commands" exactly. Ah, yes, I remember now. (I always type "com TAB", so completion does that for me.) You can hack gdb-control-commands-regexp to include abbreviations as well.