cvs commit: src/tools/debugscripts README kgdb kld_deb.py

John-Mark Gurney jmg at FreeBSD.org
Wed Aug 4 11:03:43 PDT 2004


jmg         2004-08-04 18:03:43 UTC

  FreeBSD src repository

  Modified files:
    tools/debugscripts   README 
  Added files:
    tools/debugscripts   kgdb kld_deb.py 
  Log:
  add a set of scripts that I posted to -current last year.  This makes
  debugging kernels and kernel modules much easier.  It will automaticly
  locate kernel source, extract kernel module information, and rerun gdb
  to load kernel module symbol information (if available by compiling module
  w/ debuging symbols).
  
  I have not run these recently, so may need to be updated to work with
  gdb6.  Feel free to fix as appropriate for -current.
  
  Revision  Changes    Path
  1.2       +5 -0      src/tools/debugscripts/README
  1.1       +65 -0     src/tools/debugscripts/kgdb (new)
  1.1       +143 -0    src/tools/debugscripts/kld_deb.py (new)


More information about the cvs-all mailing list