summaryrefslogtreecommitdiff
path: root/tools/debugscripts/gdbinit.kernel
AgeCommit message (Collapse)Author
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2019-09-25Enhance the 'ps' command so that it prints a line per proc and a lineGleb Smirnoff
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
2004-11-20Remove the uarea column from the DDB 'ps' display, and from grog's gdbDavid Schultz
scripts. Reviewed by: arch@ Notes: svn path=/head/; revision=137923
2003-12-31Rename "msgbuf" to "dmesg", a more easily remembered name.Greg Lehey
"Fix" documentation by removing periods and commas. Notes: svn path=/head/; revision=124009
2003-12-30Remove calls to 'y' macro.Greg Lehey
Notes: svn path=/head/; revision=123983
2003-12-30Remove current implementation of kldstat macro.Greg Lehey
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
2003-12-29Add documentation for previously undocumented macros, and correctGreg Lehey
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
2003-06-08Make defproc work.Greg Lehey
Notes: svn path=/head/; revision=116008
2003-06-07Get the manual section number for kldstat(8) right. Comment change only.Greg Lehey
Pointed out by: yar Notes: svn path=/head/; revision=115929
2003-06-07Add macros for kernel debugging. These have been around for aGreg Lehey
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