Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dserial.c41 static struct ui_file *serial_logfp = NULL; variable
128 if (!serial_logfp) in serial_log_command()
133 gdb_puts ("\nc ", serial_logfp); in serial_log_command()
134 gdb_puts (cmd, serial_logfp); in serial_log_command()
138 gdb_flush (serial_logfp); in serial_log_command()
247 serial_logfp = file.release (); in serial_open_ops_1()
302 if (serial_logfp) in do_serial_close()
304 gdb_puts ("\nEnd of log\n", serial_logfp); in do_serial_close()
308 delete serial_logfp; in do_serial_close() local
309 serial_logfp = NULL; in do_serial_close()
[all …]
DChangeLog-19961346 or serial_logfp.
1347 * top.c (execute_command): Don't test for serial_logfp here.
4753 (serial_logfile, serial_logfp, serial_reading, serial_writing):
4765 (serial_logfile, serial_logfp): Declare.
4766 * top.c (execute_command): Declare serial_logfp. Log user command