From: Nick Roberts Date: Mon, 10 May 2004 17:53:37 +0000 (+0000) Subject: (gdb-annotation-rules): Add nquery annotation X-Git-Tag: ttn-vms-21-2-B4~6295 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42fd213b0d9a1d784105dd7991fff0708ddd74f2;p=emacs.git (gdb-annotation-rules): Add nquery annotation for pending breakpoints. --- 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." ("commands" gdb-subprompt) ("overload-choice" gdb-subprompt) ("query" gdb-subprompt) + ("nquery" gdb-subprompt) ("prompt-for-continue" gdb-subprompt) ("post-prompt" gdb-post-prompt) ("source" gdb-source)