summaryrefslogtreecommitdiff
path: root/tools/debugscripts/kld_deb.py
AgeCommit message (Collapse)Author
2019-08-01remove obsolete kernel debugging scriptEd Maste
For quite some time kgdb has been internally handling FreeBSD kernel module state; add-on scripts and tools are not needed. asf(8) served a similar purpose to this script and was removed in r335222. PR: 229046 Reported by: jhb Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=350506
2015-11-19Use print as a function for Python 3 [PEP 3105]Craig Rodrigues
Import print_function from the __future__ module to activate this for Python 2. This works as far back as Python 2.6.0a2: https://docs.python.org/2/library/__future__.html [PEP 3105] https://www.python.org/dev/peps/pep-3105/ Notes: svn path=/head/; revision=291041
2011-12-30Spelling fixes for tools/Ulrich Spörlein
Add some $FreeBSD$ tags so svn will allow the commit. Notes: svn path=/head/; revision=228975
2005-03-20I forgot to commit this fix that is now kgdb aware...John-Mark Gurney
Notes: svn path=/head/; revision=143864
2004-08-04add a set of scripts that I posted to -current last year. This makesJohn-Mark Gurney
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. Notes: svn path=/head/; revision=133123