summaryrefslogtreecommitdiff
path: root/tools/debugscripts/kgdb
AgeCommit message (Collapse)Author
2020-08-11since kld_deb.py was removed a while back, this script isn't usefulJohn-Mark Gurney
anymore... Notes: svn path=/head/; revision=364132
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