Eli Zaretskii writes: >> From: Diancheng Wang >> Cc: 74642@debbugs.gnu.org >> Date: Tue, 03 Dec 2024 10:04:30 +0800 >> >> Eli Zaretskii writes: >> >> > Thanks, but can you please describe the scenario in which the >> > indicator is not removed? I guess I don't really understand what you >> > mean by "gdb buffer is killed": what I tried is simply end the >> > debugging session by typing "q RET" at the GDB prompt. And that >> > removed the indicator. >> >> Hi, >> >> Sorry for confusing. I mean killing GDB interactive buffer directly by >> typing "C-k RET" when gdb is stopped on a source line. The indicator is >> not removed. > > I guess you mean "C-x k RET"? Yes, I mean "C-x k RET" > > When I do that, Emacs asks me whether to kill the process associated > with the buffer, and if I say YES, the indicator does disappear Yes, the steps are same with me. > (sometimes after a second, which I guess is needed for Emacs to kill > the process). Isn't that what you see? No, the indicator does not disappear after I killed "*gud-myprogram*" buffer. By the way I started emacs using "emacs -Q". The attachment is my running emacs information (the buffer content created by report-emacs-bug)