summaryrefslogtreecommitdiff
path: root/tools/debugscripts/kld_deb.py
Commit message (Collapse)AuthorAgeFilesLines
* remove obsolete kernel debugging scriptEd Maste2019-08-011-143/+0
| | | | | | | | | | | | | 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
* Use print as a function for Python 3 [PEP 3105]Craig Rodrigues2015-11-191-3/+4
| | | | | | | | | | | 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
* Spelling fixes for tools/Ulrich Spörlein2011-12-301-3/+3
| | | | | | | Add some $FreeBSD$ tags so svn will allow the commit. Notes: svn path=/head/; revision=228975
* I forgot to commit this fix that is now kgdb aware...John-Mark Gurney2005-03-201-3/+2
| | | | Notes: svn path=/head/; revision=143864
* add a set of scripts that I posted to -current last year. This makesJohn-Mark Gurney2004-08-041-0/+143
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