emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/gdb-ui.el,v


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gdb-ui.el,v
Date: Sat, 07 Oct 2006 23:37:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  06/10/07 23:37:20

Index: gdb-ui.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/gdb-ui.el,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -b -r1.187 -r1.188
--- gdb-ui.el   6 Sep 2006 02:45:03 -0000       1.187
+++ gdb-ui.el   7 Oct 2006 23:37:20 -0000       1.188
@@ -902,9 +902,11 @@
 TEXT is the text of the button we clicked on, a + or - item.
 TOKEN is data related to this node.
 INDENT is the current indentation depth."
+  (if (and gud-comint-buffer (buffer-name gud-comint-buffer))
+      (progn
   (cond ((string-match "+" text)        ;expand this node
-        (if (and
-             (eq (buffer-local-value 'gud-minor-mode gud-comint-buffer) 'gdba)
+              (if (and (eq (buffer-local-value
+                            'gud-minor-mode gud-comint-buffer) 'gdba)
              (string-equal gdb-version "pre-6.4"))
             (gdb-var-list-children token)
           (gdb-var-list-children-1 token)))
@@ -916,6 +918,7 @@
         (speedbar-delete-subblock indent))
        (t (error "Ooops...  not sure what to do")))
   (speedbar-center-buffer-smartly))
+    (message-box "GUD session has been killed")))
 
 (defun gdb-get-target-string ()
   (with-current-buffer gud-comint-buffer




reply via email to

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