Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dserial.c44 static void serial_logchar (struct ui_file *stream,
63 serial_logchar (struct ui_file *stream, int ch_type, int ch, int timeout) in serial_logchar() function
384 serial_logchar (serial_logfp, 'r', ch, timeout); in serial_readchar()
393 serial_logchar (gdb_stdlog, 'r', ch, timeout); in serial_readchar()
410 serial_logchar (serial_logfp, 'w', str[c] & 0xff, 0); in serial_write()
424 serial_logchar (gdb_stdlog, 'w', str[c] & 0xff, 0); in serial_write()
467 serial_logchar (serial_logfp, 'w', SERIAL_BREAK, 0); in serial_send_break()
DChangeLog-19971903 * (serial_logchar serial_log_command serial_write serial_readchar
1905 serial_logchar. Clean up rest of routines.
DChangeLog-19962098 * serial.c (serial_logchar): Ditto.
4755 (serial_log_command, serial_logchar, serial_write, serial_readchar):
DChangeLog-19981804 * serial.c (serial_logchar): Change chtype to ch_type. sigh.
DChangeLog-19992493 * serial.c (serial_logchar): Add a stream parameter.
DChangeLog-20147625 in call to serial_logchar when serial debug traces are enabled.