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


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gdb-ui.el
Date: Thu, 15 Dec 2005 21:21:43 +0000

Index: emacs/lisp/progmodes/gdb-ui.el
diff -u emacs/lisp/progmodes/gdb-ui.el:1.126 
emacs/lisp/progmodes/gdb-ui.el:1.127
--- emacs/lisp/progmodes/gdb-ui.el:1.126        Wed Dec  7 23:05:47 2005
+++ emacs/lisp/progmodes/gdb-ui.el      Thu Dec 15 21:21:43 2005
@@ -51,7 +51,8 @@
 ;; annotations to GDB/MI.
 
 ;; This mode SHOULD WORK WITH GDB 5.0 onwards but you will NEED GDB 6.0
-;; onwards to use watch expressions.
+;; onwards to use watch expressions.  It works best with GDB 6.4 where
+;; watch expressions will update more quickly.
 
 ;;; Windows Platforms:
 
@@ -2577,6 +2578,8 @@
        (if (null arg)
            (not gdb-many-windows)
          (> (prefix-numeric-value arg) 0)))
+  (message (format "Display of other windows %sabled"
+                  (if gdb-many-windows "en" "dis")))
   (if (and gud-comint-buffer
           (buffer-name gud-comint-buffer))
       (condition-case nil




reply via email to

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