summaryrefslogtreecommitdiff
path: root/tools/debugscripts/gdbinit.kernel
Commit message (Collapse)AuthorAgeFilesLines
* Enhance the 'ps' command so that it prints a line per proc and a lineGleb Smirnoff2019-09-251-12/+13
| | | | | | | | | | per thread, so that instead of repeating the same info for all threads in proc, it would print thread specific info. Also includes thread number that would match 'info threads' info and can be used as argument for thread swithcing with 'thread' command. Notes: svn path=/head/; revision=352702
* 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