Variable: gdbmi-bnf-state
gdbmi-bnf-state is a buffer-local variable defined in gdb-mi.el.gz.
Documentation
Current GDB/MI output parser state.
The parser is placed in a different state when an incomplete data steam is received from GDB. This variable will preserve the state required to resume the parsing when more data arrives.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defvar-local gdbmi-bnf-state 'gdbmi-bnf-output
"Current GDB/MI output parser state.
The parser is placed in a different state when an incomplete data steam is
received from GDB.
This variable will preserve the state required to resume the parsing
when more data arrives.")