summaryrefslogtreecommitdiff
path: root/tools/debugscripts/gdbinit.kernel
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.3.0_cvscvs2svn2008-01-151-1/+1
| | | | | | 'RELENG_6_3_0_RELEASE'. This commit was manufactured to restore the state of the 6.3-RELEASE image.
* Remove the uarea column from the DDB 'ps' display, and from grog's gdbDavid Schultz2004-11-201-3/+3
| | | | | | | | | scripts. Reviewed by: arch@ Notes: svn path=/head/; revision=137923
* Rename "msgbuf" to "dmesg", a more easily remembered name.Greg Lehey2003-12-311-4/+4
| | | | | | | "Fix" documentation by removing periods and commas. Notes: svn path=/head/; revision=124009
* Remove calls to 'y' macro.Greg Lehey2003-12-301-2/+0
| | | | Notes: svn path=/head/; revision=123983
* Remove current implementation of kldstat macro.Greg Lehey2003-12-301-18/+39
| | | | | | | | | | | | | Add new kldstat, kldstat-v and kernel macros. The kldstat macro is functionally equivalent to the previous implementation, but it looks prettier and it matches the kldstat-v macro better. kldstat-v gives output similar to userland kldstat -v (note lacking space), and kernel loads a new kernel and dump. Submitted by: des Notes: svn path=/head/; revision=123979
* Add documentation for previously undocumented macros, and correctGreg Lehey2003-12-291-13/+20
| | | | | | | | | existing documentation. This is not made any easier by the brain-damaged format required for the documentation: one line, no full stops or commas. Notes: svn path=/head/; revision=123953
* Make defproc work.Greg Lehey2003-06-081-14/+18
| | | | Notes: svn path=/head/; revision=116008
* Get the manual section number for kldstat(8) right. Comment change only.Greg Lehey2003-06-071-2/+2
| | | | | | | Pointed out by: yar Notes: svn path=/head/; revision=115929
* Add macros for kernel debugging. These have been around for aGreg Lehey2003-06-071-0/+340
while, and they will need some more tuning before they're really useful, but at the moment they're better than nothing. Indirectly reminded by: dwhite Notes: svn path=/head/; revision=115926