changeset 104906:7018aaffba60

Bug#4375 (can't kill killed gud buffer") (gdb): Revert 2009-08-11 change. User should detach inferior manually.
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 10 Sep 2009 03:42:13 +0000
parents 19772824da0c
children 6a35503cf20b
files lisp/progmodes/gdb-mi.el
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/gdb-mi.el	Thu Sep 10 03:40:51 2009 +0000
+++ b/lisp/progmodes/gdb-mi.el	Thu Sep 10 03:42:13 2009 +0000
@@ -752,13 +752,6 @@
 
   (gdb-update)
 
-  (add-hook
-   'kill-buffer-hook
-   (function
-    (lambda ()
-      (gdb-input (list "-target-detach" 'ignore))))
-   nil t)
-
   (run-hooks 'gdb-mode-hook))
 
 (defun gdb-init-1 ()