Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Aug 2004 18:03:43 +0000 (UTC)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/tools/debugscripts README kgdb kld_deb.py
Message-ID:  <200408041803.i74I3hW3032824@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408041803.i74I3hW3032824>