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: Re: gdb "command" broken with -mi Date: Tue, 20 Aug 2013 11:58:48 -0400 Message-ID: <52139238.9030909@cs.utoronto.ca> References: <5213675A.4040808@cs.utoronto.ca> <834nakl9ab.fsf@gnu.org> <52138557.7010200@cs.utoronto.ca> <83y57wjr30.fsf@gnu.org> 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 1377014356 5998 80.91.229.3 (20 Aug 2013 15:59:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Aug 2013 15:59:16 +0000 (UTC) Cc: Liang Wang , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 20 17:59:18 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 1VBoKz-0006I7-Tw for ged-emacs-devel@m.gmane.org; Tue, 20 Aug 2013 17:59:18 +0200 Original-Received: from localhost ([::1]:48645 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBoKz-0006oN-Cu for ged-emacs-devel@m.gmane.org; Tue, 20 Aug 2013 11:59:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBoKr-0006no-So for emacs-devel@gnu.org; Tue, 20 Aug 2013 11:59:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBoKl-0006MB-BL for emacs-devel@gnu.org; Tue, 20 Aug 2013 11:59:09 -0400 Original-Received: from bureau94.ns.utoronto.ca ([128.100.132.252]:41108) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBoKl-0006M0-6t; Tue, 20 Aug 2013 11:59:03 -0400 Original-Received: from [192.168.0.106] (69-165-137-82.dsl.teksavvy.com [69.165.137.82]) (authenticated bits=0) by bureau94.ns.utoronto.ca (8.13.8/8.13.8) with ESMTP id r7KFx0pv024935 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 20 Aug 2013 11:59:01 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 In-Reply-To: <83y57wjr30.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 128.100.132.252 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:162927 Archived-At: On 20/08/2013 11:54 AM, Eli Zaretskii wrote: >> 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. Ah! I have to type "comm [TAB]" because otherwise there are three completions to choose from, but it does work. Thanks, Ryan