gdb-input

gdb-input is a compiled Lisp function in `gdb-mi.el'.

(gdb-input COMMAND HANDLER-FUNCTION &optional TRIGGER-NAME)

Send COMMAND to GDB via the MI interface.
Run the function HANDLER-FUNCTION, with no arguments, once the command is
complete. Do not send COMMAND to GDB if TRIGGER-NAME is non-nil and
Emacs is still waiting for a reply from another command previously
sent with the same TRIGGER-NAME.