kgdb8250_arch_init — active early debugging, if configured
void kgdb8250_arch_init ( | void) ; |
This function must be implemented and called in the architecture or
board specific code if kgdb8250_early_debug_ready
is implemented.
This function should be called as soon as the board is able to
process exceptions and the uart is setup for reading and writing.
This function will invoke the kgdb I/O driver registration routines
and immediately wait for the debugger if kgdbwait was specified on
the kernel command line.