summaryrefslogtreecommitdiffstats
path: root/tools/debugscripts/gdbinit.kernel
Commit message (Collapse)AuthorAgeFilesLines
* Remove the uarea column from the DDB 'ps' display, and from grog's gdbdas2004-11-201-3/+3
| | | | | | scripts. Reviewed by: arch@
* Rename "msgbuf" to "dmesg", a more easily remembered name.grog2003-12-311-4/+4
| | | | "Fix" documentation by removing periods and commas.
* Remove calls to 'y' macro.grog2003-12-301-2/+0
|
* Remove current implementation of kldstat macro.grog2003-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
* Add documentation for previously undocumented macros, and correctgrog2003-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.
* Make defproc work.grog2003-06-081-14/+18
|
* Get the manual section number for kldstat(8) right. Comment change only.grog2003-06-071-2/+2
| | | | Pointed out by: yar
* Add macros for kernel debugging. These have been around for agrog2003-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
OpenPOWER on IntegriCloud