bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62858: 30.0.50; Typo in gdb-mi.el


From: Manuel Giraud
Subject: bug#62858: 30.0.50; Typo in gdb-mi.el
Date: Sat, 15 Apr 2023 20:19:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Eli Zaretskii <eliz@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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]