# HG changeset patch # User Nick Roberts # Date 1084211617 0 # Node ID e266c6d6bd7a4b2770d5831f6eaafe8be366ef20 # Parent 0279cb19bb4d3925dc5e38bbb2d4d2f1f5951342 (gdb-annotation-rules): Add nquery annotation for pending breakpoints. diff -r 0279cb19bb4d -r e266c6d6bd7a lisp/progmodes/gdb-ui.el --- a/lisp/progmodes/gdb-ui.el Mon May 10 17:52:06 2004 +0000 +++ b/lisp/progmodes/gdb-ui.el Mon May 10 17:53:37 2004 +0000 @@ -664,6 +664,7 @@ ("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)