GNU bug report logs -
#62858
30.0.50; Typo in gdb-mi.el
Previous Next
Reported by: Manuel Giraud <manuel <at> ledu-giraud.fr>
Date: Sat, 15 Apr 2023 13:15:02 UTC
Severity: normal
Found in version 30.0.50
Done: Stefan Kangas <stefankangas <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 62858 <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> 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
This bug report was last modified 1 year and 316 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.