]> git.eshelyaron.com Git - emacs.git/commitdiff
(gdb-stopped): Detect process when attaching.
authorNick Roberts <nickrob@snap.net.nz>
Sun, 27 Nov 2005 22:16:02 +0000 (22:16 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sun, 27 Nov 2005 22:16:02 +0000 (22:16 +0000)
(gdb-pre-prompt): Make sure gdb-error is reset.

lisp/progmodes/gdb-ui.el

index 11a1edbbecad35abe22bff5bd0e18b28e54f119d..bf4004fabd3e2fed3ebe0a0ac280263df9ef7ec7 100644 (file)
@@ -1013,6 +1013,7 @@ This filter may simply queue input for a later time."
   "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,6 +1106,7 @@ directives."
 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)