Function: gdbmi-bnf-result-record
gdbmi-bnf-result-record is a byte-compiled function defined in
gdb-mi.el.gz.
Signature
(gdbmi-bnf-result-record)
Documentation
Implementation of the following GDB/MI output grammar rule:
result-record ==>
[ token ] ^ result-class ( , result )* nl
token ==>
any sequence of digits.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defun gdbmi-bnf-result-record ()
"Implementation of the following GDB/MI output grammar rule:
result-record ==>
[ token ] `^' result-class ( `,' result )* nl
token ==>
any sequence of digits."
(gdbmi-bnf-result-and-async-record-impl))