changeset 55507:e266c6d6bd7a

(gdb-annotation-rules): Add nquery annotation for pending breakpoints.
author Nick Roberts <nickrob@snap.net.nz>
date Mon, 10 May 2004 17:53:37 +0000
parents 0279cb19bb4d
children 44124e158456
files lisp/progmodes/gdb-ui.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)