Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dserial.c40 static std::string serial_logfile; variable
240 if (!serial_logfile.empty ()) in serial_open_ops_1()
244 if (!file->open (serial_logfile.c_str (), "w")) in serial_open_ops_1()
245 perror_with_name (serial_logfile.c_str ()); in serial_open_ops_1()
680 add_setshow_filename_cmd ("remotelogfile", no_class, &serial_logfile, _("\ in _initialize_serial()
DChangeLog-19961345 function so that we can log breaks. Don't export serial_logfile
4753 (serial_logfile, serial_logfp, serial_reading, serial_writing):
4765 (serial_logfile, serial_logfp): Declare.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git89323 serial_logfile already being constructed, but this is not enforced by