emacs-devel
[Top][All Lists]
Advanced

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

Re: gdbui hang


From: Stefan Monnier
Subject: Re: gdbui hang
Date: 10 May 2004 15:09:32 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> This is because kill-buffer sends SIGHUP to the associated process.
[...]
> Its messy, I agree, but I don't have an answer to this one. 

Add a kill-buffer-hook in the GUD buffer to kill the process (and the
related buffers).  Also add a check at the place where you select a buffer
that might be dead and if it's indeed dead clean things up as best you can.


        Stefan




reply via email to

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