37 int gdbHioDevSystem(
const char *command);
int gdbHioDevGetStderr(void)
Redirects 0 to 3 of the application's standard streams to GDB client console's. Returns -1,...
int gdbHioDevGettimeofday(struct timeval *tv, void *tz)
GDB HIO POSIX function isatty.
void gdbHioDevExit(void)
Returns a file descriptor mapping to the GDB client console's standard input stream.
int gdbHioDevGetStdout(void)
Returns a file descriptor mapping to the GDB client console's standard error stream.
int gdbHioDevIsatty(int fd)
GDB HIO POSIX function system. Requires 'set remote system-call-allowed 1'.
int gdbHioDevInit(void)
Initializes the GDB HIO devoptab wrapper, returns 0 on success, -1 on failure.
int gdbHioDevGetStdin(void)
Returns a file descriptor mapping to the GDB client console's standard output stream.
int gdbHioDevRedirectStdStreams(bool in, bool out, bool err)
GDB HIO POSIX function gettimeofday.