gdbmi-bnf-result-and-async-record-impl
gdbmi-bnf-result-and-async-record-impl is a compiled Lisp function in `gdb-mi.el
'.
(gdbmi-bnf-result-and-async-record-impl)
Common implementation of the result-record and async-record rule.
Both rules share the same syntax. Those records may be very large in size.
For that reason, the "result" part of the record is parsed by
`gdbmi-bnf-incomplete-record-result', which will keep
receiving characters as they arrive from GDB until the record is complete.