KGDB_ARCH_LATE

Section: Kernel Debugger Internals (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

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@windriver.com>

Author.
 

COPYRIGHT