Variable: gdbmi-bnf-offset
gdbmi-bnf-offset is a buffer-local variable defined in gdb-mi.el.gz.
Documentation
Offset in gud-marker-acc at which the parser is reading.
This offset is used to be able to parse the GDB/MI message in-place, without the need of copying the string in a temporary buffer or discarding parsed tokens by substringing the message.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defvar-local gdbmi-bnf-offset 0
"Offset in `gud-marker-acc' at which the parser is reading.
This offset is used to be able to parse the GDB/MI message
in-place, without the need of copying the string in a temporary buffer
or discarding parsed tokens by substringing the message.")