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: Sun, 27 Nov 2005 17:16:02 -0500

Index: emacs/lisp/progmodes/gdb-ui.el
diff -c emacs/lisp/progmodes/gdb-ui.el:1.120 
emacs/lisp/progmodes/gdb-ui.el:1.121
*** emacs/lisp/progmodes/gdb-ui.el:1.120        Sun Nov 27 02:56:41 2005
--- emacs/lisp/progmodes/gdb-ui.el      Sun Nov 27 22:16:02 2005
***************
*** 1013,1018 ****
--- 1013,1019 ----
    "An annotation handler for `pre-prompt'.
  This terminates the collection of output from a previous command if that
  happens to be in effect."
+   (setq gdb-error nil)
    (let ((sink gdb-output-sink))
      (cond
       ((eq sink 'user) t)
***************
*** 1105,1110 ****
--- 1106,1112 ----
  It is just like `gdb-stopping', except that if we already set the output
  sink to `user' in `gdb-stopping', that is fine."
    (setq gud-running nil)
+   (setq gdb-active-process t)
    (let ((sink gdb-output-sink))
      (cond
       ((eq sink 'inferior)




reply via email to

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