aboutsummaryrefslogtreecommitdiff
path: root/tools/debugscripts/kgdb
Commit message (Collapse)AuthorAgeFilesLines
* since kld_deb.py was removed a while back, this script isn't usefulJohn-Mark Gurney2020-08-111-67/+0
| | | | | | | anymore... Notes: svn path=/head/; revision=364132
* I forgot to commit this fix that is now kgdb aware...John-Mark Gurney2005-03-201-1/+3
| | | | 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/+65
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