Deleted Added
full compact
ddb.4 (184018) ddb.4 (185435)
1.\"
2.\" Mach Operating System
3.\" Copyright (c) 1991,1990 Carnegie Mellon University
4.\" Copyright (c) 2007 Robert N. M. Watson
5.\" All Rights Reserved.
6.\"
7.\" Permission to use, copy, modify and distribute this software and its
8.\" documentation is hereby granted, provided that both the copyright

--- 44 unchanged lines hidden (view full) ---

53.\" Revision 2.2 91/02/14 14:10:06 mrt
54.\" Changed to new Mach copyright
55.\" [91/02/12 18:10:12 mrt]
56.\"
57.\" Revision 2.2 90/08/30 14:23:15 dbg
58.\" Created.
59.\" [90/08/30 dbg]
60.\"
1.\"
2.\" Mach Operating System
3.\" Copyright (c) 1991,1990 Carnegie Mellon University
4.\" Copyright (c) 2007 Robert N. M. Watson
5.\" All Rights Reserved.
6.\"
7.\" Permission to use, copy, modify and distribute this software and its
8.\" documentation is hereby granted, provided that both the copyright

--- 44 unchanged lines hidden (view full) ---

53.\" Revision 2.2 91/02/14 14:10:06 mrt
54.\" Changed to new Mach copyright
55.\" [91/02/12 18:10:12 mrt]
56.\"
57.\" Revision 2.2 90/08/30 14:23:15 dbg
58.\" Created.
59.\" [90/08/30 dbg]
60.\"
61.\" $FreeBSD: head/share/man/man4/ddb.4 184018 2008-10-18 06:23:08Z ed $
61.\" $FreeBSD: head/share/man/man4/ddb.4 185435 2008-11-29 14:32:14Z bz $
62.\"
62.\"
63.Dd October 18, 2008
63.Dd November 29, 2008
64.Dt DDB 4
65.Os
66.Sh NAME
67.Nm ddb
68.Nd interactive kernel debugger
69.Sh SYNOPSIS
70In order to enable kernel debugging facilities include:
71.Bd -ragged -offset indent

--- 609 unchanged lines hidden (view full) ---

681.It Ic show Cm intrcnt
682Dump the interrupt statistics.
683.\"
684.Pp
685.It Ic show Cm irqs
686Show interrupt lines and their respective kernel threads.
687.\"
688.Pp
64.Dt DDB 4
65.Os
66.Sh NAME
67.Nm ddb
68.Nd interactive kernel debugger
69.Sh SYNOPSIS
70In order to enable kernel debugging facilities include:
71.Bd -ragged -offset indent

--- 609 unchanged lines hidden (view full) ---

681.It Ic show Cm intrcnt
682Dump the interrupt statistics.
683.\"
684.Pp
685.It Ic show Cm irqs
686Show interrupt lines and their respective kernel threads.
687.\"
688.Pp
689.It Ic show Cm jails
690Show the list of
691.Xr jail 8
692instances.
693In addition to what
694.Xr jls 8
695shows, also list kernel internal details.
696.\"
697.Pp
689.It Ic show Cm lapic
690Show information from the local APIC registers for this CPU.
691.\"
692.Pp
693.It Ic show Cm lock Ar addr
694Show lock structure.
695The output format is as follows:
696.Bl -tag -offset 0 -width "flags"

--- 755 unchanged lines hidden ---
698.It Ic show Cm lapic
699Show information from the local APIC registers for this CPU.
700.\"
701.Pp
702.It Ic show Cm lock Ar addr
703Show lock structure.
704The output format is as follows:
705.Bl -tag -offset 0 -width "flags"

--- 755 unchanged lines hidden ---