]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Thu, 2 Jul 2009 22:16:05 +0000 (22:16 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 2 Jul 2009 22:16:05 +0000 (22:16 +0000)
lisp/ChangeLog

index fe84b822d21eda3211867da90c6abbc32b5fef37..e323c843a2e17ab5c49262a4c3c88662605131de 100644 (file)
 
 2009-07-01  Nick Roberts  <nickrob@snap.net.nz>
 
-       * progmodes/gdb-ui.el (gdb-init-2): Move to ...
-       (gdb-starting): ... here because GDB 7.0 requires execution to have
-       started when using MI command -data-list-register-names.
+       * progmodes/gdb-ui.el (gdb-init-2): Move sending
+       -data-list-register-names to ...
+       (gdb-starting): ... here because GDB 7.0 requires execution to
+       have started when using this MI command.
        (gdb-propertize-header): New macro.
        (gdb-breakpoints-header, gdb-locals-header): Use it.