ddb.4 (287d467c5db5a46f13566a2f9dae80a695335c73) ddb.4 (4ee44ffcca3cc811e7961f5bf218ee08ca45e01a)
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

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

55representation, define:
56.Bd -ragged -offset indent
57.Cd options DDB_NUMSYM
58.Ed
59.Pp
60To enable the
61.Xr gdb 1
62backend, so that remote debugging with
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

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

55representation, define:
56.Bd -ragged -offset indent
57.Cd options DDB_NUMSYM
58.Ed
59.Pp
60To enable the
61.Xr gdb 1
62backend, so that remote debugging with
63.Xr kgdb 1
63.Xr kgdb 1 Pq Pa ports/devel/gdb
64is possible, include:
65.Bd -ragged -offset indent
66.Cd options GDB
67.Ed
68.Sh DESCRIPTION
69The
70.Nm
71kernel debugger is an interactive debugger with a syntax inspired by

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

1260process.
1261.Pp
1262This facility is particularly useful in concert with the scripting and
1263.Xr textdump 4
1264facilities, allowing scripted debugging output to be captured and
1265committed to disk as part of a textdump for later analysis.
1266The contents of the capture buffer may also be inspected in a kernel core dump
1267using
64is possible, include:
65.Bd -ragged -offset indent
66.Cd options GDB
67.Ed
68.Sh DESCRIPTION
69The
70.Nm
71kernel debugger is an interactive debugger with a syntax inspired by

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

1260process.
1261.Pp
1262This facility is particularly useful in concert with the scripting and
1263.Xr textdump 4
1264facilities, allowing scripted debugging output to be captured and
1265committed to disk as part of a textdump for later analysis.
1266The contents of the capture buffer may also be inspected in a kernel core dump
1267using
1268.Xr kgdb 1 .
1268.Xr kgdb 1 Pq Pa ports/devel/gdb .
1269.Pp
1270.It Ic run
1271.It Ic script
1272.It Ic scripts
1273.It Ic unscript
1274Run, define, list, and delete scripts.
1275See the
1276.Sx SCRIPTING

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

1594.Pa netinet/in_pcb.h
1595.It
1596.Pa sys/socket.h
1597.It
1598.Pa sys/vnode.h
1599.El
1600.Sh SEE ALSO
1601.Xr gdb 1 ,
1269.Pp
1270.It Ic run
1271.It Ic script
1272.It Ic scripts
1273.It Ic unscript
1274Run, define, list, and delete scripts.
1275See the
1276.Sx SCRIPTING

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

1594.Pa netinet/in_pcb.h
1595.It
1596.Pa sys/socket.h
1597.It
1598.Pa sys/vnode.h
1599.El
1600.Sh SEE ALSO
1601.Xr gdb 1 ,
1602.Xr kgdb 1 ,
1602.Xr kgdb 1 Pq Pa ports/devel/gdb ,
1603.Xr acpi 4 ,
1604.Xr CAM 4 ,
1605.Xr mac_ddb 4 ,
1606.Xr mac_test 4 ,
1607.Xr netgraph 4 ,
1608.Xr textdump 4 ,
1609.Xr witness 4 ,
1610.Xr ddb 8 ,

--- 19 unchanged lines hidden ---
1603.Xr acpi 4 ,
1604.Xr CAM 4 ,
1605.Xr mac_ddb 4 ,
1606.Xr mac_test 4 ,
1607.Xr netgraph 4 ,
1608.Xr textdump 4 ,
1609.Xr witness 4 ,
1610.Xr ddb 8 ,

--- 19 unchanged lines hidden ---