aboutsummaryrefslogtreecommitdiff
path: root/tools/debugscripts/README
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*\$FreeBSD\$$\n/
* Assorted grammar, spelling and punctuation fixes.Christian Brueffer2015-12-151-3/+3
| | | | | | | | | PR: 203336, 203339 Submitted by: espeyb@rpi.edu, themesta@gmail.com MFC after: 1 week Notes: svn path=/head/; revision=292263
* 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