Name

kgdb8250_arch_init — active early debugging, if configured

Synopsis

void kgdb8250_arch_init (  void);

Arguments

void

no arguments

Description

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.