Searched refs:serial_logchar (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dserial.c54 static void serial_logchar (struct ui_file *stream, int ch_type, int ch, int timeout);
73 serial_logchar (struct ui_file *stream, int ch_type, int ch, int timeout)
357 serial_logchar (serial_logfp, 'r', ch, timeout);
366 serial_logchar (gdb_stdlog, 'r', ch, timeout);
382 serial_logchar (serial_logfp, 'w', str[count] & 0xff, 0);
428 serial_logchar (serial_logfp, 'w', SERIAL_BREAK, 0);
72 serial_logchar (struct ui_file *stream, int ch_type, int ch, int timeout) function

Completed in 191 milliseconds