Searched refs:debug_p (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/gdb/gdb/
H A Dserial.c220 scb->debug_p = 0;
268 scb->debug_p = 0;
518 serial_debug (struct serial *scb, int debug_p)
520 scb->debug_p = debug_p;
526 return scb->debug_p || global_serial_debug_p;
516 serial_debug(struct serial *scb, int debug_p) argument
H A Dserial.h174 extern void serial_debug (struct serial *scb, int debug_p);
199 int debug_p; /* Trace this serial devices operation. */ member in struct:serial

Completed in 92 milliseconds