summaryrefslogtreecommitdiffstats
path: root/tools/debugscripts/kld_deb.py
Commit message (Collapse)AuthorAgeFilesLines
* Use print as a function for Python 3 [PEP 3105]rodrigc2015-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/
* Spelling fixes for tools/uqs2011-12-301-3/+3
| | | | Add some $FreeBSD$ tags so svn will allow the commit.
* I forgot to commit this fix that is now kgdb aware...jmg2005-03-201-3/+2
|
* add a set of scripts that I posted to -current last year. This makesjmg2004-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.
OpenPOWER on IntegriCloud