Searched refs:serial_logchar (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | serial.c | 44 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()
|
| D | ChangeLog-1997 | 1903 * (serial_logchar serial_log_command serial_write serial_readchar 1905 serial_logchar. Clean up rest of routines.
|
| D | ChangeLog-1996 | 2098 * serial.c (serial_logchar): Ditto. 4755 (serial_log_command, serial_logchar, serial_write, serial_readchar):
|
| D | ChangeLog-1998 | 1804 * serial.c (serial_logchar): Change chtype to ch_type. sigh.
|
| D | ChangeLog-1999 | 2493 * serial.c (serial_logchar): Add a stream parameter.
|
| D | ChangeLog-2014 | 7625 in call to serial_logchar when serial debug traces are enabled.
|