gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:procCommand from tkernel_2/monitor/cmdsvc/src/armv6/monent.c (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/armv6/monent.c - 3.0KB - 97 lines
59:                 dispTitle();                  /* boot message */
60:                 procCommand(NULL, 0);         /* command processing */
61:                 break;
75: if ( procBreak(bpflg, &cmd) > 0 ) { 76: procCommand(cmd, 0); 77: }
82: stopTrace(); /* stop tracing */ 83: procCommand(NULL, 0); /* command processing */ 84: }