From unknown Sat Jun 21 10:28:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#32576: 24.5; cannot end gdb breakpoint command list Resent-From: Steven Legowik Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 29 Aug 2018 15:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 32576 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 32576@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.153555628722282 (code B ref -1); Wed, 29 Aug 2018 15:25:02 +0000 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= From: Steven Legowik 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-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 unknown Sat Jun 21 10:28:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#32576: 24.5; cannot end gdb breakpoint command list Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 29 Aug 2018 16:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 32576 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Steven Legowik Cc: 32576@debbugs.gnu.org Received: via spool by 32576-submit@debbugs.gnu.org id=B32576.15355592332044 (code B ref 32576); Wed, 29 Aug 2018 16:14:02 +0000 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 In-reply-to: <5a60e9e2-2d56-6b93-0508-36eace956ef1@roboticresearch.com> (message from Steven Legowik on Wed, 29 Aug 2018 10:37:16 -0400) 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-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 unknown Sat Jun 21 10:28:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#32576: 24.5; cannot end gdb breakpoint command list Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 29 Aug 2018 18:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 32576 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: 32576@debbugs.gnu.org, Steven Legowik Received: via spool by 32576-submit@debbugs.gnu.org id=B32576.153556628513043 (code B ref 32576); Wed, 29 Aug 2018 18:12:02 +0000 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 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-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-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 unknown Sat Jun 21 10:28:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#32576: 24.5; cannot end gdb breakpoint command list Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 29 Aug 2018 18:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 32576 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Glenn Morris Cc: 32576@debbugs.gnu.org, legowik@roboticresearch.com Received: via spool by 32576-submit@debbugs.gnu.org id=B32576.153556832224029 (code B ref 32576); Wed, 29 Aug 2018 18:46:01 +0000 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 In-reply-to: (message from Glenn Morris on Wed, 29 Aug 2018 14:11:13 -0400) 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-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 unknown Sat Jun 21 10:28:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#32576: 24.5; cannot end gdb breakpoint command list Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 30 Aug 2018 05:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 32576 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: 32576@debbugs.gnu.org, legowik@roboticresearch.com Received: via spool by 32576-submit@debbugs.gnu.org id=B32576.153560868329248 (code B ref 32576); Thu, 30 Aug 2018 05:59:02 +0000 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 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-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-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 unknown Sat Jun 21 10:28:32 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Steven Legowik Subject: bug#32576: closed (Re: bug#32576: 24.5; cannot end gdb breakpoint command list) Message-ID: References: <83zhwpo5rv.fsf@gnu.org> <5a60e9e2-2d56-6b93-0508-36eace956ef1@roboticresearch.com> X-Gnu-PR-Message: they-closed 32576 X-Gnu-PR-Package: emacs Reply-To: 32576@debbugs.gnu.org Date: Mon, 10 Sep 2018 13:13:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1536585182-1670-1" This is a multi-part message in MIME format... ------------=_1536585182-1670-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #32576: 24.5; cannot end gdb breakpoint command list which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 32576@debbugs.gnu.org. --=20 32576: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D32576 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1536585182-1670-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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. ------------=_1536585182-1670-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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)) ------------=_1536585182-1670-1-- From unknown Sat Jun 21 10:28:32 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Stephen Leake Subject: bug#13303: closed (Re: bug#32576: 24.5; cannot end gdb breakpoint command list) Message-ID: References: <83zhwpo5rv.fsf@gnu.org> <858v8hec6y.fsf@stephe-leake.org> X-Gnu-PR-Message: they-closed 13303 X-Gnu-PR-Package: emacs Reply-To: 13303@debbugs.gnu.org Date: Mon, 10 Sep 2018 13:13:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1536585183-1670-3" This is a multi-part message in MIME format... ------------=_1536585183-1670-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #32576: 24.2.91; gdb under emacs broken for break commands which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 13303@debbugs.gnu.org. --=20 32576: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D32576 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1536585183-1670-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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. ------------=_1536585183-1670-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 29 Dec 2012 04:05:38 +0000 Received: from localhost ([127.0.0.1]:35429 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tong1-0007ND-Ba for submit@debbugs.gnu.org; Fri, 28 Dec 2012 23:05:37 -0500 Received: from eggs.gnu.org ([208.118.235.92]:35202) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tonfy-0007N4-4M for submit@debbugs.gnu.org; Fri, 28 Dec 2012 23:05:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tonf2-0000qt-9b for submit@debbugs.gnu.org; Fri, 28 Dec 2012 23:04:37 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-101.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, T_DKIM_INVALID,USER_IN_WHITELIST autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:44686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tonf2-0000qp-5v for submit@debbugs.gnu.org; Fri, 28 Dec 2012 23:04:36 -0500 Received: from eggs.gnu.org ([208.118.235.92]:46538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Toney-0001uI-7z for bug-gnu-emacs@gnu.org; Fri, 28 Dec 2012 23:04:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tonew-0000ps-Pz for bug-gnu-emacs@gnu.org; Fri, 28 Dec 2012 23:04:32 -0500 Received: from qmta01.westchester.pa.mail.comcast.net ([76.96.62.16]:49824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tonew-0000pd-Ik for bug-gnu-emacs@gnu.org; Fri, 28 Dec 2012 23:04:30 -0500 Received: from omta12.westchester.pa.mail.comcast.net ([76.96.62.44]) by qmta01.westchester.pa.mail.comcast.net with comcast id hFze1k0010xGWP851G4Sq2; Sat, 29 Dec 2012 04:04:26 +0000 Received: from TAKVER ([69.140.67.196]) by omta12.westchester.pa.mail.comcast.net with comcast id hG4R1k00G4E4Fsd3YG4Rj7; Sat, 29 Dec 2012 04:04:26 +0000 Date: Fri, 28 Dec 2012 23:04:21 -0500 Message-Id: <858v8hec6y.fsf@stephe-leake.org> From: Stephen Leake To: bug-gnu-emacs@gnu.org Subject: 24.2.91; gdb under emacs broken for break commands DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20121106; t=1356753866; bh=0A8Hr7J9RsmGCQnawt7FxaB0mixwoaxlJ2m/MB3TGeg=; h=Received:Received:Date:Message-Id:From:To:Subject; b=qM1LnkrPQNoMBfoYnB29zaZ/jQwTPnE5z9HNfZHtMJe26n3Tx9B4dsMrhimgL+xW6 n9FjM1bpCUojDYiBDeKVIRRSm0jS1hVIVoE2taO1btpATsxNH5KZJ2yVUXHTZyoFFd 4M05m7XPOHg4vBHzhYujrgdmqWhFYTCWlSYpBEzYNUjeFriq3oR6n9lLommQd4V1LY QQ40ebMGy0vOSXekIsqUQ+EW3K7VslcdWNoA23oKPXCFi6Jbz1j0/gfEh/Lb1drXD9 VF6F9U6Hts6BE4KjTf1I3qd/YtG6jRT76B4rhSfvq4eD9CN2cZH3EkG5HFZKNYE5YG 21QYVw0ma9bDg== X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) This bug report will be sent to the Bug-GNU-Emacs mailing list and the GNU bug tracker at debbugs.gnu.org. Please check that the From: line contains a valid email address. After a delay of up to one day, you should receive an acknowledgment at that address. Please write in English if possible, as the Emacs maintainers usually do not have translators for other languages. Please describe exactly what actions triggered the bug, and the precise symptoms of the bug. If you can, give a recipe starting from `emacs -Q': create file hello.c: #include int main (int argc, char *argv[]) { printf ("hello world\n"); return 0; } /* end main */ compile it, with gcc (Debian 4.7.2-4) 4.7.2: gcc -g -o hello hello.c run it: ./hello debug it: M-x gdb Run gdb (like this): gdb -i=mi hello at the gdb prompt, set a breakpoint: break hello.c:4 try to set commands: command 1 should see a prompt, terminate by 'end'. Instead, see: (gdb) command 1 Type commands for breakpoint(s) 1, one per line. End with a line saying just "end". p argc end p argc end (gdb) This was terminated by Menu | Signals | EOF On Windows 7, the behavior is slightly different; the '>' prompt is visible, but EOF crashes gdb. In GNU Emacs 24.2.91.1 (i686-pc-linux-gnu, GTK+ Version 2.24.10) of 2012-12-28 on Shevek Windowing system distributor `The Cygwin/X Project', version 11.0.11301000 System Description: Debian GNU/Linux testing (wheezy) Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Debugger Minor modes in effect: shell-dirtrack-mode: t tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: w SPC w o r l d " ) ; { } C-x C-s C-x 2 M-x s h e l l l s SPC * . c g c c SPC h e l l o w . . c . / h e l l o l s . / a . o u t C-x o \ n M-x r e v i e e r t - b u f f e r y e s \ n C-x C-s C-x o M-x g d b C-g g c c - g SPC - o SPC h e l l o SPC . / h e l l o r m SPC a . o u t M-x g d b h e l l o C-x p b r e a k SPC h e l l o w . . c : C-x o C-x o 4 c o m m a n d SPC 1 p SPC a r g c e n d M-x b u g - r e p r e p o r t Recent messages: History item: 1 hello.c changed on disk; really edit the buffer? (y, n, r or C-h) n ask-user-about-supersession-threat: File changed on disk: /home/Projects/opentoken/org.opentoken/Build/linux_release/hello.c Saving file /home/Projects/opentoken/org.opentoken/Build/linux_release/hello.c... Wrote /home/Projects/opentoken/org.opentoken/Build/linux_release/hello.c Quit History item: 1 History item: 2 History item: 3 History item: 4 Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message cl-macs gv format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils shell pcomplete cc-langs cl cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs ada-mode advice help-fns cl-lib advice-preload easymenu compile which-func imenu align find-file gdb-mi bindat json gud easy-mmode comint ansi-color ring vc-dispatcher vc-mtn make-mode time-date tooltip 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 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 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 dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) ------------=_1536585183-1670-3-- From unknown Sat Jun 21 10:28:32 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: emacs18@gmail.com Subject: bug#13569: closed (Re: bug#32576: 24.5; cannot end gdb breakpoint command list) Message-ID: References: <83zhwpo5rv.fsf@gnu.org> X-Gnu-PR-Message: they-closed 13569 X-Gnu-PR-Package: emacs Reply-To: 13569@debbugs.gnu.org Date: Mon, 10 Sep 2018 13:13:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1536585183-1670-5" This is a multi-part message in MIME format... ------------=_1536585183-1670-5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #32576: 24.3.50; gdb-control-commands-regexp has a typo which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 13569@debbugs.gnu.org. --=20 32576: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D32576 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1536585183-1670-5 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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. ------------=_1536585183-1670-5 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 27 Jan 2013 21:21:44 +0000 Received: from localhost ([127.0.0.1]:51692 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TzZfb-0007uI-C9 for submit@debbugs.gnu.org; Sun, 27 Jan 2013 16:21:44 -0500 Received: from eggs.gnu.org ([208.118.235.92]:38745) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TzZfZ-0007uB-0W for submit@debbugs.gnu.org; Sun, 27 Jan 2013 16:21:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TzZfA-0008Cf-Ov for submit@debbugs.gnu.org; Sun, 27 Jan 2013 16:21:19 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:58259) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzZfA-0008CZ-Lh for submit@debbugs.gnu.org; Sun, 27 Jan 2013 16:21:16 -0500 Received: from eggs.gnu.org ([208.118.235.92]:50105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzZf7-0007mT-Uq for bug-gnu-emacs@gnu.org; Sun, 27 Jan 2013 16:21:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TzZf5-0008C7-IQ for bug-gnu-emacs@gnu.org; Sun, 27 Jan 2013 16:21:13 -0500 Received: from mail-pa0-f50.google.com ([209.85.220.50]:45959) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzZf5-0008Bw-CL for bug-gnu-emacs@gnu.org; Sun, 27 Jan 2013 16:21:11 -0500 Received: by mail-pa0-f50.google.com with SMTP id hz10so1142750pad.23 for ; Sun, 27 Jan 2013 13:21:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:from:to:subject:reply-to:date:message-id :mime-version:content-type; bh=2xZctpfJWqV6L2TEKYeKwMPSLKNWRNTi3EMi6wLBcuM=; b=jeMdwJfKIkJ9Rj8V1kQ8AMwlnKe0NSkQ+XF8MDNnyxgKt1mDK0uLIvzSYX5BbPfUgO kdgFfE6L3bAkSxAD4zu1Z1kz7SyvhMfK1WcUZXtt+bXb0buRfmeVljc8cOLMD/0uQW7O /F7LSR5gtFbYRDz9qdzMu6aFBKEYUXrE/2c850r6j2mj7xhpTVsqvDQoSuVUNk823vLk aiJtV6ZoD80QUTBPx6D903ER+X7Ge7hM/dohDh29kd50/N7dZ5ZPsFuXxv9S/mrt/a5D ck5GHcdIxX8CFkuyhDNOhaLV7KnlBwdo/OZ24YXxCFszowM8JSbx0qDCSrAjeN8/CWiw yKag== X-Received: by 10.66.80.68 with SMTP id p4mr30978431pax.35.1359321670333; Sun, 27 Jan 2013 13:21:10 -0800 (PST) Received: from kimr-e6410 (static-50-53-21-49.bvtn.or.frontiernet.net. [50.53.21.49]) by mx.google.com with ESMTPS id oi2sm4914933pbb.62.2013.01.27.13.21.08 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 27 Jan 2013 13:21:09 -0800 (PST) From: emacs18@gmail.com From: Richard Kim To: bug-gnu-emacs@gnu.org Subject: 24.3.50; gdb-control-commands-regexp has a typo Date: Sun, 27 Jan 2013 13:21:00 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -3.2 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: emacs18@gmail.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) I use latest bzr trunk and emacs-24 branches on linux. I believe the following patch should be applied to remove "s" from "commands" portion of a regexp: === modified file 'lisp/progmodes/gdb-mi.el' --- lisp/progmodes/gdb-mi.el 2013-01-11 23:08:55 +0000 +++ lisp/progmodes/gdb-mi.el 2013-01-27 21:16:01 +0000 @@ -1680,7 +1680,7 @@ (defvar gdb-control-commands-regexp (concat "^\\(" - "commands\\|if\\|while\\|define\\|document\\|python\\|" + "command\\|if\\|while\\|define\\|document\\|python\\|" "while-stepping\\|stepping\\|ws\\|actions" "\\)\\([[:blank:]]+.*\\)?$") "Regexp matching GDB commands that enter a recursive reading loop. Why? Because without this change, gdb fails to handle the command "command" incorrectly. gdb's "command" allows one to associate a gdb command sequence with a breakpoint. Following is how it should work to add "print foo" command for breakpoint number 2 while debugging a C program: (gdb) command 2 print foo end (gdb) where as soon as "end" is typed, "command" should be terminated and "(gdb) " prompt printed. Instead of this what happens is that "(gdb) " prompt is never printed and it acts as if "end" is not treated as the terminating special command, i.e., this is what I see: (gdb) command 2 print foo end At this point gdb seems hung. The only way to get back the gdb prompt is to hit Control-C twice. This bug has been around for several weeks at least on both emacs-24 and trunk bzr branchs of emacs. ------------=_1536585183-1670-5-- From unknown Sat Jun 21 10:28:32 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Ross Biro Subject: bug#20807: closed (Re: bug#32576: 24.5; cannot end gdb breakpoint command list) Message-ID: References: <83zhwpo5rv.fsf@gnu.org> X-Gnu-PR-Message: they-closed 20807 X-Gnu-PR-Package: emacs Reply-To: 20807@debbugs.gnu.org Date: Mon, 10 Sep 2018 13:13:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1536585184-1670-7" This is a multi-part message in MIME format... ------------=_1536585184-1670-7 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #32576: Emacs 24.3.1 GDB Commands Glitch which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 20807@debbugs.gnu.org. --=20 32576: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D32576 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1536585184-1670-7 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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. ------------=_1536585184-1670-7 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 13 Jun 2015 22:05:30 +0000 Received: from localhost ([127.0.0.1]:53028 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z3tYP-0003BC-0y for submit@debbugs.gnu.org; Sat, 13 Jun 2015 18:05:29 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33661) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z3rxH-0000i4-F0 for submit@debbugs.gnu.org; Sat, 13 Jun 2015 16:23:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3rxB-0006VH-HC for submit@debbugs.gnu.org; Sat, 13 Jun 2015 16:22:58 -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,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:35417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3rxB-0006VD-FF for submit@debbugs.gnu.org; Sat, 13 Jun 2015 16:22:57 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3rxA-0001KM-LJ for bug-gnu-emacs@gnu.org; Sat, 13 Jun 2015 16:22:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3rx9-0006UR-3w for bug-gnu-emacs@gnu.org; Sat, 13 Jun 2015 16:22:56 -0400 Received: from mail-yh0-x233.google.com ([2607:f8b0:4002:c01::233]:35346) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3rx9-0006U8-00 for bug-gnu-emacs@gnu.org; Sat, 13 Jun 2015 16:22:55 -0400 Received: by yhak3 with SMTP id k3so24582137yha.2 for ; Sat, 13 Jun 2015 13:22:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=u+SiU16dm6qjghPM+u0j+3V5YQu9Kr0JcnAy+u1b1D4=; b=kTbOfklK+AM0iA1e32KjitqkbVaEy1r/7bjzAHfR/tOeBIsYKLqFUUFO9YMY129IwP uVw+x9kjUdhvqaslRLs2HC7d1MS+jrbP3pffRlIv1VAysMXrtlySEFmW9/w1Qv7jVmWu Y7cUaz8Pks/RlWTSyPsQwU/XxLVXrwqakTkpG6O4uWVkFRYgYxZsn9GL8+lVDu4sWJPh c1EOnqnoPJgoM7Iwqj0C4WC/7LKDhyLQbKiSLLTMVkLyRPZxvxgS7AAoI+i0RV2zkqrQ TulHw1PrT//nNCLmyzCpT/AschYktRw7e6dez835dwDBOltcOXB/D7oqpGwg6GP3PrJ2 LeQg== MIME-Version: 1.0 X-Received: by 10.129.102.65 with SMTP id a62mr26277361ywc.19.1434226974365; Sat, 13 Jun 2015 13:22:54 -0700 (PDT) Received: by 10.129.39.207 with HTTP; Sat, 13 Jun 2015 13:22:54 -0700 (PDT) Date: Sat, 13 Jun 2015 16:22:54 -0400 Message-ID: Subject: Emacs 24.3.1 GDB Commands Glitch From: Ross Biro To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=001a1149020e559ce405186bfd4a X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 13 Jun 2015 18:05:27 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.0 (----) --001a1149020e559ce405186bfd4a Content-Type: text/plain; charset=UTF-8 This is in an older version, but I couldn't find it in the bug database, so I thought I'd report it. In Emacs 24.3.1 if you enter gdb mode and set a break point. then type command instead of commands [notice the lack of the s], gdb autocompletes to command, but emacs does not recognize it. So typing end does not work. The only way I could find to exit commands mode was to kill the buffer ending my debugging session. Expected: "command" should work the same as "commands", or fail entirely. Ross --001a1149020e559ce405186bfd4a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

This is in an older version, but I couldn't f= ind it in the bug database, so I thought I'd report it.

<= /div>
In Emacs 24.3.1 if you enter gdb mode and set a break point.
then type

command=C2=A0

=
instead of commands [notice the lack of the s], gdb autocompletes to c= ommand, but emacs does not recognize it.=C2=A0 So typing

end=C2=A0

does not work.=C2=A0 The only way= I could find to exit commands mode was to kill the buffer ending my debugg= ing session.

Expected: "command" should = work the same as "commands", or fail entirely.

=C2=A0 =C2=A0 Ross
--001a1149020e559ce405186bfd4a-- ------------=_1536585184-1670-7--