Inline functions
  Home
  Introduction
  Getting KGDB
  Documentation
  Using KGDB
  Credits
  Miscellaneous
  Troubleshooting
  FAQ
  Support
  About KGDB
  KGDB Pronew

  The procedure for modules is somewhat different because module object files do not contain absolute addresses.

A module is relocated by insmod command before it is loaded into the kernel. Relocation of a module is changing relative references in the module to absolute addresses where the module will be loaded.

(Explanation of the procedure and an example to be added)