Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDserial.c48 static void serial_logchar (struct ui_file *stream,
67 serial_logchar (struct ui_file *stream, int ch_type, int ch, int timeout) in serial_logchar() function
383 serial_logchar (serial_logfp, 'r', ch, timeout); in serial_readchar()
392 serial_logchar (gdb_stdlog, 'r', ch, timeout); in serial_readchar()
408 serial_logchar (serial_logfp, 'w', str[count] & 0xff, 0); in serial_write()
421 serial_logchar (gdb_stdlog, 'w', str[count] & 0xff, 0); in serial_write()
466 serial_logchar (serial_logfp, 'w', SERIAL_BREAK, 0); in serial_send_break()