=== modified file 'lisp/progmodes/gdb-mi.el' --- lisp/progmodes/gdb-mi.el 2011-10-06 16:11:38 +0000 +++ lisp/progmodes/gdb-mi.el 2011-10-20 12:49:18 +0000 @@ -50,12 +50,6 @@ ;; without gdb-ui.el and uses MI tokens instead of queues. Eventually MI ;; should be asynchronous. -;; This mode will PARTLY WORK WITH RECENT GDB RELEASES (status in modeline -;; doesn't update properly when execution commands are issued from GUD buffer) -;; and WORKS BEST when GDB runs asynchronously: maint set linux-async on. -;; -;; You need development version of GDB 7.0 for the thread buffer to work. - ;; This file replaces gdb-ui.el and is for development with GDB. Use the ;; release branch of Emacs 22 for the latest version of gdb-ui.el.