aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2004-05-10 17:53:37 +0000
committerNick Roberts2004-05-10 17:53:37 +0000
commit42fd213b0d9a1d784105dd7991fff0708ddd74f2 (patch)
treed7f780121a0a455390c94521b147532dc73bc5bb
parent95157669da141fc9c7cbd3e0dd24280651228110 (diff)
downloademacs-42fd213b0d9a1d784105dd7991fff0708ddd74f2.tar.gz
emacs-42fd213b0d9a1d784105dd7991fff0708ddd74f2.zip
(gdb-annotation-rules): Add nquery annotation
for pending breakpoints.
-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 fc3196cdb4f..19c57979130 100644
--- a/lisp/progmodes/gdb-ui.el
+++ b/lisp/progmodes/gdb-ui.el
@@ -664,6 +664,7 @@ This filter may simply queue output for a later time."
664 ("commands" gdb-subprompt) 664 ("commands" gdb-subprompt)
665 ("overload-choice" gdb-subprompt) 665 ("overload-choice" gdb-subprompt)
666 ("query" gdb-subprompt) 666 ("query" gdb-subprompt)
667 ("nquery" gdb-subprompt)
667 ("prompt-for-continue" gdb-subprompt) 668 ("prompt-for-continue" gdb-subprompt)
668 ("post-prompt" gdb-post-prompt) 669 ("post-prompt" gdb-post-prompt)
669 ("source" gdb-source) 670 ("source" gdb-source)