Deleted Added
full compact
ddb.4 (235353) ddb.4 (242424)
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 235353 2012-05-12 19:53:44Z joel $
61.\" $FreeBSD: head/share/man/man4/ddb.4 242424 2012-11-01 04:07:08Z alfred $
62.\"
63.Dd December 16, 2011
64.Dt DDB 4
65.Os
66.Sh NAME
67.Nm ddb
68.Nd interactive kernel debugger
69.Sh SYNOPSIS

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

1171Run, define, list, and delete scripts.
1172See the
1173.Sx SCRIPTING
1174section for more information on the scripting facility.
1175.Pp
1176.It Ic textdump set
1177.It Ic textdump status
1178.It Ic textdump unset
62.\"
63.Dd December 16, 2011
64.Dt DDB 4
65.Os
66.Sh NAME
67.Nm ddb
68.Nd interactive kernel debugger
69.Sh SYNOPSIS

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

1171Run, define, list, and delete scripts.
1172See the
1173.Sx SCRIPTING
1174section for more information on the scripting facility.
1175.Pp
1176.It Ic textdump set
1177.It Ic textdump status
1178.It Ic textdump unset
1179.It Ic textdump dump
1179The
1180.Ic textdump set
1181command may be used to force the next kernel core dump to be a textdump
1182rather than a traditional memory dump or minidump.
1183.Ic textdump status
1184reports whether a textdump has been scheduled.
1185.Ic textdump unset
1186cancels a request to perform a textdump as the next kernel core dump.
1180The
1181.Ic textdump set
1182command may be used to force the next kernel core dump to be a textdump
1183rather than a traditional memory dump or minidump.
1184.Ic textdump status
1185reports whether a textdump has been scheduled.
1186.Ic textdump unset
1187cancels a request to perform a textdump as the next kernel core dump.
1188Use the
1189.Ic textdump dump
1190command to immediately perform a textdump.
1187More information may be found in
1188.Xr textdump 4 .
1189.El
1190.Sh VARIABLES
1191The debugger accesses registers and variables as
1192.Li $ Ns Ar name .
1193Register names are as in the
1194.Dq Ic show Cm registers

--- 280 unchanged lines hidden ---
1191More information may be found in
1192.Xr textdump 4 .
1193.El
1194.Sh VARIABLES
1195The debugger accesses registers and variables as
1196.Li $ Ns Ar name .
1197Register names are as in the
1198.Dq Ic show Cm registers

--- 280 unchanged lines hidden ---