# Functions
New creates a new instance of API service.
# Constants
EventEvent Event send in WS when an internal event (eg.
following by event type.
ExecExitEvent Event send in WS when program exited.
ExecInEvent Event send in WS when characters are sent (stdin).
ExecInferiorInEvent Event send in WS when characters are sent to an inferior (used by gdb inferior/tty).
ExecInferiorOutEvent Event send in WS when characters are received by an inferior.
ExecOutEvent Event send in WS when characters are received (stdout or stderr).
MakeExitEvent Event send in WS when command exited.
MakeOutEvent Event send in WS when characters are received on stdout/stderr.
# Structs
APIService .
EventMsg Message send.
EventArgs is the parameters (json format) of /events/register command.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MakeArgs is the parameters (json format) of /make command.
MakeExitMsg Message send on make command exit.
MakeOutMsg Message send on each output (stdout+stderr) of make command.
XDSAgentInfo .
XDSAgentTarball .