From unknown Sat Jun 21 04:58:51 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#32576 <32576@debbugs.gnu.org> To: bug#32576 <32576@debbugs.gnu.org> Subject: Status: 24.5; cannot end gdb breakpoint command list Reply-To: bug#32576 <32576@debbugs.gnu.org> Date: Sat, 21 Jun 2025 11:58:51 +0000 retitle 32576 24.5; cannot end gdb breakpoint command list reassign 32576 emacs submitter 32576 Steven Legowik severity 32576 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 29 11:24:47 2018 Received: (at submit) by debbugs.gnu.org; 29 Aug 2018 15:24:47 +0000 Received: from localhost ([127.0.0.1]:37281 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fv2Kt-0005nI-0o for submit@debbugs.gnu.org; Wed, 29 Aug 2018 11:24:47 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45769) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fv1b9-0004fH-Rz for submit@debbugs.gnu.org; Wed, 29 Aug 2018 10:37:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fv1b3-0001GT-DU for submit@debbugs.gnu.org; Wed, 29 Aug 2018 10:37:26 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:37329) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fv1b3-0001GN-A6 for submit@debbugs.gnu.org; Wed, 29 Aug 2018 10:37:25 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fv1b2-00005u-3K for bug-gnu-emacs@gnu.org; Wed, 29 Aug 2018 10:37:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fv1ax-0001Ds-4s for bug-gnu-emacs@gnu.org; Wed, 29 Aug 2018 10:37:24 -0400 Received: from mail.roboticresearch.com ([198.207.29.151]:33740) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fv1aw-0001D5-UL for bug-gnu-emacs@gnu.org; Wed, 29 Aug 2018 10:37:19 -0400 Received: from [172.20.19.60] (unknown [168.235.181.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.roboticresearch.com (Postfix) with ESMTPSA id 2D1911E461 for ; Wed, 29 Aug 2018 10:37:17 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=roboticresearch.com; s=mail; t=1535553437; bh=z8XSN/h5d5vFeRYPY2GL58Bc7WrBOqr3Yhu/uNkl62Q=; h=To:From:Subject:Date:From; b=QDZAww2rCeKkyUY2F4KF3xTHHLLLr+Z3VhlRgTvLrrIOaHOCnEs77eqW9dTM4tYVP xYg/tbHWnlzxjn2AeqetfFs07ATb5IRWRR18VpEkNCTfwnyvEpD9dbNwKonlT++GT5 eSHMqWYv2voQiFDm3nWE40YyRBkszDmxxtyCExfA= To: bug-gnu-emacs@gnu.org From: Steven Legowik Subject: 24.5; cannot end gdb breakpoint command list Message-ID: <5a60e9e2-2d56-6b93-0508-36eace956ef1@roboticresearch.com> Date: Wed, 29 Aug 2018 10:37:16 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 29 Aug 2018 11:24:45 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.1 (-----) When running gdb in emacs I cannot terminate a breakpoint command list.=C2= =A0=20 It says to terminate the command list by typing "end" by itself on a=20 line, but when I do it continues to prompt for additional commands.=C2=A0= I=20 can get out of this mode using ctrl-C, but the breakpoint commands are=20 not saved. Example: (gdb) i b Num=C2=A0=C2=A0=C2=A0=C2=A0 Type=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 Disp Enb Address=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 What 3=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 breakpoint=C2=A0=C2=A0=C2=A0=C2=A0 = keep y=C2=A0=C2=A0 0x000000000043893b in=20 add_rrmsg_to_vector(msg_t const*) at springsolver.cc:2496 =C2=A0=C2=A0=C2=A0 breakpoint already hit 5 times (gdb) command 3 Type commands for breakpoint(s) 3, one per line. End with a line saying just "end". >print *_msg->msg >end > > > >=C2=A0 C-c C-cQuit (gdb) In GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9) =C2=A0of 2017-09-20 on lcy01-07, modified by Debian Windowing system distributor `The X.Org Foundation', version 11.0.1190600= 0 System Description:=C2=A0=C2=A0=C2=A0 Ubuntu 16.04.5 LTS Configured using: =C2=A0`configure --build x86_64-linux-gnu --prefix=3D/usr =C2=A0--sharedstatedir=3D/var/lib --libexecdir=3D/usr/lib =C2=A0--localstatedir=3D/var/lib --infodir=3D/usr/share/info =C2=A0--mandir=3D/usr/share/man --with-pop=3Dyes =C2=A0--enable-locallisppath=3D/etc/emacs24:/etc/emacs:/usr/local/share/= emacs/24.5/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24= .5/site-lisp:/usr/share/emacs/site-lisp =C2=A0--build x86_64-linux-gnu --prefix=3D/usr --sharedstatedir=3D/var/l= ib =C2=A0--libexecdir=3D/usr/lib --localstatedir=3D/var/lib =C2=A0--infodir=3D/usr/share/info --mandir=3D/usr/share/man --with-pop=3D= yes =C2=A0--enable-locallisppath=3D/etc/emacs24:/etc/emacs:/usr/local/share/= emacs/24.5/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24= .5/site-lisp:/usr/share/emacs/site-lisp =C2=A0--with-x=3Dyes --with-x-toolkit=3Dgtk3 --with-toolkit-scroll-bars =C2=A0'CFLAGS=3D-g -O2 -fstack-protector-strong -Wformat =C2=A0-Werror=3Dformat-security -Wall' 'CPPFLAGS=3D-Wdate-time =C2=A0-D_FORTIFY_SOURCE=3D2' 'LDFLAGS=3D-Wl,-Bsymbolic-functions -Wl,-z,= relro'' Important settings: =C2=A0 value of $LANG: en_US.UTF-8 =C2=A0 value of $XMODIFIERS: @im=3Dibus =C2=A0 locale-coding-system: utf-8-unix Major mode: Debugger Minor modes in effect: =C2=A0 tooltip-mode: t =C2=A0 electric-indent-mode: t =C2=A0 mouse-wheel-mode: t =C2=A0 tool-bar-mode: t =C2=A0 menu-bar-mode: t =C2=A0 file-name-shadow-mode: t =C2=A0 global-font-lock-mode: t =C2=A0 font-lock-mode: t =C2=A0 blink-cursor-mode: t =C2=A0 auto-composition-mode: t =C2=A0 auto-encryption-mode: t =C2=A0 auto-compression-mode: t =C2=A0 line-number-mode: t =C2=A0 transient-mark-mode: t Recent messages: Mark set Switched to thread 1 [2 times] Mark set Quit Switched to thread 1 No breakpoints specified. Quit [3 times] Undefined command: "v".=C2=A0 Try "help". Switched to thread 1 [4 times] Quit Load-path shadows: /usr/share/emacs24/site-lisp/cmake-data/cmake-mode hides=20 /usr/share/emacs/site-lisp/cmake-mode /usr/share/emacs/24.5/site-lisp/debian-startup hides=20 /usr/share/emacs/site-lisp/debian-startup /usr/share/emacs/site-lisp/rst hides=20 /usr/share/emacs/24.5/lisp/textmodes/rst Features: (shadow sort warnings emacsbug message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mail-utils dired-aux dired mail-extr ffap thingatpt url-parse auth-source eieio byte-opt bytecomp byte-compile cl-extra cconv eieio-core gnus-util mm-util help-fns mail-prsvr password-cache url-vars sh-script smie executable help-mode rect misearch multi-isearch gdb-mi bindat json vc-dispatcher vc-svn cc-langs cl-loaddefs cl-lib cc-mode cc-fonts easymenu cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs gud easy-mmode comint ansi-color ring time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) Memory information: ((conses 16 175827 13072) =C2=A0(symbols 48 24162 0) =C2=A0(miscs 40 155 347) =C2=A0(strings 32 34451 6965) =C2=A0(string-bytes 1 1072976) =C2=A0(vectors 16 16849) =C2=A0(vector-slots 8 484391 11255) =C2=A0(floats 8 83 360) =C2=A0(intervals 56 4594 50) =C2=A0(buffers 960 22) =C2=A0(heap 1024 66220 945)) From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 29 12:13:53 2018 Received: (at 32576) by debbugs.gnu.org; 29 Aug 2018 16:13:53 +0000 Received: from localhost ([127.0.0.1]:37311 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fv36P-0000Wu-7Z for submit@debbugs.gnu.org; Wed, 29 Aug 2018 12:13:53 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42376) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fv36N-0000Wg-AJ for 32576@debbugs.gnu.org; Wed, 29 Aug 2018 12:13:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fv36E-0005VQ-Rx for 32576@debbugs.gnu.org; Wed, 29 Aug 2018 12:13:45 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fv36E-0005V9-MN; Wed, 29 Aug 2018 12:13:42 -0400 Received: from [176.228.60.248] (port=1688 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fv36E-0001CL-9d; Wed, 29 Aug 2018 12:13:42 -0400 Date: Wed, 29 Aug 2018 19:13:38 +0300 Message-Id: <83lg8p2lsd.fsf@gnu.org> From: Eli Zaretskii To: Steven Legowik In-reply-to: <5a60e9e2-2d56-6b93-0508-36eace956ef1@roboticresearch.com> (message from Steven Legowik on Wed, 29 Aug 2018 10:37:16 -0400) Subject: Re: bug#32576: 24.5; cannot end gdb breakpoint command list References: <5a60e9e2-2d56-6b93-0508-36eace956ef1@roboticresearch.com> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 32576 Cc: 32576@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) > From: Steven Legowik > Date: Wed, 29 Aug 2018 10:37:16 -0400 > > When running gdb in emacs I cannot terminate a breakpoint command list.  > It says to terminate the command list by typing "end" by itself on a > line, but when I do it continues to prompt for additional commands.  I > can get out of this mode using ctrl-C, but the breakpoint commands are > not saved. I think this has been fixed in later versions of Emacs. Can you try Emacs 26.1, the latest released version, or the current emacs-26 branch of the Emacs repository? Thanks. From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 29 14:11:25 2018 Received: (at 32576) by debbugs.gnu.org; 29 Aug 2018 18:11:25 +0000 Received: from localhost ([127.0.0.1]:37387 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fv4w9-0003OI-Md for submit@debbugs.gnu.org; Wed, 29 Aug 2018 14:11:25 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52587) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fv4w8-0003O4-9k for 32576@debbugs.gnu.org; Wed, 29 Aug 2018 14:11:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fv4w1-0006Q8-AD for 32576@debbugs.gnu.org; Wed, 29 Aug 2018 14:11:18 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54245) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fv4vy-0006PN-HH; Wed, 29 Aug 2018 14:11:14 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1fv4vx-0007Xo-4q; Wed, 29 Aug 2018 14:11:13 -0400 From: Glenn Morris To: Eli Zaretskii Subject: Re: bug#32576: 24.5; cannot end gdb breakpoint command list References: <5a60e9e2-2d56-6b93-0508-36eace956ef1@roboticresearch.com> <83lg8p2lsd.fsf@gnu.org> X-Spook: Exon Shell DNDO Merlin Dirty bomb Delays Rand Corporation X-Ran: i!9v3]Tc?,ZmcFD#=rKFVQYpex0q*QvIw8y/z-j7o9a}ieh_vTC{y+`t]n3VYn4#4uH~1# X-Hue: white X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 29 Aug 2018 14:11:13 -0400 In-Reply-To: <83lg8p2lsd.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 29 Aug 2018 19:13:38 +0300") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 32576 Cc: 32576@debbugs.gnu.org, Steven Legowik X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) AFAICS it remains broken in master. You have to type "commands" not "command" to get it to work. gdb-control-commands-regexp doesn't handle abbreviations. This is a duplicate of bug#20807. From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 29 14:12:48 2018 Received: (at control) by debbugs.gnu.org; 29 Aug 2018 18:12:48 +0000 Received: from localhost ([127.0.0.1]:37391 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fv4xT-0003QK-0E for submit@debbugs.gnu.org; Wed, 29 Aug 2018 14:12:47 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52873) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fv4xR-0003Q9-RR for control@debbugs.gnu.org; Wed, 29 Aug 2018 14:12:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fv4xK-000706-FR for control@debbugs.gnu.org; Wed, 29 Aug 2018 14:12:39 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fv4xD-0006wP-Tt for control@debbugs.gnu.org; Wed, 29 Aug 2018 14:12:34 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1fv4xD-0007mN-GL for control@debbugs.gnu.org; Wed, 29 Aug 2018 14:12:31 -0400 Subject: control message for bug 32576 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Wed, 29 Aug 2018 14:12:31 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) found 32576 26.1 forcemerge 20807 32576 From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 29 14:45:22 2018 Received: (at 32576) by debbugs.gnu.org; 29 Aug 2018 18:45:22 +0000 Received: from localhost ([127.0.0.1]:37420 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fv5T0-0006FV-DV for submit@debbugs.gnu.org; Wed, 29 Aug 2018 14:45:22 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59789) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fv5Sy-0006FI-IM for 32576@debbugs.gnu.org; Wed, 29 Aug 2018 14:45:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fv5So-0000Q9-EO for 32576@debbugs.gnu.org; Wed, 29 Aug 2018 14:45:15 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fv5So-0000Pz-Ag; Wed, 29 Aug 2018 14:45:10 -0400 Received: from [176.228.60.248] (port=3577 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fv5Sn-0000dR-Lx; Wed, 29 Aug 2018 14:45:10 -0400 Date: Wed, 29 Aug 2018 21:45:01 +0300 Message-Id: <83bm9l2es2.fsf@gnu.org> From: Eli Zaretskii To: Glenn Morris In-reply-to: (message from Glenn Morris on Wed, 29 Aug 2018 14:11:13 -0400) Subject: Re: bug#32576: 24.5; cannot end gdb breakpoint command list References: <5a60e9e2-2d56-6b93-0508-36eace956ef1@roboticresearch.com> <83lg8p2lsd.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 32576 Cc: 32576@debbugs.gnu.org, legowik@roboticresearch.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) > From: Glenn Morris > Cc: Steven Legowik , 32576@debbugs.gnu.org > Date: Wed, 29 Aug 2018 14:11:13 -0400 > > > AFAICS it remains broken in master. > You have to type "commands" not "command" to get it to work. > gdb-control-commands-regexp doesn't handle abbreviations. > > This is a duplicate of bug#20807. If that's the problem, I wonder why no one fixed it until now. From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 29 19:15:44 2018 Received: (at control) by debbugs.gnu.org; 29 Aug 2018 23:15:44 +0000 Received: from localhost ([127.0.0.1]:37627 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fv9ge-0001zE-73 for submit@debbugs.gnu.org; Wed, 29 Aug 2018 19:15:44 -0400 Received: from mail-it0-f53.google.com ([209.85.214.53]:35515) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fv9gb-0001z1-VF for control@debbugs.gnu.org; Wed, 29 Aug 2018 19:15:42 -0400 Received: by mail-it0-f53.google.com with SMTP id 139-v6so191846itf.0 for ; Wed, 29 Aug 2018 16:15:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version; bh=m8u8mK2k0j0Wx07mohQx905gyxSPHbVKtSObPomMJBE=; b=BLNAILanHVvh9m7mAx94w2shNNH6YzxJPBpJLceBfIk4szTDDaHZPOYNldp6ULH1Zo iY/0uJFym456vkrEajV+oCvV4it+zGQHnk371z3rPasbcyvDT8MQ5DBJRtJ020+JSPs7 UxEnrJmPpIILZWL2TNLcGX7a4DO2xWz1BvIPgWwDHVXJ2WOnSOvWcgJk5FsfDjVCS6UR x5OSlJ4ZGmxUiXSDMpWKeG2M2Z8Q34mlwPcFJC+rSOKawwfTTNdX3OQn/WwRsi1Axuuo DcA+l5GI24gE6z0W8IBRsQgbPHBGTNIf8y3s2rt8XQBRJ497gfmG+E/vB/q/tUhmlfal oP3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=m8u8mK2k0j0Wx07mohQx905gyxSPHbVKtSObPomMJBE=; b=D+lfgDvPgfCqnJcgnn5Oga1VKG/l6jj/4I0AvetDXKTV1z9qGbTJBzsRY9kQUlRmME LBpaZZnCdeG+eN6llchKk2B/gzQkR/Ov299CVZk1In4vwGeyQfxQlKrgRzTi/0+gkM+b hOakQWozKz28enAE8elVshUAUAF10Hrj5ixNYy2+y7pYcye8Z+a5YlAjIr5UGc2J3vgi AkA1VnIWCeF+6APJlB4Egm5YtYvNnSuSKrFwzB2h60FTEhzSTT/a+UTOaV+79qQFT16V KHuknk6Sffr6YKPkC0mIpIxi3Ug6ltwkv11geEg2bnVptVXchReyLINSmoVs+Yoaalh0 nj5g== X-Gm-Message-State: APzg51BV0r5DWgoyihPleTRMf8WedOa4SESsAky0IJ5pB9XDGQVS/yXt uX7FwJMIBektexCIhYmp8OZk409P X-Google-Smtp-Source: ANB0VdY9M2ndp9QlIKvnwv6YUi72OQfs8zR+2DoyL+chGm4bAWlHonaNx38Of7JsINOvCkbg0v5KjQ== X-Received: by 2002:a24:5e48:: with SMTP id h69-v6mr122587itb.153.1535584536380; Wed, 29 Aug 2018 16:15:36 -0700 (PDT) Received: from zebian (cbl-45-2-119-34.yyz.frontiernetworks.ca. [45.2.119.34]) by smtp.googlemail.com with ESMTPSA id e5-v6sm343230itf.0.2018.08.29.16.15.35 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 29 Aug 2018 16:15:35 -0700 (PDT) From: Noam Postavsky To: control@debbugs.gnu.org Subject: control message for bug #32576 Date: Wed, 29 Aug 2018 19:15:34 -0400 Message-ID: <87o9dksr1l.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) forcemerge 32576 13303 quit From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 30 01:58:03 2018 Received: (at 32576) by debbugs.gnu.org; 30 Aug 2018 05:58:03 +0000 Received: from localhost ([127.0.0.1]:37821 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fvFxz-0007bg-GW for submit@debbugs.gnu.org; Thu, 30 Aug 2018 01:58:03 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45969) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fvFxy-0007at-Gs for 32576@debbugs.gnu.org; Thu, 30 Aug 2018 01:58:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fvFxs-00061j-NY for 32576@debbugs.gnu.org; Thu, 30 Aug 2018 01:57:57 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39128) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fvFxq-00061C-Vp; Thu, 30 Aug 2018 01:57:55 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1fvFxp-0002bN-OY; Thu, 30 Aug 2018 01:57:53 -0400 From: Glenn Morris To: Eli Zaretskii Subject: Re: bug#32576: 24.5; cannot end gdb breakpoint command list References: <5a60e9e2-2d56-6b93-0508-36eace956ef1@roboticresearch.com> <83lg8p2lsd.fsf@gnu.org> <83bm9l2es2.fsf@gnu.org> X-Spook: Bellcore San Diego Disaster medical assistance team X-Ran: Irf=?R!t45V'-WM99&<:!6"$\s^6uOHAyq6`V*Y&$HGDd/',j=u0v;anb7#CF&fdO(HAae X-Hue: green X-Debbugs-No-Ack: yes X-Attribution: GM Date: Thu, 30 Aug 2018 01:57:53 -0400 In-Reply-To: <83bm9l2es2.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 29 Aug 2018 21:45:01 +0300") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 32576 Cc: 32576@debbugs.gnu.org, legowik@roboticresearch.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Eli Zaretskii wrote: > If that's the problem, I wonder why no one fixed it until now. I think it is because a few volunteers can't deal with 4000+ bug reports, and components for which no-one feels responsible languish. From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 10 09:12:41 2018 Received: (at 32576-done) by debbugs.gnu.org; 10 Sep 2018 13:12:41 +0000 Received: from localhost ([127.0.0.1]:51869 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fzLzd-0000QN-Ig for submit@debbugs.gnu.org; Mon, 10 Sep 2018 09:12:41 -0400 Received: from eggs.gnu.org ([208.118.235.92]:49288) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fzLzb-0000Q6-Ek for 32576-done@debbugs.gnu.org; Mon, 10 Sep 2018 09:12:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fzLzV-0000w0-HP for 32576-done@debbugs.gnu.org; Mon, 10 Sep 2018 09:12:34 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fzLzR-0000u1-Em; Mon, 10 Sep 2018 09:12:29 -0400 Received: from [176.228.60.248] (port=4237 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fzLzQ-0001kZ-Vb; Mon, 10 Sep 2018 09:12:29 -0400 Date: Mon, 10 Sep 2018 16:12:36 +0300 Message-Id: <83zhwpo5rv.fsf@gnu.org> From: Eli Zaretskii To: rgm@gnu.org In-reply-to: <83bm9l2es2.fsf@gnu.org> (message from Eli Zaretskii on Wed, 29 Aug 2018 21:45:01 +0300) Subject: Re: bug#32576: 24.5; cannot end gdb breakpoint command list References: <5a60e9e2-2d56-6b93-0508-36eace956ef1@roboticresearch.com> <83lg8p2lsd.fsf@gnu.org> <83bm9l2es2.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 32576-done Cc: 32576-done@debbugs.gnu.org, legowik@roboticresearch.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) > Date: Wed, 29 Aug 2018 21:45:01 +0300 > From: Eli Zaretskii > Cc: 32576@debbugs.gnu.org, legowik@roboticresearch.com > > > From: Glenn Morris > > Cc: Steven Legowik , 32576@debbugs.gnu.org > > Date: Wed, 29 Aug 2018 14:11:13 -0400 > > > > > > AFAICS it remains broken in master. > > You have to type "commands" not "command" to get it to work. > > gdb-control-commands-regexp doesn't handle abbreviations. > > > > This is a duplicate of bug#20807. > > If that's the problem, I wonder why no one fixed it until now. Fixed on the emacs-26 branch. From unknown Sat Jun 21 04:58:51 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 09 Oct 2018 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator