diff options
| author | Nick Roberts | 2004-05-10 17:53:37 +0000 |
|---|---|---|
| committer | Nick Roberts | 2004-05-10 17:53:37 +0000 |
| commit | 42fd213b0d9a1d784105dd7991fff0708ddd74f2 (patch) | |
| tree | d7f780121a0a455390c94521b147532dc73bc5bb | |
| parent | 95157669da141fc9c7cbd3e0dd24280651228110 (diff) | |
| download | emacs-42fd213b0d9a1d784105dd7991fff0708ddd74f2.tar.gz emacs-42fd213b0d9a1d784105dd7991fff0708ddd74f2.zip | |
(gdb-annotation-rules): Add nquery annotation
for pending breakpoints.
| -rw-r--r-- | lisp/progmodes/gdb-ui.el | 1 |
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) |