aboutsummaryrefslogtreecommitdiff
path: root/tools/debugscripts/README
Commit message (Collapse)AuthorAgeFilesLines
* Fix a couple of typos.Ulrich Spörlein2010-07-301-2/+2
| | | | | | | | | PR: docs/148891 Submitted by: olgeni MFC after: 1 week Notes: svn path=/head/; revision=210641
* add a set of scripts that I posted to -current last year. This makesJohn-Mark Gurney2004-08-041-0/+5
| | | | | | | | | | | | | 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
* Explain what all this is about.Greg Lehey2003-12-221-0/+16
Notes: svn path=/head/; revision=123709