aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2004-10-06 07:20:53 +0000
committerNick Roberts2004-10-06 07:20:53 +0000
commit3ef8233466fe2a6e3b5218ac2edbd01a600a7c79 (patch)
treedf2acb409301edc50df76ed13c24ee1a8aa0f3a6
parentfb1adf175d0756c7cc77fae2debf6f023556575d (diff)
downloademacs-3ef8233466fe2a6e3b5218ac2edbd01a600a7c79.tar.gz
emacs-3ef8233466fe2a6e3b5218ac2edbd01a600a7c79.zip
(gdb-ann3): (Re-)initialise gdb-input-queue.
-rw-r--r--lisp/progmodes/gdb-ui.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el
index 612a2034e00..d8f2cf34867 100644
--- a/lisp/progmodes/gdb-ui.el
+++ b/lisp/progmodes/gdb-ui.el
@@ -188,6 +188,7 @@ detailed description of this mode.
188 (setq gdb-var-changed nil) 188 (setq gdb-var-changed nil)
189 (setq gdb-first-prompt nil) 189 (setq gdb-first-prompt nil)
190 (setq gdb-prompting nil) 190 (setq gdb-prompting nil)
191 (setq gdb-input-queue nil)
191 (setq gdb-current-item nil) 192 (setq gdb-current-item nil)
192 (setq gdb-pending-triggers nil) 193 (setq gdb-pending-triggers nil)
193 (setq gdb-output-sink 'user) 194 (setq gdb-output-sink 'user)