=== modified file 'lisp/ChangeLog' *** lisp/ChangeLog 2013-04-30 16:27:36 +0000 --- lisp/ChangeLog 2013-05-01 01:17:37 +0000 *************** *** 1,3 **** --- 1,8 ---- + 2013-04-30 Jean-Philippe Gravel + + * progmodes/gdb-mi.el (gdb-running, gdb-starting): Removed + signals for which replies were never received. + 2013-04-30 Leo Liu * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last === modified file 'lisp/progmodes/gdb-mi.el' *** lisp/progmodes/gdb-mi.el 2013-04-20 16:24:04 +0000 --- lisp/progmodes/gdb-mi.el 2013-05-01 01:11:33 +0000 *************** *** 2293,2300 **** (propertize gdb-inferior-status 'face font-lock-type-face)) (when (not gdb-non-stop) (setq gud-running t)) ! (setq gdb-active-process t) ! (gdb-emit-signal gdb-buf-publisher 'update-threads)) (defun gdb-starting (_output-field _result) ;; CLI commands don't emit ^running at the moment so use gdb-running too. --- 2293,2299 ---- (propertize gdb-inferior-status 'face font-lock-type-face)) (when (not gdb-non-stop) (setq gud-running t)) ! (setq gdb-active-process t)) (defun gdb-starting (_output-field _result) ;; CLI commands don't emit ^running at the moment so use gdb-running too. *************** *** 2302,2312 **** (gdb-force-mode-line-update (propertize gdb-inferior-status 'face font-lock-type-face)) (setq gdb-active-process t) ! (setq gud-running t) ! ;; GDB doesn't seem to respond to -thread-info before first stop or ! ;; thread exit (even in non-stop mode), so this is useless. ! ;; Behavior may change in the future. ! (gdb-emit-signal gdb-buf-publisher 'update-threads)) ;; -break-insert -t didn't give a reason before gdb 6.9 --- 2301,2307 ---- (gdb-force-mode-line-update (propertize gdb-inferior-status 'face font-lock-type-face)) (setq gdb-active-process t) ! (setq gud-running t)) ;; -break-insert -t didn't give a reason before gdb 6.9