# HG changeset patch # User Nick Roberts # Date 1134681703 0 # Node ID e81d8f1aa8fef7b891144b7e13e0024420aac5c1 # Parent daf29d363da6ef849759af3cc22c62c656e2ad51 (gdb-many-windows): Echo new state in minibuffer. diff -r daf29d363da6 -r e81d8f1aa8fe lisp/progmodes/gdb-ui.el --- a/lisp/progmodes/gdb-ui.el Thu Dec 15 21:20:47 2005 +0000 +++ b/lisp/progmodes/gdb-ui.el Thu Dec 15 21:21:43 2005 +0000 @@ -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