Search | Google it | Results 1 - 2 of 2 for funcall:_isDebugMode (0.02 seconds) |
929: /* Create the standard console port (#1 : debug console) */ 930: arg[1] = _isDebugMode() ? DebugPort : CONF_BUFIO; 931: arg[2] = arg[3] = 0;
760: status in debug mode */ 761: if ( !(isDebugPort(li) && _isDebugMode()) ) { 762: if (kind == RS_RESUME) sio_susres(li, 1);