From unknown Sun Jun 22 03:55:50 2025 X-Loop: help-debbugs@gnu.org Subject: bug#62858: 30.0.50; Typo in gdb-mi.el Resent-From: Manuel Giraud Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 15 Apr 2023 13:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 62858 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 62858@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.168156448631290 (code B ref -1); Sat, 15 Apr 2023 13:15:02 +0000 Received: (at submit) by debbugs.gnu.org; 15 Apr 2023 13:14:46 +0000 Received: from localhost ([127.0.0.1]:48514 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pnfjp-00088b-Tr for submit@debbugs.gnu.org; Sat, 15 Apr 2023 09:14:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:49968) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pnfjo-00088U-2q for submit@debbugs.gnu.org; Sat, 15 Apr 2023 09:14:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pnfjn-0001jQ-SE for bug-gnu-emacs@gnu.org; Sat, 15 Apr 2023 09:14:43 -0400 Received: from ledu-giraud.fr ([51.159.28.247]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pnfjk-0003aT-Iq for bug-gnu-emacs@gnu.org; Sat, 15 Apr 2023 09:14:43 -0400 DKIM-Signature: v=1; a=ed25519-sha256; c=simple/simple; s=ed25519; bh=+Ti9j2QW d73OzcYkNjPs6DnCZ34sFBxOcy2QTi5Lihc=; h=date:subject:to:from; d=ledu-giraud.fr; b=wvhjt/4ZCgMooJzooqrbjconKfe19pZXMbXAH80BMQ+ErIRH1E gyWBgRkyY8rQardBWYf5+OHXjIgMNLNozBCg== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=+Ti9j2QWd73OzcYk NjPs6DnCZ34sFBxOcy2QTi5Lihc=; h=date:subject:to:from; d=ledu-giraud.fr; b=mo0jITHSXfX5YFz1MPs24KmvVRkHbTtyp0OR7crevZjhN/iG5W 3fOTNoJgoWTg0khr1cMoEkHng9HpoC6rbG75S8h2Av1Y4xCg52XXvDdm5BHEGmJZxVK93W Ruf//c9MlqZk6IKni8P/Xz6yYYY6fcEgm+ECOdFyLzgBkFrN2JeO6yonvl2DXxwOPzaWLB 3EmbqxL8u9N0GEEgWenL2qoSWht8N7laKkLX1nHSI0wr+J4/IRpdaAddrObNdw5MsJm5/D aLsl2IDHqIvmTwj26D1fi7XcHzioGr3lYbYwPXpfaLKAEUWb/uGAN6vgXjYT2uxw/VinT1 7FFuXeoS+B5Q== Received: from computer ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id dc8b0d21 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 15 Apr 2023 15:14:36 +0200 (CEST) From: Manuel Giraud Date: Sat, 15 Apr 2023 15:14:35 +0200 Message-ID: <87ttxhs2x0.fsf@ledu-giraud.fr> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=51.159.28.247; envelope-from=manuel@ledu-giraud.fr; helo=ledu-giraud.fr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) Hi, I do not think that it generates a bug but while browsing "gdb-mi.el", I noticed the following at line 2409: --8<---------------cut here---------------start------------->8--- ("=" . (("thread-created" . (gdb-thread-created . atomic)) ("thread-selected" . (gdb-thread-selected . atomic)) ("thread-existed" . (gdb-ignored-notification . atomic)) --8<---------------cut here---------------end--------------->8--- Should it not be "thread-exited"? There is no reference to "thread-existed" in the GDB info. In GNU Emacs 30.0.50 (build 1, x86_64-unknown-openbsd7.3, cairo version 1.17.8) of 2023-04-15 built on computer Repository revision: 80f6c1027fd054d9126599322bcfd1f30f3f1076 Repository branch: mgi/gdb Windowing system distributor 'The X.Org Foundation', version 11.0.12101006 System Description: OpenBSD computer 7.3 GENERIC.MP#1125 amd64 Configured using: 'configure --prefix=/home/manuel/emacs --bindir=/home/manuel/bin --with-x-toolkit=no --without-sound --without-compress-install CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib' Configured features: CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBXML2 MODULES NOTIFY KQUEUE OLDXMENU PDUMPER PNG RSVG SQLITE3 THREADS TIFF TREE_SITTER WEBP X11 XDBE XIM XINPUT2 XPM ZLIB Important settings: value of $LC_ALL: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: ELisp/l Minor modes in effect: global-git-commit-mode: t magit-auto-revert-mode: t gdb-many-windows: t auto-revert-mode: t bug-reference-prog-mode: t paredit-mode: t electric-pair-mode: t display-time-mode: t display-battery-mode: t server-mode: t shell-dirtrack-mode: t override-global-mode: t repeat-mode: t desktop-save-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t line-number-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: /home/manuel/.emacs.d/elpa/ef-themes-0.11.0/theme-loaddefs hides /home/manuel/emacs/share/emacs/30.0.50/lisp/theme-loaddefs /home/manuel/.emacs.d/elpa/transient-0.3.7/transient hides /home/manuel/emacs/share/emacs/30.0.50/lisp/transient Features: (shadow sort mail-extr emacsbug magit-extras face-remap magit-submodule magit-obsolete magit-blame magit-stash magit-reflog magit-bisect magit-push magit-pull magit-fetch magit-clone magit-remote magit-commit magit-sequence magit-notes magit-worktree magit-tag magit-merge magit-branch magit-reset magit-files magit-refs magit-status magit magit-repos magit-apply magit-wip magit-log which-func magit-diff git-commit log-edit magit-core magit-autorevert magit-margin magit-transient magit-process with-editor magit-mode transient magit-git magit-section magit-utils dash pulse add-log vc-annotate misearch multi-isearch proced display-line-numbers gdb-mi bindat gud mule-util org-indent org-agenda warnings rng-xsd xsd-regexp rng-cmpct rng-nxml rng-valid rng-loc rng-uri rng-parse nxml-parse rng-match rng-dt rng-util rng-pttrn nxml-ns nxml-mode nxml-outln nxml-rap nxml-util nxml-enc xmltok smerge-mode diff sh-script executable css-mode treesit smie sgml-mode facemenu imenu vc-hg vc-bzr vc-src vc-sccs vc-cvs vc-rcs log-view pcvs-util vc org-element org-persist org-id org-refile avl-tree oc-basic ol-eww ol-rmail ol-mhe ol-irc ol-info ol-gnus nnselect ol-docview doc-view jka-compr image-mode exif ol-bibtex bibtex ol-bbdb ol-w3m ol-doi org-link-doi org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-src ob-comint org-pcomplete org-list org-footnote org-faces org-entities ob-emacs-lisp ob-core ob-eval org-cycle org-table ol org-fold org-fold-core org-keys oc org-loaddefs org-version org-compat org-macs eww xdg url-queue mm-url conf-mode reveal view pascal idlwave idlwave-help idlw-help gnus-dired autorevert filenotify vc-git diff-mode vc-dispatcher vc-svn bug-reference paredit elec-pair time battery cus-load exwm-randr xcb-randr exwm-config ido exwm exwm-input xcb-keysyms xcb-xkb exwm-manage exwm-floating xcb-cursor xcb-render exwm-layout exwm-workspace exwm-core xcb-ewmh xcb-icccm xcb xcb-xproto xcb-types xcb-debug server modus-operandi-theme modus-themes speed-type url-http url-auth url-gw nsm compat ytdious mingus libmpdee reporter edebug debug backtrace transmission color calc-bin calc-ext calc calc-loaddefs rect calc-macs supercite regi ebdb-message ebdb-gnus gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum shr pixel-fill kinsoku url-file svg dom gnus-group gnus-undo gnus-start gnus-dbus gnus-cloud nnimap nnmail mail-source utf7 nnoo gnus-spec gnus-int gnus-range message sendmail yank-media puny rfc822 mml mml-sec epa epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums gmm-utils mailheader gnus-win gnus nnheader gnus-util mail-utils range mm-util mail-prsvr wid-edit ebdb-mua ebdb-com crm ebdb-format ebdb mailabbrev eieio-opt speedbar ezimage dframe find-func eieio-base pcase timezone visual-basic-mode cl web-mode derived disp-table erlang-start smart-tabs-mode skeleton cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs slime-asdf grep slime-tramp tramp rx tramp-loaddefs trampver tramp-integration files-x tramp-compat shell pcomplete parse-time iso8601 time-date ls-lisp format-spec slime-fancy slime-indentation slime-cl-indent cl-indent slime-trace-dialog slime-fontifying-fu slime-package-fu slime-references slime-compiler-notes-tree advice slime-scratch slime-presentations bridge slime-macrostep macrostep slime-mdot-fu slime-enclosing-context slime-fuzzy slime-fancy-trace slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc slime-repl slime-parse slime apropos compile text-property-search etags fileloop generator xref project arc-mode archive-mode noutline outline icons pp comint ansi-osc ansi-color ring hyperspec thingatpt slime-autoloads edmacro kmacro use-package-bind-key bind-key appt diary-lib diary-loaddefs cal-menu calendar cal-loaddefs dired-x dired-aux dired dired-loaddefs notifications dbus xml cl-extra help-mode use-package-core repeat easy-mmode desktop frameset osm-autoloads rust-mode-autoloads speed-type-autoloads ebdb-autoloads compat-autoloads magit-autoloads debbugs-autoloads git-commit-autoloads magit-section-autoloads ef-themes-autoloads with-editor-autoloads paredit-autoloads dash-autoloads ytdious-autoloads transmission-autoloads transient-autoloads exwm-autoloads hyperbole-autoloads detached-autoloads info package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie generate-lisp-file url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs password-cache json subr-x map byte-opt gv bytecomp byte-compile url-vars cl-loaddefs cl-lib rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind kqueue lcms2 dynamic-setting system-font-setting font-render-setting cairo xinput2 x multi-tty make-network-process emacs) Memory information: ((conses 16 835800 160041) (symbols 48 61743 20) (strings 32 200744 13590) (string-bytes 1 6267098) (vectors 16 118005) (vector-slots 8 2339442 117775) (floats 8 614 9423) (intervals 56 38064 11625) (buffers 984 132)) -- Manuel Giraud From unknown Sun Jun 22 03:55:50 2025 X-Loop: help-debbugs@gnu.org Subject: bug#62858: 30.0.50; Typo in gdb-mi.el Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 15 Apr 2023 14:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62858 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Manuel Giraud , Stefan Monnier Cc: 62858@debbugs.gnu.org Received: via spool by 62858-submit@debbugs.gnu.org id=B62858.16815680977670 (code B ref 62858); Sat, 15 Apr 2023 14:15:02 +0000 Received: (at 62858) by debbugs.gnu.org; 15 Apr 2023 14:14:57 +0000 Received: from localhost ([127.0.0.1]:49933 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pngg4-0001ze-8m for submit@debbugs.gnu.org; Sat, 15 Apr 2023 10:14:56 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52664) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pngg2-0001zS-CT for 62858@debbugs.gnu.org; Sat, 15 Apr 2023 10:14:55 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pngfw-0007oD-09; Sat, 15 Apr 2023 10:14:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=xuGsPQjre3tUCYBnnNHum2SRU+V0oKy9KUt53IeqMzo=; b=RR8volp2SiB0 lDiWNmzw19kYk+Vnw6MNMhuNuA48UrQOVLeOF99N4Ea6W10DC/EIs3Q2bywRfi2AjwAuLSCjxojHk cvTt+8YV04KSpypF0c/mldDbTrrkuvaqdv/mRi52Yn8a0oCYvaoXQ/YtjO9sfbaJMjGwaTh4MImsa 3B4bLaSkj7E/+7Mben3tBRdLH6hwNTAW9+hz1kwcTI7FQCyoB13JrQ8r87GK50ioN+kG1m5RveHlY 9IiKEzYrOkOtwT54MT2LzhEgHsuo2+SZ2jci8vCKIGA6b0pUMml1aVGL+UbH86i+E2mh3HFVGBZyh 4NHS6ivWXYDlpRxUqBqLjQ==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pngfv-0000z4-BF; Sat, 15 Apr 2023 10:14:47 -0400 Date: Sat, 15 Apr 2023 17:14:47 +0300 Message-Id: <838retcjvs.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <87ttxhs2x0.fsf@ledu-giraud.fr> (bug-gnu-emacs@gnu.org) References: <87ttxhs2x0.fsf@ledu-giraud.fr> X-Spam-Score: -2.3 (--) 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: -3.3 (---) > Date: Sat, 15 Apr 2023 15:14:35 +0200 > From: Manuel Giraud via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > I do not think that it generates a bug but while browsing "gdb-mi.el", I > noticed the following at line 2409: > --8<---------------cut here---------------start------------->8--- > ("=" . (("thread-created" . (gdb-thread-created . atomic)) > ("thread-selected" . (gdb-thread-selected . atomic)) > ("thread-existed" . (gdb-ignored-notification . atomic)) > --8<---------------cut here---------------end--------------->8--- > > Should it not be "thread-exited"? There is no reference to > "thread-existed" in the GDB info. You are right. But I think the snafu here is even more than just a typo. This code was introduced in commit 6ff2c8f1f, where Stefan (CC'ed) took a patch by Jean-Philippe Gravel and improved it. But as part of that change, Stefan made this typo, and also made gdb-thread-exited a function that no one calls, which was not what happened with the original code. So I think we need to fix that with the patch below. Stefan, any comments? diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index 8db1672..27f04e0 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el @@ -2406,7 +2406,7 @@ gdbmi-bnf-result-state-configs ("+" . ()) ("=" . (("thread-created" . (gdb-thread-created . atomic)) ("thread-selected" . (gdb-thread-selected . atomic)) - ("thread-existed" . (gdb-ignored-notification . atomic)) + ("thread-exited" . (gdb-thread-exited . atomic)) ('default . (gdb-ignored-notification . atomic))))) "Alist of alists, mapping the type and class of message to a handler function. Handler functions are all flagged as either `progressive' or `atomic'. From unknown Sun Jun 22 03:55:50 2025 X-Loop: help-debbugs@gnu.org Subject: bug#62858: 30.0.50; Typo in gdb-mi.el Resent-From: Manuel Giraud Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 15 Apr 2023 18:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62858 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: 62858@debbugs.gnu.org, Stefan Monnier Received: via spool by 62858-submit@debbugs.gnu.org id=B62858.16815827572890 (code B ref 62858); Sat, 15 Apr 2023 18:20:02 +0000 Received: (at 62858) by debbugs.gnu.org; 15 Apr 2023 18:19:17 +0000 Received: from localhost ([127.0.0.1]:50094 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pnkUX-0000kY-DH for submit@debbugs.gnu.org; Sat, 15 Apr 2023 14:19:17 -0400 Received: from ledu-giraud.fr ([51.159.28.247]:48315) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pnkUV-0000kQ-4v for 62858@debbugs.gnu.org; Sat, 15 Apr 2023 14:19:16 -0400 DKIM-Signature: v=1; a=ed25519-sha256; c=simple/simple; s=ed25519; bh=g/KdAhlu dj06LXgJm6+83jMjrBymQewsJQcFn2cTKEA=; h=date:references:in-reply-to: subject:cc:to:from; d=ledu-giraud.fr; b=Jb08R9/TaFh1rMEYB8iOyxe4nmPZdj W3v3vKkpg0Zg3TefqqGCj8WtelVllH7ahYRqvPCF2Qmy/AUrVYbHbTDg== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=g/KdAhludj06LXgJ m6+83jMjrBymQewsJQcFn2cTKEA=; h=date:references:in-reply-to:subject: cc:to:from; d=ledu-giraud.fr; b=dyqjhSmVtqTos1HG7LQHNOBurJj/pQ6YuqGwXJ 74B/Dl3eoFfcgaLlg5MmGC8QvPnCEjb2P9aLoyY+dKGm6cIRArXTuASe4q4W4FLdZBn2aW X6aP8kthuvlY44EkQdAWZR0wSIZN2ko1aHdL5clGOJREx1FZ63efy+D5+RSVVvDIspLel9 dZ+kkbemK2kBs7UIEph53e52pQOvyrMLsfqNkp9mP5Y/8wiUVFfMldmITCApZk7iJatxrP H7KVJVptEHtbh/QPcf0v/cELQwSNJ27v/6LlIPCJJNpDZNCZ0ixYBZZL5l8DY47z1APelt yc+SCDjPHM7mw/DK+RJfU3Og== Received: from computer ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id f83a44ee (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 15 Apr 2023 20:19:13 +0200 (CEST) From: Manuel Giraud In-Reply-To: <838retcjvs.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 15 Apr 2023 17:14:47 +0300") References: <87ttxhs2x0.fsf@ledu-giraud.fr> <838retcjvs.fsf@gnu.org> Date: Sat, 15 Apr 2023 20:19:12 +0200 Message-ID: <878retuhy7.fsf@ledu-giraud.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.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: -1.0 (-) Eli Zaretskii writes: [...] > Stefan, any comments? > > diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el > index 8db1672..27f04e0 100644 > --- a/lisp/progmodes/gdb-mi.el > +++ b/lisp/progmodes/gdb-mi.el > @@ -2406,7 +2406,7 @@ gdbmi-bnf-result-state-configs > ("+" . ()) > ("=" . (("thread-created" . (gdb-thread-created . atomic)) > ("thread-selected" . (gdb-thread-selected . atomic)) > - ("thread-existed" . (gdb-ignored-notification . atomic)) > + ("thread-exited" . (gdb-thread-exited . atomic)) > ('default . (gdb-ignored-notification . atomic))))) > "Alist of alists, mapping the type and class of message to a handler function. > Handler functions are all flagged as either `progressive' or `atomic'. I had the same patch. FWIW, I did not see any change while using 'M-x gdb' -- Manuel Giraud From unknown Sun Jun 22 03:55:50 2025 X-Loop: help-debbugs@gnu.org Subject: bug#62858: 30.0.50; Typo in gdb-mi.el Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 15 Apr 2023 18:36:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62858 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Manuel Giraud Cc: 62858@debbugs.gnu.org, monnier@iro.umontreal.ca Received: via spool by 62858-submit@debbugs.gnu.org id=B62858.16815837434807 (code B ref 62858); Sat, 15 Apr 2023 18:36:01 +0000 Received: (at 62858) by debbugs.gnu.org; 15 Apr 2023 18:35:43 +0000 Received: from localhost ([127.0.0.1]:50120 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pnkkR-0001FT-F2 for submit@debbugs.gnu.org; Sat, 15 Apr 2023 14:35:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54542) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pnkkN-0001FA-Qx for 62858@debbugs.gnu.org; Sat, 15 Apr 2023 14:35:41 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pnkkG-0001J0-I2; Sat, 15 Apr 2023 14:35:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=G6qcatSe1rCXWhr759UXshQLYTTVDyPBMFw4amlDGkE=; b=KdiS+FpPkT6F YvYWxhFcVpJEJzEXYPOzoOhF5fYB4U8/n7AaudMWF2esnI3aV4QkYmG6fM+5eWILbLyUsTcSce5mM +KL+hEQhUfuDdk7mcymHnjYqnm//ukWzbCYTFUsLrEhETabgGYHw20K6c55jrb2mRZSL7jmTV9vx5 5EEmZKL0AvAbgrBT70NiF1YWUbYk/5p6aWsiOVgsQ7/mX/XFR66K2HsDqiRMpC31uRaQeBAcMh0Zw a3MxwDnmWv/af386YiJ7kaJ7oky01iCrJeXXuZKzU8393TKtcalbt32eD+RE+BDzbJ2wvHybGv19D wtIXzqW/v5IG5mGfZpWocg==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pnkkG-0001xq-2e; Sat, 15 Apr 2023 14:35:32 -0400 Date: Sat, 15 Apr 2023 21:35:32 +0300 Message-Id: <833551c7t7.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <878retuhy7.fsf@ledu-giraud.fr> (message from Manuel Giraud on Sat, 15 Apr 2023 20:19:12 +0200) References: <87ttxhs2x0.fsf@ledu-giraud.fr> <838retcjvs.fsf@gnu.org> <878retuhy7.fsf@ledu-giraud.fr> X-Spam-Score: -2.3 (--) 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: -3.3 (---) > From: Manuel Giraud > Cc: Stefan Monnier , 62858@debbugs.gnu.org > Date: Sat, 15 Apr 2023 20:19:12 +0200 > > I had the same patch. FWIW, I did not see any change while using 'M-x > gdb' Did you try debugging a multithreaded program? And then display the Threads window while the threads start and exit? From unknown Sun Jun 22 03:55:50 2025 X-Loop: help-debbugs@gnu.org Subject: bug#62858: 30.0.50; Typo in gdb-mi.el Resent-From: Manuel Giraud Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 15 Apr 2023 19:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62858 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: 62858@debbugs.gnu.org, monnier@iro.umontreal.ca Received: via spool by 62858-submit@debbugs.gnu.org id=B62858.168158772712540 (code B ref 62858); Sat, 15 Apr 2023 19:43:01 +0000 Received: (at 62858) by debbugs.gnu.org; 15 Apr 2023 19:42:07 +0000 Received: from localhost ([127.0.0.1]:50187 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pnlmg-0003GC-MO for submit@debbugs.gnu.org; Sat, 15 Apr 2023 15:42:06 -0400 Received: from ledu-giraud.fr ([51.159.28.247]:6200) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pnlme-0003G3-T5 for 62858@debbugs.gnu.org; Sat, 15 Apr 2023 15:42:05 -0400 DKIM-Signature: v=1; a=ed25519-sha256; c=simple/simple; s=ed25519; bh=XNOT0EI7 atAYr01/0VQbWH7lh8hIUDnauljza+xkv7I=; h=date:references:in-reply-to: subject:cc:to:from; d=ledu-giraud.fr; b=ek7HXlBverZS4/taQw9Zc69JRUwzaf i/KffHY8PaJT+5vgYv6vJQ5EaZirScavs/4I9Zw3ZgVi0x6ke+RSfgBA== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=XNOT0EI7atAYr01/ 0VQbWH7lh8hIUDnauljza+xkv7I=; h=date:references:in-reply-to:subject: cc:to:from; d=ledu-giraud.fr; b=PthTTvsuDmSHEhXFpNQmvQTYfvr67c8rUNdvEa bkCOOwFNknrks9Uh4DzkuUN0lujgH6eaAvg6p+BTdxkM37IVl3BdPy7UKL/0AYRNALLvfN 6KbqxPr25vha7HrddAJJD8b5lUgiS7CMX2plhjrwW/fpKv/KOJV1sFl5NwCY6pCn9T2uG3 djDe78svh7qUM76kW1q3UOstff3VHbmbxa/2GdRupQno6/aACqaMUd1B+/r3kfdH0rife+ zICrB34TrH3LSb1Vojome1aNzBh7NKVMoVqEK77DWTmgKTboZm6CC8vyJtmI1yQA/oBdB+ UzzUvsqQ6pO/n8ljIq8Yh0+w== Received: from computer ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id 49757127 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 15 Apr 2023 21:42:03 +0200 (CEST) From: Manuel Giraud In-Reply-To: <833551c7t7.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 15 Apr 2023 21:35:32 +0300") References: <87ttxhs2x0.fsf@ledu-giraud.fr> <838retcjvs.fsf@gnu.org> <878retuhy7.fsf@ledu-giraud.fr> <833551c7t7.fsf@gnu.org> Date: Sat, 15 Apr 2023 21:42:01 +0200 Message-ID: <874jphue46.fsf@ledu-giraud.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.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: -1.0 (-) Eli Zaretskii writes: > Did you try debugging a multithreaded program? And then display the > Threads window while the threads start and exit? No I didn't. -- Manuel Giraud From unknown Sun Jun 22 03:55:50 2025 X-Loop: help-debbugs@gnu.org Subject: bug#62858: 30.0.50; Typo in gdb-mi.el Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 18 Apr 2023 11:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62858 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Stefan Monnier Cc: 62858@debbugs.gnu.org, manuel@ledu-giraud.fr Received: via spool by 62858-submit@debbugs.gnu.org id=B62858.168181786424973 (code B ref 62858); Tue, 18 Apr 2023 11:38:01 +0000 Received: (at 62858) by debbugs.gnu.org; 18 Apr 2023 11:37:44 +0000 Received: from localhost ([127.0.0.1]:58005 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pojea-0006Ui-2i for submit@debbugs.gnu.org; Tue, 18 Apr 2023 07:37:44 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48700) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pojeW-0006UT-4g for 62858@debbugs.gnu.org; Tue, 18 Apr 2023 07:37:42 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pojeQ-0001PV-4P; Tue, 18 Apr 2023 07:37:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=In2VQ73fmqujaz4rq//GgtcEHdNWnOZ/53tmdhJDZrg=; b=YyhtYM6mTQg8 W/j+hu2yaZOUwq4sHYpxkYKclzOWGCCBHNW3G91/lD+jvFa8URmTqoS2nLvl1CV5/YfWQ/6s2BUqW SBdXmRl6noFxeun/fXk/DD/kQIhm5Oecl7Kb77jgUJIlXUV7JeVMMARg3yvTg0h1jr19Ou24BqD+y p36m7MepT48gIJkWSC+lqnxa9o3jU3fp/85TdbCGyk9yaO2Hv6o6er9rhBiLjUcCMBv+SuMPFXe90 PTvNT+B3+h/LCCbQPadqBGEXMsn2pGaCW6Wch/GBbpJ9sUSXP9b8nI1OWXuGw4IoOpZ+8D9uNUKDN hWkJGiX9ZqrAbONBkSWg7g==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pojeP-0002yJ-EK; Tue, 18 Apr 2023 07:37:33 -0400 Date: Tue, 18 Apr 2023 14:37:40 +0300 Message-Id: <83zg758lq3.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <838retcjvs.fsf@gnu.org> (message from Eli Zaretskii on Sat, 15 Apr 2023 17:14:47 +0300) References: <87ttxhs2x0.fsf@ledu-giraud.fr> <838retcjvs.fsf@gnu.org> X-Spam-Score: -2.3 (--) 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: -3.3 (---) > Cc: 62858@debbugs.gnu.org > Date: Sat, 15 Apr 2023 17:14:47 +0300 > From: Eli Zaretskii > > > Date: Sat, 15 Apr 2023 15:14:35 +0200 > > From: Manuel Giraud via "Bug reports for GNU Emacs, > > the Swiss army knife of text editors" > > > > I do not think that it generates a bug but while browsing "gdb-mi.el", I > > noticed the following at line 2409: > > --8<---------------cut here---------------start------------->8--- > > ("=" . (("thread-created" . (gdb-thread-created . atomic)) > > ("thread-selected" . (gdb-thread-selected . atomic)) > > ("thread-existed" . (gdb-ignored-notification . atomic)) > > --8<---------------cut here---------------end--------------->8--- > > > > Should it not be "thread-exited"? There is no reference to > > "thread-existed" in the GDB info. > > You are right. But I think the snafu here is even more than just a > typo. This code was introduced in commit 6ff2c8f1f, where Stefan > (CC'ed) took a patch by Jean-Philippe Gravel and improved it. But as > part of that change, Stefan made this typo, and also made > gdb-thread-exited a function that no one calls, which was not what > happened with the original code. > > So I think we need to fix that with the patch below. > > Stefan, any comments? No more comments, so I've now installed the patch on the emacs-29 branch, and I'm therefore closing this bug. From unknown Sun Jun 22 03:55:50 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: Manuel Giraud Subject: bug#62858: closed (Re: bug#62858: 30.0.50; Typo in gdb-mi.el) Message-ID: References: <87ttxhs2x0.fsf@ledu-giraud.fr> X-Gnu-PR-Message: they-closed 62858 X-Gnu-PR-Package: emacs Reply-To: 62858@debbugs.gnu.org Date: Tue, 05 Sep 2023 23:55:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1693958101-21330-1" This is a multi-part message in MIME format... ------------=_1693958101-21330-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #62858: 30.0.50; Typo in gdb-mi.el 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 62858@debbugs.gnu.org. --=20 62858: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D62858 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1693958101-21330-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 62858-done) by debbugs.gnu.org; 5 Sep 2023 23:54:23 +0000 Received: from localhost ([127.0.0.1]:59904 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qdfsE-0005Wz-Mi for submit@debbugs.gnu.org; Tue, 05 Sep 2023 19:54:22 -0400 Received: from mail-lf1-x135.google.com ([2a00:1450:4864:20::135]:49279) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qdfsC-0005Wl-Nb for 62858-done@debbugs.gnu.org; Tue, 05 Sep 2023 19:54:21 -0400 Received: by mail-lf1-x135.google.com with SMTP id 2adb3069b0e04-500b6456c7eso5406831e87.2 for <62858-done@debbugs.gnu.org>; Tue, 05 Sep 2023 16:54:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693958054; x=1694562854; darn=debbugs.gnu.org; h=cc:to:subject:message-id:date:mime-version:references:in-reply-to :from:from:to:cc:subject:date:message-id:reply-to; bh=BlWxYB370zStba87LzpwTFEpU69GApl/KJ3LPuEGTyQ=; b=c0SDJfE5ibqEAgVx73DFvaJcRFEUZsXRNctD3dhk8x9dYtzs4KbohjnIe3mSvxhho3 VwstgWSk58PpsIIJMXm+12JhRRjmf2GEAdR0oSbFJdkFP8jqjH7SeJCkfC+49AVUnojG DNDwPJcNtoRPloElZWMjZPGjsFwyxYA47QbT0H69IDjQneJpVTQcqKZSytcL/hRgGuLx x3wF7YW1ZmWHLhxyDGYqxNKA2vwtdj9WOX87ELEJkPQnOXYzsNcgFIotSA9MlJSllwk9 II9QjXFpHlUCsHvxuGIL+ENoXwNxGnT7T4dboHfDx2rLIqoEODwxCzqNcXXgcDr6NAAx 966A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693958054; x=1694562854; h=cc:to:subject:message-id:date:mime-version:references:in-reply-to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=BlWxYB370zStba87LzpwTFEpU69GApl/KJ3LPuEGTyQ=; b=Mj1GlWySRKtaAEJ85QiJU1Q5eiYoVYn1RSzgvu4npqb85C1KrIKi2QGxYZsJskpNeg O48ZYW47XK9CZsxXgQ9Nma3xY/8JCO1cFVNAJIW1WOocY5y6KfN3V5bxNn1TGryZ4uBN lFyv+hwMoMs11sWkcFCGpIYclsJF0LgZMYpDZw0/whytWvkuQJP1GDwmA5gDu9MGTqSU iqfEjRTO3Bw3WVc2SlqskkKxroMQWOdBWWW6xebw8TjqRpcbjmv0XLnZL8Y1BOQYvXcw /a00XERuhKdSWB8F9r9SiMkXgDlaC24lLPly5uYFHjFt7EChlKD5ORslOgomKDB8KD+1 e6bw== X-Gm-Message-State: AOJu0YzmnN6or3LMYZ7L0VXGuvoYpNHlxW+KMWHNetMTKQRzvlGNKgP4 PtnyxbLHQC36EMHfg1CV8wVnQJYMENmLlZ2qXUcXzpTsYDE= X-Google-Smtp-Source: AGHT+IHmzZrMkMy5R7DLc0BG9m9wlEXKwR0ypWfdZmcIGgZabSIfJ9lp2KzQ0/QH4gL6/dioMJZHb0nZCgcgWATj0/s= X-Received: by 2002:a19:3857:0:b0:500:7d05:552a with SMTP id d23-20020a193857000000b005007d05552amr884768lfj.53.1693958054174; Tue, 05 Sep 2023 16:54:14 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Tue, 5 Sep 2023 16:54:13 -0700 From: Stefan Kangas In-Reply-To: <83zg758lq3.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 18 Apr 2023 14:37:40 +0300") References: <87ttxhs2x0.fsf@ledu-giraud.fr> <838retcjvs.fsf@gnu.org> <83zg758lq3.fsf@gnu.org> MIME-Version: 1.0 Date: Tue, 5 Sep 2023 16:54:13 -0700 Message-ID: Subject: Re: bug#62858: 30.0.50; Typo in gdb-mi.el To: Eli Zaretskii Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 62858-done Cc: 62858-done@debbugs.gnu.org, Stefan Monnier , manuel@ledu-giraud.fr 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 (-) Eli Zaretskii writes: > No more comments, so I've now installed the patch on the emacs-29 > branch, and I'm therefore closing this bug. This was accidentally left open, so I'm closing it now. ------------=_1693958101-21330-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 15 Apr 2023 13:14:46 +0000 Received: from localhost ([127.0.0.1]:48514 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pnfjp-00088b-Tr for submit@debbugs.gnu.org; Sat, 15 Apr 2023 09:14:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:49968) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pnfjo-00088U-2q for submit@debbugs.gnu.org; Sat, 15 Apr 2023 09:14:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pnfjn-0001jQ-SE for bug-gnu-emacs@gnu.org; Sat, 15 Apr 2023 09:14:43 -0400 Received: from ledu-giraud.fr ([51.159.28.247]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pnfjk-0003aT-Iq for bug-gnu-emacs@gnu.org; Sat, 15 Apr 2023 09:14:43 -0400 DKIM-Signature: v=1; a=ed25519-sha256; c=simple/simple; s=ed25519; bh=+Ti9j2QW d73OzcYkNjPs6DnCZ34sFBxOcy2QTi5Lihc=; h=date:subject:to:from; d=ledu-giraud.fr; b=wvhjt/4ZCgMooJzooqrbjconKfe19pZXMbXAH80BMQ+ErIRH1E gyWBgRkyY8rQardBWYf5+OHXjIgMNLNozBCg== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=+Ti9j2QWd73OzcYk NjPs6DnCZ34sFBxOcy2QTi5Lihc=; h=date:subject:to:from; d=ledu-giraud.fr; b=mo0jITHSXfX5YFz1MPs24KmvVRkHbTtyp0OR7crevZjhN/iG5W 3fOTNoJgoWTg0khr1cMoEkHng9HpoC6rbG75S8h2Av1Y4xCg52XXvDdm5BHEGmJZxVK93W Ruf//c9MlqZk6IKni8P/Xz6yYYY6fcEgm+ECOdFyLzgBkFrN2JeO6yonvl2DXxwOPzaWLB 3EmbqxL8u9N0GEEgWenL2qoSWht8N7laKkLX1nHSI0wr+J4/IRpdaAddrObNdw5MsJm5/D aLsl2IDHqIvmTwj26D1fi7XcHzioGr3lYbYwPXpfaLKAEUWb/uGAN6vgXjYT2uxw/VinT1 7FFuXeoS+B5Q== Received: from computer ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id dc8b0d21 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 15 Apr 2023 15:14:36 +0200 (CEST) From: Manuel Giraud To: bug-gnu-emacs@gnu.org Subject: 30.0.50; Typo in gdb-mi.el Date: Sat, 15 Apr 2023 15:14:35 +0200 Message-ID: <87ttxhs2x0.fsf@ledu-giraud.fr> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=51.159.28.247; envelope-from=manuel@ledu-giraud.fr; helo=ledu-giraud.fr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit 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: -2.4 (--) Hi, I do not think that it generates a bug but while browsing "gdb-mi.el", I noticed the following at line 2409: --8<---------------cut here---------------start------------->8--- ("=" . (("thread-created" . (gdb-thread-created . atomic)) ("thread-selected" . (gdb-thread-selected . atomic)) ("thread-existed" . (gdb-ignored-notification . atomic)) --8<---------------cut here---------------end--------------->8--- Should it not be "thread-exited"? There is no reference to "thread-existed" in the GDB info. In GNU Emacs 30.0.50 (build 1, x86_64-unknown-openbsd7.3, cairo version 1.17.8) of 2023-04-15 built on computer Repository revision: 80f6c1027fd054d9126599322bcfd1f30f3f1076 Repository branch: mgi/gdb Windowing system distributor 'The X.Org Foundation', version 11.0.12101006 System Description: OpenBSD computer 7.3 GENERIC.MP#1125 amd64 Configured using: 'configure --prefix=/home/manuel/emacs --bindir=/home/manuel/bin --with-x-toolkit=no --without-sound --without-compress-install CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib' Configured features: CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBXML2 MODULES NOTIFY KQUEUE OLDXMENU PDUMPER PNG RSVG SQLITE3 THREADS TIFF TREE_SITTER WEBP X11 XDBE XIM XINPUT2 XPM ZLIB Important settings: value of $LC_ALL: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: ELisp/l Minor modes in effect: global-git-commit-mode: t magit-auto-revert-mode: t gdb-many-windows: t auto-revert-mode: t bug-reference-prog-mode: t paredit-mode: t electric-pair-mode: t display-time-mode: t display-battery-mode: t server-mode: t shell-dirtrack-mode: t override-global-mode: t repeat-mode: t desktop-save-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t line-number-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: /home/manuel/.emacs.d/elpa/ef-themes-0.11.0/theme-loaddefs hides /home/manuel/emacs/share/emacs/30.0.50/lisp/theme-loaddefs /home/manuel/.emacs.d/elpa/transient-0.3.7/transient hides /home/manuel/emacs/share/emacs/30.0.50/lisp/transient Features: (shadow sort mail-extr emacsbug magit-extras face-remap magit-submodule magit-obsolete magit-blame magit-stash magit-reflog magit-bisect magit-push magit-pull magit-fetch magit-clone magit-remote magit-commit magit-sequence magit-notes magit-worktree magit-tag magit-merge magit-branch magit-reset magit-files magit-refs magit-status magit magit-repos magit-apply magit-wip magit-log which-func magit-diff git-commit log-edit magit-core magit-autorevert magit-margin magit-transient magit-process with-editor magit-mode transient magit-git magit-section magit-utils dash pulse add-log vc-annotate misearch multi-isearch proced display-line-numbers gdb-mi bindat gud mule-util org-indent org-agenda warnings rng-xsd xsd-regexp rng-cmpct rng-nxml rng-valid rng-loc rng-uri rng-parse nxml-parse rng-match rng-dt rng-util rng-pttrn nxml-ns nxml-mode nxml-outln nxml-rap nxml-util nxml-enc xmltok smerge-mode diff sh-script executable css-mode treesit smie sgml-mode facemenu imenu vc-hg vc-bzr vc-src vc-sccs vc-cvs vc-rcs log-view pcvs-util vc org-element org-persist org-id org-refile avl-tree oc-basic ol-eww ol-rmail ol-mhe ol-irc ol-info ol-gnus nnselect ol-docview doc-view jka-compr image-mode exif ol-bibtex bibtex ol-bbdb ol-w3m ol-doi org-link-doi org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-src ob-comint org-pcomplete org-list org-footnote org-faces org-entities ob-emacs-lisp ob-core ob-eval org-cycle org-table ol org-fold org-fold-core org-keys oc org-loaddefs org-version org-compat org-macs eww xdg url-queue mm-url conf-mode reveal view pascal idlwave idlwave-help idlw-help gnus-dired autorevert filenotify vc-git diff-mode vc-dispatcher vc-svn bug-reference paredit elec-pair time battery cus-load exwm-randr xcb-randr exwm-config ido exwm exwm-input xcb-keysyms xcb-xkb exwm-manage exwm-floating xcb-cursor xcb-render exwm-layout exwm-workspace exwm-core xcb-ewmh xcb-icccm xcb xcb-xproto xcb-types xcb-debug server modus-operandi-theme modus-themes speed-type url-http url-auth url-gw nsm compat ytdious mingus libmpdee reporter edebug debug backtrace transmission color calc-bin calc-ext calc calc-loaddefs rect calc-macs supercite regi ebdb-message ebdb-gnus gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum shr pixel-fill kinsoku url-file svg dom gnus-group gnus-undo gnus-start gnus-dbus gnus-cloud nnimap nnmail mail-source utf7 nnoo gnus-spec gnus-int gnus-range message sendmail yank-media puny rfc822 mml mml-sec epa epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums gmm-utils mailheader gnus-win gnus nnheader gnus-util mail-utils range mm-util mail-prsvr wid-edit ebdb-mua ebdb-com crm ebdb-format ebdb mailabbrev eieio-opt speedbar ezimage dframe find-func eieio-base pcase timezone visual-basic-mode cl web-mode derived disp-table erlang-start smart-tabs-mode skeleton cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs slime-asdf grep slime-tramp tramp rx tramp-loaddefs trampver tramp-integration files-x tramp-compat shell pcomplete parse-time iso8601 time-date ls-lisp format-spec slime-fancy slime-indentation slime-cl-indent cl-indent slime-trace-dialog slime-fontifying-fu slime-package-fu slime-references slime-compiler-notes-tree advice slime-scratch slime-presentations bridge slime-macrostep macrostep slime-mdot-fu slime-enclosing-context slime-fuzzy slime-fancy-trace slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc slime-repl slime-parse slime apropos compile text-property-search etags fileloop generator xref project arc-mode archive-mode noutline outline icons pp comint ansi-osc ansi-color ring hyperspec thingatpt slime-autoloads edmacro kmacro use-package-bind-key bind-key appt diary-lib diary-loaddefs cal-menu calendar cal-loaddefs dired-x dired-aux dired dired-loaddefs notifications dbus xml cl-extra help-mode use-package-core repeat easy-mmode desktop frameset osm-autoloads rust-mode-autoloads speed-type-autoloads ebdb-autoloads compat-autoloads magit-autoloads debbugs-autoloads git-commit-autoloads magit-section-autoloads ef-themes-autoloads with-editor-autoloads paredit-autoloads dash-autoloads ytdious-autoloads transmission-autoloads transient-autoloads exwm-autoloads hyperbole-autoloads detached-autoloads info package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie generate-lisp-file url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs password-cache json subr-x map byte-opt gv bytecomp byte-compile url-vars cl-loaddefs cl-lib rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind kqueue lcms2 dynamic-setting system-font-setting font-render-setting cairo xinput2 x multi-tty make-network-process emacs) Memory information: ((conses 16 835800 160041) (symbols 48 61743 20) (strings 32 200744 13590) (string-bytes 1 6267098) (vectors 16 118005) (vector-slots 8 2339442 117775) (floats 8 614 9423) (intervals 56 38064 11625) (buffers 984 132)) -- Manuel Giraud ------------=_1693958101-21330-1--