Deleted Added
full compact
ddb.4 (162326) ddb.4 (162404)
1.\"
2.\" Mach Operating System
3.\" Copyright (c) 1991,1990 Carnegie Mellon University
4.\" All Rights Reserved.
5.\"
6.\" Permission to use, copy, modify and distribute this software and its
7.\" documentation is hereby granted, provided that both the copyright
8.\" notice and this permission notice appear in all copies of the

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

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

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

52.\" Revision 2.2 91/02/14 14:10:06 mrt
53.\" Changed to new Mach copyright
54.\" [91/02/12 18:10:12 mrt]
55.\"
56.\" Revision 2.2 90/08/30 14:23:15 dbg
57.\" Created.
58.\" [90/08/30 dbg]
59.\"
60.\" $FreeBSD: head/share/man/man4/ddb.4 162326 2006-09-15 16:36:45Z pjd $
60.\" $FreeBSD: head/share/man/man4/ddb.4 162404 2006-09-18 15:24:20Z ru $
61.Dd September 15, 2006
62.Dt DDB 4
63.Os
64.Sh NAME
65.Nm ddb
66.Nd interactive kernel debugger
67.Sh SYNOPSIS
68.Cd options KDB

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

417option is specified, it displays user registers instead of
418kernel or currently saved one.
419.Pp
420.Sy Warning :
421The support of the
422.Li u
423modifier depends on the machine.
424If not supported, incorrect information will be displayed.
61.Dd September 15, 2006
62.Dt DDB 4
63.Os
64.Sh NAME
65.Nm ddb
66.Nd interactive kernel debugger
67.Sh SYNOPSIS
68.Cd options KDB

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

417option is specified, it displays user registers instead of
418kernel or currently saved one.
419.Pp
420.Sy Warning :
421The support of the
422.Li u
423modifier depends on the machine.
424If not supported, incorrect information will be displayed.
425.It Xo
426.Cm show geom
427.Op Ar addr
428.Xc
425.It Cm show geom Op Ar addr
429If the
430.Ar addr
431argument is not given, displays the entire GEOM topology.
432If the
433.Ar addr
426If the
427.Ar addr
428argument is not given, displays the entire GEOM topology.
429If the
430.Ar addr
434is given, displays details about the given GEOM object (class, geom, provider
431is given, displays details about the given GEOM object (class, geom, provider
435or consumer).
436.It Xo
437.Cm show map Ns Op Cm /f
438.Ar addr
439.Xc
440Prints the VM map at
441.Ar addr .
442If the

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

448.Ar addr
449.Xc
450Prints the VM object at
451.Ar addr .
452If the
453.Li f
454option is specified the
455complete object is printed.
432or consumer).
433.It Xo
434.Cm show map Ns Op Cm /f
435.Ar addr
436.Xc
437Prints the VM map at
438.Ar addr .
439If the

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

445.Ar addr
446.Xc
447Prints the VM object at
448.Ar addr .
449If the
450.Li f
451option is specified the
452complete object is printed.
456.It Xo
457.Cm show vnode
458.Ar addr
459.Xc
453.It Cm show vnode Ar addr
460Displays details about the given vnode.
461.It Cm "show watches"
462Displays all watchpoints.
463.It Cm reset
464Hard reset the system.
465.It Xo
466.Cm watch
467.Ar addr Ns Li \&, Ns Ar size

--- 164 unchanged lines hidden ---
454Displays details about the given vnode.
455.It Cm "show watches"
456Displays all watchpoints.
457.It Cm reset
458Hard reset the system.
459.It Xo
460.Cm watch
461.Ar addr Ns Li \&, Ns Ar size

--- 164 unchanged lines hidden ---