kgdb_arch_late (9) Linux Manual Page
kgdb_arch_late – Perform any architecture specific initalization.
Synopsis
void kgdb_arch_late(void);
Arguments
void
-
- no arguments
Description
This function will handle the late initalization of any architecture specific callbacks. This is an optional function for handling things like late initialization of hw breakpoints. The default implementation does nothing.
Author
Jason Wessel <jason.wessel [at] windriver.com>
- Author.
