changeset 72492:2bf69eaa157d

(gdb-starting): Reset gdb-signalled to nil.
author Nick Roberts <nickrob@snap.net.nz>
date Wed, 23 Aug 2006 03:10:02 +0000
parents 4a00aa68d137
children 34047d6e4ef2
files lisp/progmodes/gdb-ui.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/gdb-ui.el	Wed Aug 23 03:09:36 2006 +0000
+++ b/lisp/progmodes/gdb-ui.el	Wed Aug 23 03:10:02 2006 +0000
@@ -1290,6 +1290,7 @@
       (progn
 	(setq gud-running t)
 	(setq gdb-inferior-status "running")
+	(setq gdb-signalled nil)
 	(gdb-force-mode-line-update
 	 (propertize gdb-inferior-status 'face font-lock-type-face))
 	(gdb-remove-text-properties)