# HG changeset patch # User Nick Roberts # Date 1156302602 0 # Node ID 2bf69eaa157dd929382ff788be84f846c3db2dbc # Parent 4a00aa68d137902d493e505d4dbfc865b759fb2c (gdb-starting): Reset gdb-signalled to nil. diff -r 4a00aa68d137 -r 2bf69eaa157d lisp/progmodes/gdb-ui.el --- 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)