2001-07-14 19:41:16 +00:00
|
|
|
.\"
|
1995-01-25 09:18:56 +00:00
|
|
|
.\" Mach Operating System
|
|
|
|
.\" Copyright (c) 1991,1990 Carnegie Mellon University
|
2007-12-26 09:51:37 +00:00
|
|
|
.\" Copyright (c) 2007 Robert N. M. Watson
|
1995-01-25 09:18:56 +00:00
|
|
|
.\" All Rights Reserved.
|
2001-07-14 19:41:16 +00:00
|
|
|
.\"
|
1995-01-25 09:18:56 +00:00
|
|
|
.\" Permission to use, copy, modify and distribute this software and its
|
|
|
|
.\" documentation is hereby granted, provided that both the copyright
|
|
|
|
.\" notice and this permission notice appear in all copies of the
|
|
|
|
.\" software, derivative works or modified versions, and any portions
|
|
|
|
.\" thereof, and that both notices appear in supporting documentation.
|
2001-07-14 19:41:16 +00:00
|
|
|
.\"
|
1995-01-25 09:18:56 +00:00
|
|
|
.\" CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
|
|
|
|
.\" CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
|
|
|
|
.\" ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
|
2001-07-14 19:41:16 +00:00
|
|
|
.\"
|
1995-01-25 09:18:56 +00:00
|
|
|
.\" Carnegie Mellon requests users of this software to return to
|
2001-07-14 19:41:16 +00:00
|
|
|
.\"
|
1995-01-25 09:18:56 +00:00
|
|
|
.\" Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
|
|
|
|
.\" School of Computer Science
|
|
|
|
.\" Carnegie Mellon University
|
|
|
|
.\" Pittsburgh PA 15213-3890
|
2001-07-14 19:41:16 +00:00
|
|
|
.\"
|
1995-01-25 09:18:56 +00:00
|
|
|
.\" any improvements or extensions that they make and grant Carnegie Mellon
|
|
|
|
.\" the rights to redistribute these changes.
|
2001-07-14 19:41:16 +00:00
|
|
|
.\"
|
1995-01-25 09:18:56 +00:00
|
|
|
.\" changed a \# to #, since groff choked on it.
|
2001-07-14 19:41:16 +00:00
|
|
|
.\"
|
1995-01-25 09:18:56 +00:00
|
|
|
.\" HISTORY
|
|
|
|
.\" ddb.4,v
|
|
|
|
.\" Revision 1.1 1993/07/15 18:41:02 brezak
|
|
|
|
.\" Man page for DDB
|
|
|
|
.\"
|
|
|
|
.\" Revision 2.6 92/04/08 08:52:57 rpd
|
|
|
|
.\" Changes from OSF.
|
|
|
|
.\" [92/01/17 14:19:22 jsb]
|
|
|
|
.\" Changes for OSF debugger modifications.
|
|
|
|
.\" [91/12/12 tak]
|
2001-07-14 19:41:16 +00:00
|
|
|
.\"
|
1995-01-25 09:18:56 +00:00
|
|
|
.\" Revision 2.5 91/06/25 13:50:22 rpd
|
|
|
|
.\" Added some watchpoint explanation.
|
|
|
|
.\" [91/06/25 rpd]
|
2001-07-14 19:41:16 +00:00
|
|
|
.\"
|
1995-01-25 09:18:56 +00:00
|
|
|
.\" Revision 2.4 91/06/17 15:47:31 jsb
|
|
|
|
.\" Added documentation for continue/c, match, search, and watchpoints.
|
|
|
|
.\" I've not actually explained what a watchpoint is; maybe Rich can
|
|
|
|
.\" do that (hint, hint).
|
|
|
|
.\" [91/06/17 10:58:08 jsb]
|
2001-07-14 19:41:16 +00:00
|
|
|
.\"
|
1995-01-25 09:18:56 +00:00
|
|
|
.\" Revision 2.3 91/05/14 17:04:23 mrt
|
|
|
|
.\" Correcting copyright
|
2001-07-14 19:41:16 +00:00
|
|
|
.\"
|
1995-01-25 09:18:56 +00:00
|
|
|
.\" Revision 2.2 91/02/14 14:10:06 mrt
|
|
|
|
.\" Changed to new Mach copyright
|
|
|
|
.\" [91/02/12 18:10:12 mrt]
|
2001-07-14 19:41:16 +00:00
|
|
|
.\"
|
1995-01-25 09:18:56 +00:00
|
|
|
.\" Revision 2.2 90/08/30 14:23:15 dbg
|
|
|
|
.\" Created.
|
|
|
|
.\" [90/08/30 dbg]
|
2001-07-14 19:41:16 +00:00
|
|
|
.\"
|
1999-08-28 00:22:10 +00:00
|
|
|
.\" $FreeBSD$
|
2006-10-09 15:21:50 +00:00
|
|
|
.\"
|
2016-01-16 05:35:42 +00:00
|
|
|
.Dd January 15, 2016
|
1996-01-17 21:07:02 +00:00
|
|
|
.Dt DDB 4
|
2001-07-10 15:31:11 +00:00
|
|
|
.Os
|
1996-01-17 21:07:02 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm ddb
|
|
|
|
.Nd interactive kernel debugger
|
|
|
|
.Sh SYNOPSIS
|
2008-06-08 09:09:08 +00:00
|
|
|
In order to enable kernel debugging facilities include:
|
|
|
|
.Bd -ragged -offset indent
|
2006-02-27 21:56:24 +00:00
|
|
|
.Cd options KDB
|
1996-01-17 21:07:02 +00:00
|
|
|
.Cd options DDB
|
2008-06-08 09:09:08 +00:00
|
|
|
.Ed
|
2001-07-30 22:03:58 +00:00
|
|
|
.Pp
|
|
|
|
To prevent activation of the debugger on kernel
|
|
|
|
.Xr panic 9 :
|
2008-06-08 09:09:08 +00:00
|
|
|
.Bd -ragged -offset indent
|
2004-12-05 12:48:07 +00:00
|
|
|
.Cd options KDB_UNATTENDED
|
2008-06-08 09:09:08 +00:00
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
In order to print a stack trace of the current thread on the console
|
|
|
|
for a panic:
|
|
|
|
.Bd -ragged -offset indent
|
|
|
|
.Cd options KDB_TRACE
|
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
To print the numerical value of symbols in addition to the symbolic
|
|
|
|
representation, define:
|
|
|
|
.Bd -ragged -offset indent
|
|
|
|
.Cd options DDB_NUMSYM
|
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
To enable the
|
|
|
|
.Xr gdb 1
|
|
|
|
backend, so that remote debugging with
|
|
|
|
.Xr kgdb 1
|
|
|
|
is possible, include:
|
|
|
|
.Bd -ragged -offset indent
|
|
|
|
.Cd options GDB
|
|
|
|
.Ed
|
1996-01-17 21:07:02 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
2008-12-12 05:42:57 +00:00
|
|
|
kernel debugger is an interactive debugger with a syntax inspired by
|
1996-01-17 21:07:02 +00:00
|
|
|
.Xr gdb 1 .
|
2001-07-30 22:03:58 +00:00
|
|
|
If linked into the running kernel,
|
|
|
|
it can be invoked locally with the
|
|
|
|
.Ql debug
|
|
|
|
.Xr keymap 5
|
|
|
|
action.
|
|
|
|
The debugger is also invoked on kernel
|
|
|
|
.Xr panic 9
|
|
|
|
if the
|
2001-08-07 13:21:15 +00:00
|
|
|
.Va debug.debugger_on_panic
|
2001-07-30 22:03:58 +00:00
|
|
|
.Xr sysctl 8
|
|
|
|
MIB variable is set non-zero,
|
|
|
|
which is the default
|
|
|
|
unless the
|
2004-12-05 12:48:07 +00:00
|
|
|
.Dv KDB_UNATTENDED
|
2001-07-30 22:03:58 +00:00
|
|
|
option is specified.
|
1996-01-17 21:07:02 +00:00
|
|
|
.Pp
|
2006-10-09 15:21:50 +00:00
|
|
|
The current location is called
|
|
|
|
.Va dot .
|
|
|
|
The
|
|
|
|
.Va dot
|
|
|
|
is displayed with
|
1995-01-25 09:18:56 +00:00
|
|
|
a hexadecimal format at a prompt.
|
2006-10-09 15:21:50 +00:00
|
|
|
The commands
|
|
|
|
.Ic examine
|
|
|
|
and
|
|
|
|
.Ic write
|
|
|
|
update
|
|
|
|
.Va dot
|
|
|
|
to the address of the last line
|
|
|
|
examined or the last location modified, and set
|
|
|
|
.Va next
|
|
|
|
to the address of
|
1995-01-25 09:18:56 +00:00
|
|
|
the next location to be examined or changed.
|
2006-10-09 15:21:50 +00:00
|
|
|
Other commands do not change
|
|
|
|
.Va dot ,
|
|
|
|
and set
|
|
|
|
.Va next
|
|
|
|
to be the same as
|
|
|
|
.Va dot .
|
1996-01-17 21:07:02 +00:00
|
|
|
.Pp
|
1995-01-25 09:18:56 +00:00
|
|
|
The general command syntax is:
|
2006-10-09 15:21:50 +00:00
|
|
|
.Ar command Ns Op Li / Ns Ar modifier
|
1996-01-17 21:07:02 +00:00
|
|
|
.Ar address Ns Op Li , Ns Ar count
|
|
|
|
.Pp
|
2006-10-09 15:21:50 +00:00
|
|
|
A blank line repeats the previous command from the address
|
|
|
|
.Va next
|
|
|
|
with
|
2003-06-28 23:53:39 +00:00
|
|
|
count 1 and no modifiers.
|
|
|
|
Specifying
|
1996-01-17 21:07:02 +00:00
|
|
|
.Ar address
|
2006-10-09 15:21:50 +00:00
|
|
|
sets
|
|
|
|
.Va dot
|
|
|
|
to the address.
|
2003-06-28 23:53:39 +00:00
|
|
|
Omitting
|
1996-01-17 21:07:02 +00:00
|
|
|
.Ar address
|
2006-10-09 15:21:50 +00:00
|
|
|
uses
|
|
|
|
.Va dot .
|
2003-06-28 23:53:39 +00:00
|
|
|
A missing
|
1996-01-17 21:07:02 +00:00
|
|
|
.Ar count
|
|
|
|
is taken
|
|
|
|
to be 1 for printing commands or infinity for stack traces.
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Nm
|
2006-10-09 15:21:50 +00:00
|
|
|
debugger has a pager feature (like the
|
1996-01-17 21:07:02 +00:00
|
|
|
.Xr more 1
|
2006-10-09 15:21:50 +00:00
|
|
|
command)
|
2003-06-28 23:53:39 +00:00
|
|
|
for the output.
|
|
|
|
If an output line exceeds the number set in the
|
2006-10-09 15:21:50 +00:00
|
|
|
.Va lines
|
1996-01-17 21:07:02 +00:00
|
|
|
variable, it displays
|
2006-10-11 07:07:31 +00:00
|
|
|
.Dq Li --More--
|
1995-01-25 09:18:56 +00:00
|
|
|
and waits for a response.
|
|
|
|
The valid responses for it are:
|
1996-01-17 21:07:02 +00:00
|
|
|
.Pp
|
2004-06-16 08:33:57 +00:00
|
|
|
.Bl -tag -compact -width ".Li SPC"
|
1996-01-17 21:07:02 +00:00
|
|
|
.It Li SPC
|
1995-01-25 09:18:56 +00:00
|
|
|
one more page
|
1996-01-17 21:07:02 +00:00
|
|
|
.It Li RET
|
1995-01-25 09:18:56 +00:00
|
|
|
one more line
|
1996-01-17 21:07:02 +00:00
|
|
|
.It Li q
|
|
|
|
abort the current command, and return to the command input mode
|
|
|
|
.El
|
1997-04-12 21:54:48 +00:00
|
|
|
.Pp
|
|
|
|
Finally,
|
|
|
|
.Nm
|
|
|
|
provides a small (currently 10 items) command history, and offers
|
2006-10-09 15:21:50 +00:00
|
|
|
simple
|
|
|
|
.Nm emacs Ns -style
|
|
|
|
command line editing capabilities.
|
2003-06-28 23:53:39 +00:00
|
|
|
In addition to
|
2006-10-09 15:21:50 +00:00
|
|
|
the
|
|
|
|
.Nm emacs
|
|
|
|
control keys, the usual
|
|
|
|
.Tn ANSI
|
2008-12-12 05:42:57 +00:00
|
|
|
arrow keys may be used to
|
1997-04-12 21:54:48 +00:00
|
|
|
browse through the history buffer, and move the cursor within the
|
|
|
|
current line.
|
1996-01-17 21:07:02 +00:00
|
|
|
.Sh COMMANDS
|
2006-10-03 21:06:19 +00:00
|
|
|
.Bl -tag -width indent -compact
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Ic examine
|
|
|
|
.It Ic x
|
1995-01-25 09:18:56 +00:00
|
|
|
Display the addressed locations according to the formats in the modifier.
|
|
|
|
Multiple modifier formats display multiple locations.
|
2006-10-09 15:21:50 +00:00
|
|
|
If no format is specified, the last format specified for this command
|
1995-01-25 09:18:56 +00:00
|
|
|
is used.
|
1996-01-17 21:07:02 +00:00
|
|
|
.Pp
|
|
|
|
The format characters are:
|
|
|
|
.Bl -tag -compact -width indent
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Cm b
|
1996-01-17 21:07:02 +00:00
|
|
|
look at by bytes (8 bits)
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Cm h
|
1996-01-17 21:07:02 +00:00
|
|
|
look at by half words (16 bits)
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Cm l
|
1996-01-17 21:07:02 +00:00
|
|
|
look at by long words (32 bits)
|
2013-09-30 09:21:17 +00:00
|
|
|
.It Cm g
|
|
|
|
look at by quad words (64 bits)
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Cm a
|
1995-01-25 09:18:56 +00:00
|
|
|
print the location being displayed
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Cm A
|
1995-01-25 09:18:56 +00:00
|
|
|
print the location with a line number if possible
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Cm x
|
1995-01-25 09:18:56 +00:00
|
|
|
display in unsigned hex
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Cm z
|
1995-01-25 09:18:56 +00:00
|
|
|
display in signed hex
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Cm o
|
1995-01-25 09:18:56 +00:00
|
|
|
display in unsigned octal
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Cm d
|
1995-01-25 09:18:56 +00:00
|
|
|
display in signed decimal
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Cm u
|
1995-01-25 09:18:56 +00:00
|
|
|
display in unsigned decimal
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Cm r
|
1995-01-25 09:18:56 +00:00
|
|
|
display in current radix, signed
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Cm c
|
1995-01-25 09:18:56 +00:00
|
|
|
display low 8 bits as a character.
|
2006-10-09 15:21:50 +00:00
|
|
|
Non-printing characters are displayed as an octal escape code (e.g.,
|
|
|
|
.Ql \e000 ) .
|
|
|
|
.It Cm s
|
1995-01-25 09:18:56 +00:00
|
|
|
display the null-terminated string at the location.
|
|
|
|
Non-printing characters are displayed as octal escapes.
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Cm m
|
1995-01-25 09:18:56 +00:00
|
|
|
display in unsigned hex with character dump at the end of each line.
|
|
|
|
The location is also displayed in hex at the beginning of each line.
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Cm i
|
1995-01-25 09:18:56 +00:00
|
|
|
display as an instruction
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Cm I
|
1995-01-25 09:18:56 +00:00
|
|
|
display as an instruction with possible alternate formats depending on the
|
2013-11-07 16:58:09 +00:00
|
|
|
machine, but none of the supported architectures have an alternate format.
|
2008-03-07 18:14:29 +00:00
|
|
|
.It Cm S
|
|
|
|
display a symbol name for the pointer stored at the address
|
1996-01-17 21:07:02 +00:00
|
|
|
.El
|
2006-10-03 21:06:19 +00:00
|
|
|
.Pp
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Ic xf
|
1996-01-17 21:07:02 +00:00
|
|
|
Examine forward:
|
2006-10-09 15:21:50 +00:00
|
|
|
execute an
|
|
|
|
.Ic examine
|
|
|
|
command with the last specified parameters to it
|
1995-01-25 09:18:56 +00:00
|
|
|
except that the next address displayed by it is used as the start address.
|
2006-10-03 21:06:19 +00:00
|
|
|
.Pp
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Ic xb
|
1996-01-17 21:07:02 +00:00
|
|
|
Examine backward:
|
2006-10-09 15:21:50 +00:00
|
|
|
execute an
|
|
|
|
.Ic examine
|
|
|
|
command with the last specified parameters to it
|
1995-01-25 09:18:56 +00:00
|
|
|
except that the last start address subtracted by the size displayed by it
|
|
|
|
is used as the start address.
|
2006-10-03 21:06:19 +00:00
|
|
|
.Pp
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Ic print Ns Op Li / Ns Cm acdoruxz
|
|
|
|
.It Ic p Ns Op Li / Ns Cm acdoruxz
|
2001-07-14 19:41:16 +00:00
|
|
|
Print
|
2001-02-28 17:38:53 +00:00
|
|
|
.Ar addr Ns s
|
1996-01-17 21:07:02 +00:00
|
|
|
according to the modifier character (as described above for
|
2006-10-09 15:21:50 +00:00
|
|
|
.Cm examine ) .
|
1996-01-17 21:07:02 +00:00
|
|
|
Valid formats are:
|
2006-10-09 15:21:50 +00:00
|
|
|
.Cm a , x , z , o , d , u , r ,
|
1996-01-17 21:07:02 +00:00
|
|
|
and
|
2006-10-09 15:21:50 +00:00
|
|
|
.Cm c .
|
1996-01-17 21:07:02 +00:00
|
|
|
If no modifier is specified, the last one specified to it is used.
|
2006-10-09 15:21:50 +00:00
|
|
|
The argument
|
1996-01-17 21:07:02 +00:00
|
|
|
.Ar addr
|
2003-06-28 23:53:39 +00:00
|
|
|
can be a string, in which case it is printed as it is.
|
|
|
|
For example:
|
1996-01-17 21:07:02 +00:00
|
|
|
.Bd -literal -offset indent
|
2006-10-09 15:21:50 +00:00
|
|
|
print/x "eax = " $eax "\enecx = " $ecx "\en"
|
1996-01-17 21:07:02 +00:00
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
will print like:
|
|
|
|
.Bd -literal -offset indent
|
1995-01-25 09:18:56 +00:00
|
|
|
eax = xxxxxx
|
|
|
|
ecx = yyyyyy
|
1996-01-17 21:07:02 +00:00
|
|
|
.Ed
|
2006-10-03 21:06:19 +00:00
|
|
|
.Pp
|
1996-01-17 21:07:02 +00:00
|
|
|
.It Xo
|
2006-10-09 15:21:50 +00:00
|
|
|
.Ic write Ns Op Li / Ns Cm bhl
|
|
|
|
.Ar addr expr1 Op Ar expr2 ...
|
1996-01-17 21:07:02 +00:00
|
|
|
.Xc
|
2006-10-09 02:27:55 +00:00
|
|
|
.It Xo
|
2006-10-09 15:21:50 +00:00
|
|
|
.Ic w Ns Op Li / Ns Cm bhl
|
|
|
|
.Ar addr expr1 Op Ar expr2 ...
|
2006-10-09 02:27:55 +00:00
|
|
|
.Xc
|
1996-01-17 21:07:02 +00:00
|
|
|
Write the expressions specified after
|
|
|
|
.Ar addr
|
|
|
|
on the command line at succeeding locations starting with
|
2006-10-09 15:21:50 +00:00
|
|
|
.Ar addr .
|
1995-01-25 09:18:56 +00:00
|
|
|
The write unit size can be specified in the modifier with a letter
|
2006-10-09 15:21:50 +00:00
|
|
|
.Cm b
|
2001-07-14 19:41:16 +00:00
|
|
|
(byte),
|
2006-10-09 15:21:50 +00:00
|
|
|
.Cm h
|
1996-01-17 21:07:02 +00:00
|
|
|
(half word) or
|
2006-10-09 15:21:50 +00:00
|
|
|
.Cm l
|
2003-06-28 23:53:39 +00:00
|
|
|
(long word) respectively.
|
|
|
|
If omitted,
|
1995-01-25 09:18:56 +00:00
|
|
|
long word is assumed.
|
1996-01-17 21:07:02 +00:00
|
|
|
.Pp
|
|
|
|
.Sy Warning :
|
|
|
|
since there is no delimiter between expressions, strange
|
1995-01-25 09:18:56 +00:00
|
|
|
things may happen.
|
2005-02-13 23:45:54 +00:00
|
|
|
It is best to enclose each expression in parentheses.
|
2006-10-03 21:06:19 +00:00
|
|
|
.Pp
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Ic set Li $ Ns Ar variable Oo Li = Oc Ar expr
|
2001-07-14 19:41:16 +00:00
|
|
|
Set the named variable or register with the value of
|
1996-01-17 21:07:02 +00:00
|
|
|
.Ar expr .
|
1995-01-25 09:18:56 +00:00
|
|
|
Valid variable names are described below.
|
2006-10-03 21:06:19 +00:00
|
|
|
.Pp
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Ic break Ns Op Li / Ns Cm u
|
|
|
|
.It Ic b Ns Op Li / Ns Cm u
|
1996-01-17 21:07:02 +00:00
|
|
|
Set a break point at
|
|
|
|
.Ar addr .
|
|
|
|
If
|
|
|
|
.Ar count
|
2001-07-14 19:41:16 +00:00
|
|
|
is supplied, continues
|
|
|
|
.Ar count
|
2006-10-09 15:21:50 +00:00
|
|
|
\- 1 times before stopping at the
|
2003-06-28 23:53:39 +00:00
|
|
|
break point.
|
|
|
|
If the break point is set, a break point number is
|
1996-01-17 21:07:02 +00:00
|
|
|
printed with
|
2006-10-09 15:21:50 +00:00
|
|
|
.Ql # .
|
1996-01-17 21:07:02 +00:00
|
|
|
This number can be used in deleting the break point
|
1995-01-25 09:18:56 +00:00
|
|
|
or adding conditions to it.
|
1996-01-17 21:07:02 +00:00
|
|
|
.Pp
|
|
|
|
If the
|
2006-10-09 15:21:50 +00:00
|
|
|
.Cm u
|
2008-06-08 09:09:08 +00:00
|
|
|
modifier is specified, this command sets a break point in user
|
|
|
|
address space.
|
2003-06-28 23:53:39 +00:00
|
|
|
Without the
|
2006-10-09 15:21:50 +00:00
|
|
|
.Cm u
|
2008-06-08 09:09:08 +00:00
|
|
|
option, the address is considered to be in the kernel
|
|
|
|
space, and a wrong space address is rejected with an error message.
|
1996-01-17 21:07:02 +00:00
|
|
|
This modifier can be used only if it is supported by machine dependent
|
1995-01-25 09:18:56 +00:00
|
|
|
routines.
|
1996-01-17 21:07:02 +00:00
|
|
|
.Pp
|
|
|
|
.Sy Warning :
|
|
|
|
If a user text is shadowed by a normal user space debugger,
|
2003-06-28 23:53:39 +00:00
|
|
|
user space break points may not work correctly.
|
|
|
|
Setting a break
|
1995-01-25 09:18:56 +00:00
|
|
|
point at the low-level code paths may also cause strange behavior.
|
2006-10-03 21:06:19 +00:00
|
|
|
.Pp
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Ic delete Ar addr
|
|
|
|
.It Ic d Ar addr
|
|
|
|
.It Ic delete Li # Ns Ar number
|
|
|
|
.It Ic d Li # Ns Ar number
|
2003-11-12 02:35:20 +00:00
|
|
|
Delete the break point.
|
|
|
|
The target break point can be specified by a
|
2001-07-14 19:41:16 +00:00
|
|
|
break point number with
|
2006-10-09 15:21:50 +00:00
|
|
|
.Ql # ,
|
1996-01-17 21:07:02 +00:00
|
|
|
or by using the same
|
|
|
|
.Ar addr
|
|
|
|
specified in the original
|
2006-10-09 15:21:50 +00:00
|
|
|
.Ic break
|
1995-01-25 09:18:56 +00:00
|
|
|
command.
|
2006-10-03 21:06:19 +00:00
|
|
|
.Pp
|
2006-10-10 11:07:37 +00:00
|
|
|
.It Ic watch Ar addr Ns Li , Ns Ar size
|
|
|
|
Set a watchpoint for a region.
|
|
|
|
Execution stops when an attempt to modify the region occurs.
|
|
|
|
The
|
|
|
|
.Ar size
|
|
|
|
argument defaults to 4.
|
|
|
|
If you specify a wrong space address, the request is rejected
|
|
|
|
with an error message.
|
|
|
|
.Pp
|
|
|
|
.Sy Warning :
|
|
|
|
Attempts to watch wired kernel memory
|
|
|
|
may cause unrecoverable error in some systems such as i386.
|
|
|
|
Watchpoints on user addresses work best.
|
|
|
|
.Pp
|
|
|
|
.It Ic hwatch Ar addr Ns Li , Ns Ar size
|
|
|
|
Set a hardware watchpoint for a region if supported by the
|
|
|
|
architecture.
|
|
|
|
Execution stops when an attempt to modify the region occurs.
|
|
|
|
The
|
|
|
|
.Ar size
|
|
|
|
argument defaults to 4.
|
|
|
|
.Pp
|
|
|
|
.Sy Warning :
|
|
|
|
The hardware debug facilities do not have a concept of separate
|
|
|
|
address spaces like the watch command does.
|
|
|
|
Use
|
|
|
|
.Ic hwatch
|
|
|
|
for setting watchpoints on kernel address locations only, and avoid
|
|
|
|
its use on user mode address spaces.
|
|
|
|
.Pp
|
|
|
|
.It Ic dhwatch Ar addr Ns Li , Ns Ar size
|
|
|
|
Delete specified hardware watchpoint.
|
|
|
|
.Pp
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Ic step Ns Op Li / Ns Cm p
|
|
|
|
.It Ic s Ns Op Li / Ns Cm p
|
2001-07-14 19:41:16 +00:00
|
|
|
Single step
|
1996-01-17 21:07:02 +00:00
|
|
|
.Ar count
|
|
|
|
times (the comma is a mandatory part of the syntax).
|
|
|
|
If the
|
2006-10-09 15:21:50 +00:00
|
|
|
.Cm p
|
1996-01-17 21:07:02 +00:00
|
|
|
modifier is specified, print each instruction at each step.
|
1995-01-25 09:18:56 +00:00
|
|
|
Otherwise, only print the last instruction.
|
1996-01-17 21:07:02 +00:00
|
|
|
.Pp
|
|
|
|
.Sy Warning :
|
|
|
|
depending on machine type, it may not be possible to
|
1995-01-25 09:18:56 +00:00
|
|
|
single-step through some low-level code paths or user space code.
|
|
|
|
On machines with software-emulated single-stepping (e.g., pmax),
|
|
|
|
stepping through code executed by interrupt handlers will probably
|
|
|
|
do the wrong thing.
|
2006-10-03 21:06:19 +00:00
|
|
|
.Pp
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Ic continue Ns Op Li / Ns Cm c
|
|
|
|
.It Ic c Ns Op Li / Ns Cm c
|
1995-01-25 09:18:56 +00:00
|
|
|
Continue execution until a breakpoint or watchpoint.
|
1996-01-17 21:07:02 +00:00
|
|
|
If the
|
2006-10-09 15:21:50 +00:00
|
|
|
.Cm c
|
1996-01-17 21:07:02 +00:00
|
|
|
modifier is specified, count instructions while executing.
|
1995-01-25 09:18:56 +00:00
|
|
|
Some machines (e.g., pmax) also count loads and stores.
|
1996-01-17 21:07:02 +00:00
|
|
|
.Pp
|
|
|
|
.Sy Warning :
|
|
|
|
when counting, the debugger is really silently single-stepping.
|
1995-01-25 09:18:56 +00:00
|
|
|
This means that single-stepping on low-level code may cause strange
|
|
|
|
behavior.
|
2006-10-03 21:06:19 +00:00
|
|
|
.Pp
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Ic until Ns Op Li / Ns Cm p
|
1995-01-25 09:18:56 +00:00
|
|
|
Stop at the next call or return instruction.
|
1996-01-17 21:07:02 +00:00
|
|
|
If the
|
2006-10-09 15:21:50 +00:00
|
|
|
.Cm p
|
1996-01-17 21:07:02 +00:00
|
|
|
modifier is specified, print the call nesting depth and the
|
2003-06-28 23:53:39 +00:00
|
|
|
cumulative instruction count at each call or return.
|
|
|
|
Otherwise,
|
1995-01-25 09:18:56 +00:00
|
|
|
only print when the matching return is hit.
|
2006-10-03 21:06:19 +00:00
|
|
|
.Pp
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Ic next Ns Op Li / Ns Cm p
|
|
|
|
.It Ic match Ns Op Li / Ns Cm p
|
1995-01-25 09:18:56 +00:00
|
|
|
Stop at the matching return instruction.
|
1996-01-17 21:07:02 +00:00
|
|
|
If the
|
2006-10-09 15:21:50 +00:00
|
|
|
.Cm p
|
1996-01-17 21:07:02 +00:00
|
|
|
modifier is specified, print the call nesting depth and the
|
2003-06-28 23:53:39 +00:00
|
|
|
cumulative instruction count at each call or return.
|
|
|
|
Otherwise, only print when the matching return is hit.
|
2006-10-03 21:06:19 +00:00
|
|
|
.Pp
|
1996-01-17 21:07:02 +00:00
|
|
|
.It Xo
|
2006-10-09 15:21:50 +00:00
|
|
|
.Ic trace Ns Op Li / Ns Cm u
|
2006-10-30 12:55:06 +00:00
|
|
|
.Op Ar pid | tid
|
2006-10-09 15:21:50 +00:00
|
|
|
.Op Li , Ns Ar count
|
1996-01-17 21:07:02 +00:00
|
|
|
.Xc
|
2006-10-09 02:27:55 +00:00
|
|
|
.It Xo
|
2006-10-09 15:21:50 +00:00
|
|
|
.Ic t Ns Op Li / Ns Cm u
|
2006-10-30 12:55:06 +00:00
|
|
|
.Op Ar pid | tid
|
2006-10-09 15:21:50 +00:00
|
|
|
.Op Li , Ns Ar count
|
2006-10-09 02:27:55 +00:00
|
|
|
.Xc
|
|
|
|
.It Xo
|
2006-10-09 15:21:50 +00:00
|
|
|
.Ic where Ns Op Li / Ns Cm u
|
2006-10-30 12:55:06 +00:00
|
|
|
.Op Ar pid | tid
|
2006-10-09 15:21:50 +00:00
|
|
|
.Op Li , Ns Ar count
|
2006-10-09 02:27:55 +00:00
|
|
|
.Xc
|
|
|
|
.It Xo
|
2006-10-09 15:21:50 +00:00
|
|
|
.Ic bt Ns Op Li / Ns Cm u
|
2006-10-30 12:55:06 +00:00
|
|
|
.Op Ar pid | tid
|
2006-10-09 15:21:50 +00:00
|
|
|
.Op Li , Ns Ar count
|
2006-10-09 02:27:55 +00:00
|
|
|
.Xc
|
2003-06-28 23:53:39 +00:00
|
|
|
Stack trace.
|
|
|
|
The
|
2006-10-09 15:21:50 +00:00
|
|
|
.Cm u
|
2001-07-14 19:41:16 +00:00
|
|
|
option traces user space; if omitted,
|
2006-10-09 15:21:50 +00:00
|
|
|
.Ic trace
|
1996-01-17 21:07:02 +00:00
|
|
|
only traces
|
|
|
|
kernel space.
|
2006-10-09 15:21:50 +00:00
|
|
|
The optional argument
|
1996-01-17 21:07:02 +00:00
|
|
|
.Ar count
|
2001-07-14 19:41:16 +00:00
|
|
|
is the number of frames to be traced.
|
|
|
|
If
|
1996-01-17 21:07:02 +00:00
|
|
|
.Ar count
|
|
|
|
is omitted, all frames are printed.
|
|
|
|
.Pp
|
|
|
|
.Sy Warning :
|
|
|
|
User space stack trace is valid
|
1995-01-25 09:18:56 +00:00
|
|
|
only if the machine dependent code supports it.
|
2006-10-03 21:06:19 +00:00
|
|
|
.Pp
|
1996-01-17 21:07:02 +00:00
|
|
|
.It Xo
|
2006-10-09 15:21:50 +00:00
|
|
|
.Ic search Ns Op Li / Ns Cm bhl
|
1996-01-17 21:07:02 +00:00
|
|
|
.Ar addr
|
|
|
|
.Ar value
|
|
|
|
.Op Ar mask
|
2006-10-09 15:21:50 +00:00
|
|
|
.Op Li , Ns Ar count
|
1996-01-17 21:07:02 +00:00
|
|
|
.Xc
|
|
|
|
Search memory for
|
|
|
|
.Ar value .
|
|
|
|
This command might fail in interesting
|
2005-02-13 22:25:33 +00:00
|
|
|
ways if it does not find the searched-for value.
|
2006-10-09 15:21:50 +00:00
|
|
|
This is because
|
|
|
|
.Nm
|
|
|
|
does not always recover from touching bad memory.
|
2003-06-28 23:53:39 +00:00
|
|
|
The optional
|
1996-01-17 21:07:02 +00:00
|
|
|
.Ar count
|
|
|
|
argument limits the search.
|
2008-06-08 09:09:08 +00:00
|
|
|
.\"
|
2006-10-03 21:06:19 +00:00
|
|
|
.Pp
|
2011-12-16 11:52:33 +00:00
|
|
|
.It Xo
|
|
|
|
.Ic findstack
|
|
|
|
.Ar addr
|
|
|
|
.Xc
|
|
|
|
Prints the thread address for a thread kernel-mode stack of which contains the
|
|
|
|
specified address.
|
|
|
|
If the thread is not found, search the thread stack cache and prints the
|
|
|
|
cached stack address.
|
|
|
|
Otherwise, prints nothing.
|
|
|
|
.Pp
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Ic show Cm all procs Ns Op Li / Ns Cm m
|
|
|
|
.It Ic ps Ns Op Li / Ns Cm m
|
1995-01-25 09:18:56 +00:00
|
|
|
Display all process information.
|
|
|
|
The process information may not be shown if it is not
|
|
|
|
supported in the machine, or the bottom of the stack of the
|
|
|
|
target process is not in the main memory at that time.
|
2001-07-14 19:41:16 +00:00
|
|
|
The
|
2006-10-09 15:21:50 +00:00
|
|
|
.Cm m
|
1996-01-17 21:07:02 +00:00
|
|
|
modifier will alter the display to show VM map
|
2008-06-08 09:09:08 +00:00
|
|
|
addresses for the process and not show other information.
|
|
|
|
.\"
|
2006-10-03 21:06:19 +00:00
|
|
|
.Pp
|
2008-10-15 16:58:35 +00:00
|
|
|
.It Ic show Cm all ttys
|
|
|
|
Show all TTY's within the system.
|
|
|
|
Output is similar to
|
|
|
|
.Xr pstat 8 ,
|
|
|
|
but also includes the address of the TTY structure.
|
|
|
|
.\"
|
|
|
|
.Pp
|
2008-06-08 09:09:08 +00:00
|
|
|
.It Ic show Cm allchains
|
|
|
|
Show the same information like "show lockchain" does, but
|
|
|
|
for every thread in the system.
|
|
|
|
.\"
|
1996-01-17 21:07:02 +00:00
|
|
|
.Pp
|
2008-06-08 09:09:08 +00:00
|
|
|
.It Ic show Cm alllocks
|
|
|
|
Show all locks that are currently held.
|
2008-10-04 14:12:09 +00:00
|
|
|
This command is only available if
|
|
|
|
.Xr witness 4
|
|
|
|
is included in the kernel.
|
2008-06-08 09:09:08 +00:00
|
|
|
.\"
|
2006-10-03 21:06:19 +00:00
|
|
|
.Pp
|
2008-06-08 09:09:08 +00:00
|
|
|
.It Ic show Cm allpcpu
|
|
|
|
The same as "show pcpu", but for every CPU present in the system.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm allrman
|
|
|
|
Show information related with resource management, including
|
2015-11-05 23:12:23 +00:00
|
|
|
interrupt request lines, DMA request lines, I/O ports, I/O memory
|
|
|
|
addresses, and Resource IDs.
|
2008-06-08 09:09:08 +00:00
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm apic
|
|
|
|
Dump data about APIC IDT vector mappings.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm breaks
|
|
|
|
Show breakpoints set with the "break" command.
|
|
|
|
.\"
|
|
|
|
.Pp
|
2014-07-15 21:13:08 +00:00
|
|
|
.It Ic show Cm bio Ar addr
|
|
|
|
Show information about the bio structure
|
|
|
|
.Vt struct bio
|
|
|
|
present at
|
|
|
|
.Ar addr .
|
|
|
|
See the
|
|
|
|
.Pa sys/bio.h
|
2014-07-15 22:57:50 +00:00
|
|
|
header file and
|
|
|
|
.Xr g_bio 9
|
|
|
|
for more details on the exact meaning of the structure fields.
|
2014-07-15 21:13:08 +00:00
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm buffer Ar addr
|
|
|
|
Show information about the buf structure
|
2008-06-08 09:09:08 +00:00
|
|
|
.Vt struct buf
|
2014-07-15 21:13:08 +00:00
|
|
|
present at
|
|
|
|
.Ar addr .
|
|
|
|
See the
|
2008-06-08 21:08:20 +00:00
|
|
|
.Pa sys/buf.h
|
2014-07-15 21:13:08 +00:00
|
|
|
header file for more details on the exact meaning of the structure fields.
|
2008-06-08 09:09:08 +00:00
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm cbstat
|
|
|
|
Show brief information about the TTY subsystem.
|
|
|
|
.\"
|
|
|
|
.Pp
|
2010-09-05 14:52:27 +00:00
|
|
|
.It Ic show Cm cdev
|
|
|
|
Without argument, show the list of all created cdev's, consisting of devfs
|
|
|
|
node name and struct cdev address.
|
|
|
|
When address of cdev is supplied, show some internal devfs state of the cdev.
|
|
|
|
.\"
|
|
|
|
.Pp
|
2008-07-21 10:03:02 +00:00
|
|
|
.It Ic show Cm conifhk
|
|
|
|
Lists hooks currently waiting for completion in
|
|
|
|
run_interrupt_driven_config_hooks().
|
|
|
|
.\"
|
|
|
|
.Pp
|
2008-07-07 21:32:02 +00:00
|
|
|
.It Ic show Cm cpusets
|
|
|
|
Print numbered root and assigned CPU affinity sets.
|
|
|
|
See
|
|
|
|
.Xr cpuset 2
|
|
|
|
for more details.
|
|
|
|
.\"
|
|
|
|
.Pp
|
2008-06-08 09:09:08 +00:00
|
|
|
.It Ic show Cm cyrixreg
|
|
|
|
Show registers specific to the Cyrix processor.
|
|
|
|
.\"
|
|
|
|
.Pp
|
2015-03-17 00:12:29 +00:00
|
|
|
.It Ic show Cm devmap
|
|
|
|
Prints the contents of the static device mapping table.
|
|
|
|
Currently only available on the
|
|
|
|
ARM
|
|
|
|
architecture.
|
|
|
|
.\"
|
|
|
|
.Pp
|
2008-06-08 09:09:08 +00:00
|
|
|
.It Ic show Cm domain Ar addr
|
|
|
|
Print protocol domain structure
|
|
|
|
.Vt struct domain
|
|
|
|
at address
|
|
|
|
.Ar addr .
|
|
|
|
See the
|
2008-06-08 21:08:20 +00:00
|
|
|
.Pa sys/domain.h
|
2008-06-08 09:09:08 +00:00
|
|
|
header file for more details on the exact meaning of the structure fields.
|
|
|
|
.\"
|
|
|
|
.Pp
|
2008-09-16 11:19:38 +00:00
|
|
|
.It Ic show Cm ffs Op Ar addr
|
|
|
|
Show brief information about ffs mount at the address
|
|
|
|
.Ar addr ,
|
|
|
|
if argument is given.
|
|
|
|
Otherwise, provides the summary about each ffs mount.
|
|
|
|
.\"
|
|
|
|
.Pp
|
2008-06-08 09:09:08 +00:00
|
|
|
.It Ic show Cm file Ar addr
|
|
|
|
Show information about the file structure
|
|
|
|
.Vt struct file
|
|
|
|
present at address
|
|
|
|
.Ar addr .
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm files
|
|
|
|
Show information about every file structure in the system.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm freepages
|
|
|
|
Show the number of physical pages in each of the free lists.
|
|
|
|
.\"
|
2007-08-09 20:14:35 +00:00
|
|
|
.Pp
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Ic show Cm geom Op Ar addr
|
2006-09-15 16:36:45 +00:00
|
|
|
If the
|
|
|
|
.Ar addr
|
|
|
|
argument is not given, displays the entire GEOM topology.
|
2008-06-08 09:09:08 +00:00
|
|
|
If
|
2006-09-15 16:36:45 +00:00
|
|
|
.Ar addr
|
2008-06-08 09:09:08 +00:00
|
|
|
is given, displays details about the given GEOM object (class, geom,
|
|
|
|
provider or consumer).
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm idt
|
|
|
|
Show IDT layout.
|
|
|
|
The first column specifies the IDT vector.
|
|
|
|
The second one is the name of the interrupt/trap handler.
|
|
|
|
Those functions are machine dependent.
|
|
|
|
.\"
|
|
|
|
.Pp
|
2008-09-16 11:19:38 +00:00
|
|
|
.It Ic show Cm inodedeps Op Ar addr
|
|
|
|
Show brief information about each inodedep structure.
|
|
|
|
If
|
|
|
|
.Ar addr
|
|
|
|
is given, only inodedeps belonging to the fs located at the
|
|
|
|
supplied address are shown.
|
|
|
|
.\"
|
|
|
|
.Pp
|
2008-06-08 09:09:08 +00:00
|
|
|
.It Ic show Cm inpcb Ar addr
|
|
|
|
Show information on IP Control Block
|
|
|
|
.Vt struct in_pcb
|
|
|
|
present at
|
|
|
|
.Ar addr .
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm intr
|
|
|
|
Dump information about interrupt handlers.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm intrcnt
|
|
|
|
Dump the interrupt statistics.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm irqs
|
|
|
|
Show interrupt lines and their respective kernel threads.
|
|
|
|
.\"
|
|
|
|
.Pp
|
MFp4:
Bring in updated jail support from bz_jail branch.
This enhances the current jail implementation to permit multiple
addresses per jail. In addtion to IPv4, IPv6 is supported as well.
Due to updated checks it is even possible to have jails without
an IP address at all, which basically gives one a chroot with
restricted process view, no networking,..
SCTP support was updated and supports IPv6 in jails as well.
Cpuset support permits jails to be bound to specific processor
sets after creation.
Jails can have an unrestricted (no duplicate protection, etc.) name
in addition to the hostname. The jail name cannot be changed from
within a jail and is considered to be used for management purposes
or as audit-token in the future.
DDB 'show jails' command was added to aid debugging.
Proper compat support permits 32bit jail binaries to be used on 64bit
systems to manage jails. Also backward compatibility was preserved where
possible: for jail v1 syscalls, as well as with user space management
utilities.
Both jail as well as prison version were updated for the new features.
A gap was intentionally left as the intermediate versions had been
used by various patches floating around the last years.
Bump __FreeBSD_version for the afore mentioned and in kernel changes.
Special thanks to:
- Pawel Jakub Dawidek (pjd) for his multi-IPv4 patches
and Olivier Houchard (cognet) for initial single-IPv6 patches.
- Jeff Roberson (jeff) and Randall Stewart (rrs) for their
help, ideas and review on cpuset and SCTP support.
- Robert Watson (rwatson) for lots and lots of help, discussions,
suggestions and review of most of the patch at various stages.
- John Baldwin (jhb) for his help.
- Simon L. Nielsen (simon) as early adopter testing changes
on cluster machines as well as all the testers and people
who provided feedback the last months on freebsd-jail and
other channels.
- My employer, CK Software GmbH, for the support so I could work on this.
Reviewed by: (see above)
MFC after: 3 months (this is just so that I get the mail)
X-MFC Before: 7.2-RELEASE if possible
2008-11-29 14:32:14 +00:00
|
|
|
.It Ic show Cm jails
|
|
|
|
Show the list of
|
|
|
|
.Xr jail 8
|
|
|
|
instances.
|
|
|
|
In addition to what
|
|
|
|
.Xr jls 8
|
|
|
|
shows, also list kernel internal details.
|
|
|
|
.\"
|
|
|
|
.Pp
|
2008-06-08 09:09:08 +00:00
|
|
|
.It Ic show Cm lapic
|
|
|
|
Show information from the local APIC registers for this CPU.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm lock Ar addr
|
|
|
|
Show lock structure.
|
|
|
|
The output format is as follows:
|
2010-03-12 10:01:06 +00:00
|
|
|
.Bl -tag -width "flags"
|
2008-06-08 09:09:08 +00:00
|
|
|
.It Ic class:
|
|
|
|
Class of the lock.
|
|
|
|
Possible types include
|
|
|
|
.Xr mutex 9 ,
|
|
|
|
.Xr rmlock 9 ,
|
|
|
|
.Xr rwlock 9 ,
|
|
|
|
.Xr sx 9 .
|
|
|
|
.It Ic name:
|
|
|
|
Name of the lock.
|
|
|
|
.It Ic flags:
|
|
|
|
Flags passed to the lock initialization function.
|
|
|
|
For exact possibilities see manual pages of possible lock types.
|
|
|
|
.It Ic state:
|
|
|
|
Current state of a lock.
|
|
|
|
As well as
|
|
|
|
.Ic flags
|
|
|
|
it's lock-specific.
|
|
|
|
.It Ic owner:
|
|
|
|
Lock owner.
|
|
|
|
.El
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm lockchain Ar addr
|
|
|
|
Show all threads a particular thread at address
|
|
|
|
.Ar addr
|
|
|
|
is waiting on based on non-sleepable and non-spin locks.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm lockedbufs
|
|
|
|
Show the same information as "show buf", but for every locked
|
|
|
|
.Vt struct buf
|
|
|
|
object.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm lockedvnods
|
|
|
|
List all locked vnodes in the system.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm locks
|
|
|
|
Prints all locks that are currently acquired.
|
2008-10-04 14:12:09 +00:00
|
|
|
This command is only available if
|
|
|
|
.Xr witness 4
|
|
|
|
is included in the kernel.
|
2008-06-08 09:09:08 +00:00
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm locktree
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm malloc
|
|
|
|
Prints
|
|
|
|
.Xr malloc 9
|
|
|
|
memory allocator statistics.
|
|
|
|
The output format is as follows:
|
|
|
|
.Pp
|
|
|
|
.Bl -tag -compact -offset indent -width "Requests"
|
|
|
|
.It Ic Type
|
|
|
|
Specifies a type of memory.
|
|
|
|
It is the same as a description string used while defining the
|
|
|
|
given memory type with
|
|
|
|
.Xr MALLOC_DECLARE 9 .
|
|
|
|
.It Ic InUse
|
|
|
|
Number of memory allocations of the given type, for which
|
|
|
|
.Xr free 9
|
|
|
|
has not been called yet.
|
|
|
|
.It Ic MemUse
|
|
|
|
Total memory consumed by the given allocation type.
|
|
|
|
.It Ic Requests
|
|
|
|
Number of memory allocation requests for the given
|
|
|
|
memory type.
|
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
The same information can be gathered in userspace with
|
|
|
|
.Dq Nm vmstat Fl m .
|
|
|
|
.\"
|
2006-10-03 21:06:19 +00:00
|
|
|
.Pp
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Ic show Cm map Ns Oo Li / Ns Cm f Oc Ar addr
|
2001-07-14 19:41:16 +00:00
|
|
|
Prints the VM map at
|
1996-01-17 21:07:02 +00:00
|
|
|
.Ar addr .
|
2001-07-14 19:41:16 +00:00
|
|
|
If the
|
2006-10-09 15:21:50 +00:00
|
|
|
.Cm f
|
1996-01-17 21:07:02 +00:00
|
|
|
modifier is specified the
|
1995-01-25 09:18:56 +00:00
|
|
|
complete map is printed.
|
2008-06-08 09:09:08 +00:00
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm msgbuf
|
|
|
|
Print the system's message buffer.
|
|
|
|
It is the same output as in the
|
|
|
|
.Dq Nm dmesg
|
|
|
|
case.
|
|
|
|
It is useful if you got a kernel panic, attached a serial cable
|
|
|
|
to the machine and want to get the boot messages from before the
|
|
|
|
system hang.
|
|
|
|
.\"
|
|
|
|
.It Ic show Cm mount
|
|
|
|
Displays short info about all currently mounted file systems.
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm mount Ar addr
|
|
|
|
Displays details about the given mount point.
|
|
|
|
.\"
|
2006-10-03 21:06:19 +00:00
|
|
|
.Pp
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Ic show Cm object Ns Oo Li / Ns Cm f Oc Ar addr
|
1996-01-17 21:07:02 +00:00
|
|
|
Prints the VM object at
|
|
|
|
.Ar addr .
|
|
|
|
If the
|
2006-10-09 15:21:50 +00:00
|
|
|
.Cm f
|
1996-01-17 21:07:02 +00:00
|
|
|
option is specified the
|
1995-01-25 09:18:56 +00:00
|
|
|
complete object is printed.
|
2008-06-08 09:09:08 +00:00
|
|
|
.\"
|
2006-10-03 21:06:19 +00:00
|
|
|
.Pp
|
2008-06-08 09:09:08 +00:00
|
|
|
.It Ic show Cm page
|
|
|
|
Show statistics on VM pages.
|
|
|
|
.\"
|
2006-10-03 21:06:19 +00:00
|
|
|
.Pp
|
2008-06-08 09:09:08 +00:00
|
|
|
.It Ic show Cm pageq
|
|
|
|
Show statistics on VM page queues.
|
|
|
|
.\"
|
2008-04-28 14:11:23 +00:00
|
|
|
.Pp
|
2008-06-08 09:09:08 +00:00
|
|
|
.It Ic show Cm pciregs
|
|
|
|
Print PCI bus registers.
|
|
|
|
The same information can be gathered in userspace by running
|
|
|
|
.Dq Nm pciconf Fl lv .
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm pcpu
|
|
|
|
Print current processor state.
|
|
|
|
The output format is as follows:
|
|
|
|
.Pp
|
|
|
|
.Bl -tag -compact -offset indent -width "spin locks held:"
|
|
|
|
.It Ic cpuid
|
|
|
|
Processor identifier.
|
|
|
|
.It Ic curthread
|
|
|
|
Thread pointer, process identifier and the name of the process.
|
|
|
|
.It Ic curpcb
|
|
|
|
Control block pointer.
|
|
|
|
.It Ic fpcurthread
|
|
|
|
FPU thread pointer.
|
|
|
|
.It Ic idlethread
|
|
|
|
Idle thread pointer.
|
|
|
|
.It Ic APIC ID
|
|
|
|
CPU identifier coming from APIC.
|
|
|
|
.It Ic currentldt
|
|
|
|
LDT pointer.
|
|
|
|
.It Ic spin locks held
|
|
|
|
Names of spin locks held.
|
|
|
|
.El
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm pgrpdump
|
|
|
|
Dump process groups present within the system.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm proc Op Ar addr
|
|
|
|
If no
|
|
|
|
.Op Ar addr
|
|
|
|
is specified, print information about the current process.
|
|
|
|
Otherwise, show information about the process at address
|
|
|
|
.Ar addr .
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm procvm
|
|
|
|
Show process virtual memory layout.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm protosw Ar addr
|
|
|
|
Print protocol switch structure
|
|
|
|
.Vt struct protosw
|
|
|
|
at address
|
|
|
|
.Ar addr .
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm registers Ns Op Li / Ns Cm u
|
|
|
|
Display the register set.
|
|
|
|
If the
|
|
|
|
.Cm u
|
|
|
|
modifier is specified, it displays user registers instead of
|
|
|
|
kernel registers or the currently saved one.
|
|
|
|
.Pp
|
|
|
|
.Sy Warning :
|
|
|
|
The support of the
|
|
|
|
.Cm u
|
|
|
|
modifier depends on the machine.
|
|
|
|
If not supported, incorrect information will be displayed.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm rman Ar addr
|
|
|
|
Show resource manager object
|
|
|
|
.Vt struct rman
|
|
|
|
at address
|
|
|
|
.Ar addr .
|
|
|
|
Addresses of particular pointers can be gathered with "show allrman"
|
|
|
|
command.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm rtc
|
|
|
|
Show real time clock value.
|
|
|
|
Useful for long debugging sessions.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm sleepchain
|
|
|
|
Show all the threads a particular thread is waiting on based on
|
|
|
|
sleepable locks.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm sleepq
|
|
|
|
.It Ic show Cm sleepqueue
|
2008-06-08 21:01:39 +00:00
|
|
|
Both commands provide the same functionality.
|
2008-06-08 09:09:08 +00:00
|
|
|
They show sleepqueue
|
|
|
|
.Vt struct sleepqueue
|
|
|
|
structure.
|
|
|
|
Sleepqueues are used within the
|
|
|
|
.Fx
|
|
|
|
kernel to implement sleepable
|
|
|
|
synchronization primitives (thread holding a lock might sleep or
|
2008-06-08 21:01:39 +00:00
|
|
|
be context switched), which at the time of writing are:
|
2008-06-08 09:09:08 +00:00
|
|
|
.Xr condvar 9 ,
|
|
|
|
.Xr sx 9
|
|
|
|
and standard
|
|
|
|
.Xr msleep 9
|
|
|
|
interface.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm sockbuf Ar addr
|
|
|
|
.It Ic show Cm socket Ar addr
|
|
|
|
Those commands print
|
|
|
|
.Vt struct sockbuf
|
|
|
|
and
|
|
|
|
.Vt struct socket
|
|
|
|
objects placed at
|
|
|
|
.Ar addr .
|
|
|
|
Output consists of all values present in structures mentioned.
|
|
|
|
For exact interpretation and more details, visit
|
2008-06-08 21:08:20 +00:00
|
|
|
.Pa sys/socket.h
|
2008-06-08 09:09:08 +00:00
|
|
|
header file.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm sysregs
|
|
|
|
Show system registers (e.g.,
|
|
|
|
.Li cr0-4
|
|
|
|
on i386.)
|
|
|
|
Not present on some platforms.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm tcpcb Ar addr
|
|
|
|
Print TCP control block
|
|
|
|
.Vt struct tcpcb
|
|
|
|
lying at address
|
|
|
|
.Ar addr .
|
|
|
|
For exact interpretation of output, visit
|
2008-06-08 21:08:20 +00:00
|
|
|
.Pa netinet/tcp.h
|
2008-06-08 09:09:08 +00:00
|
|
|
header file.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm thread Op Ar addr
|
|
|
|
If no
|
|
|
|
.Ar addr
|
|
|
|
is specified, show detailed information about current thread.
|
|
|
|
Otherwise, information about thread at
|
|
|
|
.Ar addr
|
|
|
|
is printed.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm threads
|
|
|
|
Show all threads within the system.
|
|
|
|
Output format is as follows:
|
|
|
|
.Pp
|
2010-05-27 13:56:47 +00:00
|
|
|
.Bl -tag -compact -offset indent -width "Second column"
|
2008-06-08 09:09:08 +00:00
|
|
|
.It Ic First column
|
|
|
|
Thread identifier (TID)
|
|
|
|
.It Ic Second column
|
|
|
|
Thread structure address
|
|
|
|
.It Ic Third column
|
|
|
|
Backtrace.
|
|
|
|
.El
|
|
|
|
.\"
|
|
|
|
.Pp
|
2008-10-15 16:58:35 +00:00
|
|
|
.It Ic show Cm tty Ar addr
|
|
|
|
Display the contents of a TTY structure in a readable form.
|
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
The last half year I've been working on a replacement TTY layer for the
FreeBSD kernel. The new TTY layer was designed to improve the following:
- Improved driver model:
The old TTY layer has a driver model that is not abstract enough to
make it friendly to use. A good example is the output path, where the
device drivers directly access the output buffers. This means that an
in-kernel PPP implementation must always convert network buffers into
TTY buffers.
If a PPP implementation would be built on top of the new TTY layer
(still needs a hooks layer, though), it would allow the PPP
implementation to directly hand the data to the TTY driver.
- Improved hotplugging:
With the old TTY layer, it isn't entirely safe to destroy TTY's from
the system. This implementation has a two-step destructing design,
where the driver first abandons the TTY. After all threads have left
the TTY, the TTY layer calls a routine in the driver, which can be
used to free resources (unit numbers, etc).
The pts(4) driver also implements this feature, which means
posix_openpt() will now return PTY's that are created on the fly.
- Improved performance:
One of the major improvements is the per-TTY mutex, which is expected
to improve scalability when compared to the old Giant locking.
Another change is the unbuffered copying to userspace, which is both
used on TTY device nodes and PTY masters.
Upgrading should be quite straightforward. Unlike previous versions,
existing kernel configuration files do not need to be changed, except
when they reference device drivers that are listed in UPDATING.
Obtained from: //depot/projects/mpsafetty/...
Approved by: philip (ex-mentor)
Discussed: on the lists, at BSDCan, at the DevSummit
Sponsored by: Snow B.V., the Netherlands
dcons(4) fixed by: kan
2008-08-20 08:31:58 +00:00
|
|
|
.\"
|
|
|
|
.Pp
|
2008-06-08 09:09:08 +00:00
|
|
|
.It Ic show Cm turnstile Ar addr
|
|
|
|
Show turnstile
|
|
|
|
.Vt struct turnstile
|
|
|
|
structure at address
|
|
|
|
.Ar addr .
|
|
|
|
Turnstiles are structures used within the
|
|
|
|
.Fx
|
|
|
|
kernel to implement
|
|
|
|
synchronization primitives which, while holding a specific type of lock, cannot
|
|
|
|
sleep or context switch to another thread.
|
|
|
|
Currently, those are:
|
|
|
|
.Xr mutex 9 ,
|
|
|
|
.Xr rwlock 9 ,
|
|
|
|
.Xr rmlock 9 .
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm uma
|
|
|
|
Show UMA allocator statistics.
|
|
|
|
Output consists five columns:
|
|
|
|
.Pp
|
|
|
|
.Bl -tag -compact -offset indent -width "Requests"
|
|
|
|
.It Cm "Zone"
|
|
|
|
Name of the UMA zone.
|
|
|
|
The same string that was passed to
|
|
|
|
.Xr uma_zcreate 9
|
|
|
|
as a first argument.
|
|
|
|
.It Cm "Size"
|
|
|
|
Size of a given memory object (slab).
|
|
|
|
.It Cm "Used"
|
|
|
|
Number of slabs being currently used.
|
|
|
|
.It Cm "Free"
|
|
|
|
Number of free slabs within the UMA zone.
|
|
|
|
.It Cm "Requests"
|
|
|
|
Number of allocations requests to the given zone.
|
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
The very same information might be gathered in the userspace
|
|
|
|
with the help of
|
2012-05-12 03:25:46 +00:00
|
|
|
.Dq Nm vmstat Fl z .
|
2008-06-08 09:09:08 +00:00
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm unpcb Ar addr
|
|
|
|
Shows UNIX domain socket private control block
|
|
|
|
.Vt struct unpcb
|
|
|
|
present at the address
|
2012-05-12 03:25:46 +00:00
|
|
|
.Ar addr .
|
2008-06-08 09:09:08 +00:00
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm vmochk
|
|
|
|
Prints, whether the internal VM objects are in a map somewhere
|
|
|
|
and none have zero ref counts.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm vmopag
|
|
|
|
This is supposed to show physical addresses consumed by a
|
|
|
|
VM object.
|
|
|
|
Currently, it is not possible to use this command when
|
2008-10-04 14:12:09 +00:00
|
|
|
.Xr witness 4
|
2008-06-08 09:09:08 +00:00
|
|
|
is compiled in the kernel.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm vnode Op Ar addr
|
2008-06-08 21:01:39 +00:00
|
|
|
Prints vnode
|
2008-06-08 09:09:08 +00:00
|
|
|
.Vt struct vnode
|
|
|
|
structure lying at
|
|
|
|
.Op Ar addr .
|
|
|
|
For the exact interpretation of the output, look at the
|
2008-06-08 21:08:20 +00:00
|
|
|
.Pa sys/vnode.h
|
2008-06-08 09:09:08 +00:00
|
|
|
header file.
|
|
|
|
.\"
|
2008-04-28 14:11:23 +00:00
|
|
|
.Pp
|
2008-09-16 11:19:38 +00:00
|
|
|
.It Ic show Cm vnodebufs Ar addr
|
|
|
|
Shows clean/dirty buffer lists of the vnode located at
|
|
|
|
.Ar addr .
|
|
|
|
.\"
|
|
|
|
.Pp
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Ic show Cm watches
|
1995-01-25 09:18:56 +00:00
|
|
|
Displays all watchpoints.
|
2008-06-08 09:09:08 +00:00
|
|
|
Shows watchpoints set with "watch" command.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ic show Cm witness
|
|
|
|
Shows information about lock acquisition coming from the
|
2008-10-04 14:12:09 +00:00
|
|
|
.Xr witness 4
|
2008-06-08 09:09:08 +00:00
|
|
|
subsystem.
|
|
|
|
.\"
|
2006-10-03 21:06:19 +00:00
|
|
|
.Pp
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Ic gdb
|
2003-06-28 23:53:39 +00:00
|
|
|
Toggles between remote GDB and DDB mode.
|
|
|
|
In remote GDB mode, another machine is required that runs
|
1997-04-12 21:54:48 +00:00
|
|
|
.Xr gdb 1
|
|
|
|
using the remote debug feature, with a connection to the serial
|
2003-06-28 23:53:39 +00:00
|
|
|
console port on the target machine.
|
|
|
|
Currently only available on the
|
2006-10-09 15:21:50 +00:00
|
|
|
i386
|
2006-05-15 20:51:53 +00:00
|
|
|
architecture.
|
2006-10-03 21:06:19 +00:00
|
|
|
.Pp
|
2006-10-10 23:09:10 +00:00
|
|
|
.It Ic halt
|
|
|
|
Halt the system.
|
|
|
|
.Pp
|
|
|
|
.It Ic kill Ar sig pid
|
|
|
|
Send signal
|
|
|
|
.Ar sig
|
|
|
|
to process
|
|
|
|
.Ar pid .
|
|
|
|
The signal is acted on upon returning from the debugger.
|
|
|
|
This command can be used to kill a process causing resource contention
|
|
|
|
in the case of a hung system.
|
|
|
|
See
|
|
|
|
.Xr signal 3
|
|
|
|
for a list of signals.
|
|
|
|
Note that the arguments are reversed relative to
|
|
|
|
.Xr kill 2 .
|
|
|
|
.Pp
|
2010-05-24 16:41:05 +00:00
|
|
|
.It Ic reboot Op Ar seconds
|
|
|
|
.It Ic reset Op Ar seconds
|
2006-10-10 11:07:37 +00:00
|
|
|
Hard reset the system.
|
2010-05-24 16:41:05 +00:00
|
|
|
If the optional argument
|
|
|
|
.Ar seconds
|
|
|
|
is given, the debugger will wait for this long, at most a week,
|
|
|
|
before rebooting.
|
2006-10-10 11:07:37 +00:00
|
|
|
.Pp
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Ic help
|
1997-04-12 21:54:48 +00:00
|
|
|
Print a short summary of the available commands and command
|
|
|
|
abbreviations.
|
2007-12-25 23:25:04 +00:00
|
|
|
.Pp
|
|
|
|
.It Ic capture on
|
|
|
|
.It Ic capture off
|
|
|
|
.It Ic capture reset
|
|
|
|
.It Ic capture status
|
|
|
|
.Nm
|
|
|
|
supports a basic output capture facility, which can be used to retrieve the
|
2014-07-22 19:37:38 +00:00
|
|
|
results of debugging commands from userspace using
|
2007-12-25 23:25:04 +00:00
|
|
|
.Xr sysctl 2 .
|
|
|
|
.Ic capture on
|
|
|
|
enables output capture;
|
|
|
|
.Ic capture off
|
|
|
|
disables capture.
|
|
|
|
.Ic capture reset
|
|
|
|
will clear the capture buffer and disable capture.
|
|
|
|
.Ic capture status
|
|
|
|
will report current buffer use, buffer size, and disposition of output
|
|
|
|
capture.
|
|
|
|
.Pp
|
|
|
|
Userspace processes may inspect and manage
|
|
|
|
.Nm
|
|
|
|
capture state using
|
|
|
|
.Xr sysctl 8 :
|
|
|
|
.Pp
|
|
|
|
.Dv debug.ddb.capture.bufsize
|
|
|
|
may be used to query or set the current capture buffer size.
|
|
|
|
.Pp
|
|
|
|
.Dv debug.ddb.capture.maxbufsize
|
|
|
|
may be used to query the compile-time limit on the capture buffer size.
|
|
|
|
.Pp
|
|
|
|
.Dv debug.ddb.capture.bytes
|
|
|
|
may be used to query the number of bytes of output currently in the capture
|
|
|
|
buffer.
|
2007-12-26 09:45:34 +00:00
|
|
|
.Pp
|
|
|
|
.Dv debug.ddb.capture.data
|
|
|
|
returns the contents of the buffer as a string to an appropriately privileged
|
|
|
|
process.
|
2007-12-26 09:51:37 +00:00
|
|
|
.Pp
|
2007-12-26 11:35:07 +00:00
|
|
|
This facility is particularly useful in concert with the scripting and
|
|
|
|
.Xr textdump 4
|
|
|
|
facilities, allowing scripted debugging output to be captured and
|
|
|
|
committed to disk as part of a textdump for later analysis.
|
|
|
|
The contents of the capture buffer may also be inspected in a kernel core dump
|
|
|
|
using
|
|
|
|
.Xr kgdb 1 .
|
|
|
|
.Pp
|
2007-12-26 09:51:37 +00:00
|
|
|
.It Ic run
|
|
|
|
.It Ic script
|
|
|
|
.It Ic scripts
|
|
|
|
.It Ic unscript
|
|
|
|
Run, define, list, and delete scripts.
|
|
|
|
See the
|
|
|
|
.Sx SCRIPTING
|
|
|
|
section for more information on the scripting facility.
|
2007-12-26 11:35:07 +00:00
|
|
|
.Pp
|
2012-11-01 17:17:05 +00:00
|
|
|
.It Ic textdump dump
|
2007-12-26 11:35:07 +00:00
|
|
|
.It Ic textdump set
|
|
|
|
.It Ic textdump status
|
|
|
|
.It Ic textdump unset
|
2012-11-01 17:17:05 +00:00
|
|
|
Use the
|
|
|
|
.Ic textdump dump
|
|
|
|
command to immediately perform a textdump.
|
|
|
|
More information may be found in
|
|
|
|
.Xr textdump 4 .
|
2007-12-26 11:35:07 +00:00
|
|
|
The
|
|
|
|
.Ic textdump set
|
|
|
|
command may be used to force the next kernel core dump to be a textdump
|
|
|
|
rather than a traditional memory dump or minidump.
|
|
|
|
.Ic textdump status
|
|
|
|
reports whether a textdump has been scheduled.
|
|
|
|
.Ic textdump unset
|
|
|
|
cancels a request to perform a textdump as the next kernel core dump.
|
1996-01-17 21:07:02 +00:00
|
|
|
.El
|
|
|
|
.Sh VARIABLES
|
1995-01-25 09:18:56 +00:00
|
|
|
The debugger accesses registers and variables as
|
2006-10-09 15:21:50 +00:00
|
|
|
.Li $ Ns Ar name .
|
1996-01-17 21:07:02 +00:00
|
|
|
Register names are as in the
|
2006-10-09 15:21:50 +00:00
|
|
|
.Dq Ic show Cm registers
|
1995-01-25 09:18:56 +00:00
|
|
|
command.
|
|
|
|
Some variables are suffixed with numbers, and may have some modifier
|
|
|
|
following a colon immediately after the variable name.
|
1996-01-17 21:07:02 +00:00
|
|
|
For example, register variables can have a
|
2006-10-09 15:21:50 +00:00
|
|
|
.Cm u
|
1996-01-17 21:07:02 +00:00
|
|
|
modifier to indicate user register (e.g.,
|
2006-10-09 15:21:50 +00:00
|
|
|
.Dq Li $eax:u ) .
|
1996-01-17 21:07:02 +00:00
|
|
|
.Pp
|
1995-01-25 09:18:56 +00:00
|
|
|
Built-in variables currently supported are:
|
2006-10-09 15:21:50 +00:00
|
|
|
.Pp
|
|
|
|
.Bl -tag -width ".Va tabstops" -compact
|
|
|
|
.It Va radix
|
|
|
|
Input and output radix.
|
|
|
|
.It Va maxoff
|
|
|
|
Addresses are printed as
|
|
|
|
.Dq Ar symbol Ns Li + Ns Ar offset
|
|
|
|
unless
|
|
|
|
.Ar offset
|
|
|
|
is greater than
|
|
|
|
.Va maxoff .
|
|
|
|
.It Va maxwidth
|
1995-01-25 09:18:56 +00:00
|
|
|
The width of the displayed line.
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Va lines
|
2003-11-12 02:35:20 +00:00
|
|
|
The number of lines.
|
2006-10-09 15:21:50 +00:00
|
|
|
It is used by the built-in pager.
|
|
|
|
.It Va tabstops
|
1995-01-25 09:18:56 +00:00
|
|
|
Tab stop width.
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Va work Ns Ar xx
|
|
|
|
Work variable;
|
1996-01-17 21:07:02 +00:00
|
|
|
.Ar xx
|
2006-10-09 15:21:50 +00:00
|
|
|
can take values from 0 to 31.
|
1996-01-17 21:07:02 +00:00
|
|
|
.El
|
|
|
|
.Sh EXPRESSIONS
|
2006-10-09 15:21:50 +00:00
|
|
|
Most expression operators in C are supported except
|
|
|
|
.Ql ~ ,
|
|
|
|
.Ql ^ ,
|
1996-01-17 21:07:02 +00:00
|
|
|
and unary
|
2006-10-09 15:21:50 +00:00
|
|
|
.Ql & .
|
1996-01-17 21:07:02 +00:00
|
|
|
Special rules in
|
|
|
|
.Nm
|
1995-01-25 09:18:56 +00:00
|
|
|
are:
|
2006-10-09 15:21:50 +00:00
|
|
|
.Bl -tag -width ".No Identifiers"
|
|
|
|
.It Identifiers
|
1996-01-17 21:07:02 +00:00
|
|
|
The name of a symbol is translated to the value of the symbol, which
|
|
|
|
is the address of the corresponding object.
|
2006-10-09 15:21:50 +00:00
|
|
|
.Ql \&.
|
1996-01-17 21:07:02 +00:00
|
|
|
and
|
2006-10-09 15:21:50 +00:00
|
|
|
.Ql \&:
|
1996-01-17 21:07:02 +00:00
|
|
|
can be used in the identifier.
|
|
|
|
If supported by an object format dependent routine,
|
2001-01-15 17:22:16 +00:00
|
|
|
.Sm off
|
2006-10-09 15:21:50 +00:00
|
|
|
.Oo Ar filename : Oc Ar func : lineno ,
|
2001-01-15 17:22:16 +00:00
|
|
|
.Sm on
|
2006-10-09 15:21:50 +00:00
|
|
|
.Oo Ar filename : Oc Ns Ar variable ,
|
1996-01-17 21:07:02 +00:00
|
|
|
and
|
2006-10-09 15:21:50 +00:00
|
|
|
.Oo Ar filename : Oc Ns Ar lineno
|
1995-01-25 09:18:56 +00:00
|
|
|
can be accepted as a symbol.
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Numbers
|
1996-01-17 21:07:02 +00:00
|
|
|
Radix is determined by the first two letters:
|
2006-10-09 15:21:50 +00:00
|
|
|
.Ql 0x :
|
1996-01-17 21:07:02 +00:00
|
|
|
hex,
|
2006-10-09 15:21:50 +00:00
|
|
|
.Ql 0o :
|
1996-01-17 21:07:02 +00:00
|
|
|
octal,
|
2006-10-09 15:21:50 +00:00
|
|
|
.Ql 0t :
|
1996-01-17 21:07:02 +00:00
|
|
|
decimal; otherwise, follow current radix.
|
|
|
|
.It Li \&.
|
2006-10-09 15:21:50 +00:00
|
|
|
.Va dot
|
|
|
|
.It Li +
|
|
|
|
.Va next
|
|
|
|
.It Li ..
|
1995-01-25 09:18:56 +00:00
|
|
|
address of the start of the last line examined.
|
2006-10-09 15:21:50 +00:00
|
|
|
Unlike
|
|
|
|
.Va dot
|
|
|
|
or
|
|
|
|
.Va next ,
|
|
|
|
this is only changed by
|
|
|
|
.Ic examine
|
1996-01-17 21:07:02 +00:00
|
|
|
or
|
2006-10-09 15:21:50 +00:00
|
|
|
.Ic write
|
1996-01-17 21:07:02 +00:00
|
|
|
command.
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Li '
|
1995-01-25 09:18:56 +00:00
|
|
|
last address explicitly specified.
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Li $ Ns Ar variable
|
1996-01-17 21:07:02 +00:00
|
|
|
Translated to the value of the specified variable.
|
|
|
|
It may be followed by a
|
2006-10-09 15:21:50 +00:00
|
|
|
.Ql \&:
|
1996-01-17 21:07:02 +00:00
|
|
|
and modifiers as described above.
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Ar a Ns Li # Ns Ar b
|
|
|
|
A binary operator which rounds up the left hand side to the next
|
1995-01-25 09:18:56 +00:00
|
|
|
multiple of right hand side.
|
2006-10-09 15:21:50 +00:00
|
|
|
.It Li * Ns Ar expr
|
|
|
|
Indirection.
|
2003-11-12 02:35:20 +00:00
|
|
|
It may be followed by a
|
2006-10-09 15:21:50 +00:00
|
|
|
.Ql \&:
|
1996-01-17 21:07:02 +00:00
|
|
|
and modifiers as described above.
|
|
|
|
.El
|
2007-12-26 09:51:37 +00:00
|
|
|
.Sh SCRIPTING
|
|
|
|
.Nm
|
|
|
|
supports a basic scripting facility to allow automating tasks or responses to
|
|
|
|
specific events.
|
|
|
|
Each script consists of a list of DDB commands to be executed sequentially,
|
|
|
|
and is assigned a unique name.
|
|
|
|
Certain script names have special meaning, and will be automatically run on
|
|
|
|
various
|
|
|
|
.Nm
|
|
|
|
events if scripts by those names have been defined.
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Ic script
|
|
|
|
command may be used to define a script by name.
|
|
|
|
Scripts consist of a series of
|
|
|
|
.Nm
|
|
|
|
commands separated with the
|
2012-05-12 19:53:44 +00:00
|
|
|
.Ql \&;
|
2007-12-26 09:51:37 +00:00
|
|
|
character.
|
|
|
|
For example:
|
|
|
|
.Bd -literal -offset indent
|
2007-12-26 12:18:21 +00:00
|
|
|
script kdb.enter.panic=bt; show pcpu
|
|
|
|
script lockinfo=show alllocks; show lockedvnods
|
2007-12-26 09:51:37 +00:00
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Ic scripts
|
|
|
|
command lists currently defined scripts.
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Ic run
|
|
|
|
command execute a script by name.
|
|
|
|
For example:
|
|
|
|
.Bd -literal -offset indent
|
|
|
|
run lockinfo
|
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Ic unscript
|
|
|
|
command may be used to delete a script by name.
|
|
|
|
For example:
|
|
|
|
.Bd -literal -offset indent
|
|
|
|
unscript kdb.enter.panic
|
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
These functions may also be performed from userspace using the
|
|
|
|
.Xr ddb 8
|
|
|
|
command.
|
|
|
|
.Pp
|
|
|
|
Certain scripts are run automatically, if defined, for specific
|
|
|
|
.Nm
|
|
|
|
events.
|
|
|
|
The follow scripts are run when various events occur:
|
|
|
|
.Bl -tag -width kdb.enter.powerfail
|
|
|
|
.It Dv kdb.enter.acpi
|
|
|
|
The kernel debugger was entered as a result of an
|
|
|
|
.Xr acpi 4
|
|
|
|
event.
|
|
|
|
.It Dv kdb.enter.bootflags
|
|
|
|
The kernel debugger was entered at boot as a result of the debugger boot
|
|
|
|
flag being set.
|
|
|
|
.It Dv kdb.enter.break
|
|
|
|
The kernel debugger was entered as a result of a serial or console break.
|
|
|
|
.It Dv kdb.enter.cam
|
|
|
|
The kernel debugger was entered as a result of a
|
|
|
|
.Xr CAM 4
|
|
|
|
event.
|
|
|
|
.It Dv kdb.enter.mac
|
|
|
|
The kernel debugger was entered as a result of an assertion failure in the
|
|
|
|
.Xr mac_test 4
|
|
|
|
module of the
|
|
|
|
TrustedBSD MAC Framework.
|
|
|
|
.It Dv kdb.enter.ndis
|
|
|
|
The kernel debugger was entered as a result of an
|
|
|
|
.Xr ndis 4
|
|
|
|
breakpoint event.
|
|
|
|
.It Dv kdb.enter.netgraph
|
|
|
|
The kernel debugger was entered as a result of a
|
|
|
|
.Xr netgraph 4
|
|
|
|
event.
|
|
|
|
.It Dv kdb.enter.panic
|
|
|
|
.Xr panic 9
|
|
|
|
was called.
|
|
|
|
.It Dv kdb.enter.powerfail
|
|
|
|
The kernel debugger was entered as a result of a powerfail NMI on the sparc64
|
|
|
|
platform.
|
|
|
|
.It Dv kdb.enter.powerpc
|
|
|
|
The kernel debugger was entered as a result of an unimplemented interrupt
|
|
|
|
type on the powerpc platform.
|
|
|
|
.It Dv kdb.enter.sysctl
|
|
|
|
The kernel debugger was entered as a result of the
|
|
|
|
.Dv debug.kdb.enter
|
|
|
|
sysctl being set.
|
|
|
|
.It Dv kdb.enter.trapsig
|
|
|
|
The kernel debugger was entered as a result of a trapsig event on the sparc64
|
2011-05-14 01:53:38 +00:00
|
|
|
platform.
|
2007-12-26 09:51:37 +00:00
|
|
|
.It Dv kdb.enter.unionfs
|
|
|
|
The kernel debugger was entered as a result of an assertion failure in the
|
|
|
|
union file system.
|
|
|
|
.It Dv kdb.enter.unknown
|
|
|
|
The kernel debugger was entered, but no reason has been set.
|
|
|
|
.It Dv kdb.enter.vfslock
|
|
|
|
The kernel debugger was entered as a result of a VFS lock violation.
|
|
|
|
.It Dv kdb.enter.watchdog
|
|
|
|
The kernel debugger was entered as a result of a watchdog firing.
|
|
|
|
.It Dv kdb.enter.witness
|
|
|
|
The kernel debugger was entered as a result of a
|
|
|
|
.Xr witness 4
|
|
|
|
violation.
|
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
In the event that none of these scripts is found,
|
|
|
|
.Nm
|
|
|
|
will attempt to execute a default script:
|
|
|
|
.Bl -tag -width kdb.enter.powerfail
|
|
|
|
.It Dv kdb.enter.default
|
|
|
|
The kernel debugger was entered, but a script exactly matching the reason for
|
|
|
|
entering was not defined.
|
|
|
|
This can be used as a catch-all to handle cases not specifically of interest;
|
|
|
|
for example,
|
|
|
|
.Dv kdb.enter.witness
|
|
|
|
might be defined to have special handling, and
|
|
|
|
.Dv kdb.enter.default
|
|
|
|
might be defined to simply panic and reboot.
|
|
|
|
.El
|
2001-05-02 03:26:10 +00:00
|
|
|
.Sh HINTS
|
|
|
|
On machines with an ISA expansion bus, a simple NMI generation card can be
|
|
|
|
constructed by connecting a push button between the A01 and B01 (CHCHK# and
|
|
|
|
GND) card fingers.
|
|
|
|
Momentarily shorting these two fingers together may cause the bridge chipset to
|
|
|
|
generate an NMI, which causes the kernel to pass control to
|
|
|
|
.Nm .
|
|
|
|
Some bridge chipsets do not generate a NMI on CHCHK#, so your mileage may vary.
|
|
|
|
The NMI allows one to break into the debugger on a wedged machine to
|
|
|
|
diagnose problems.
|
|
|
|
Other bus' bridge chipsets may be able to generate NMI using bus specific
|
|
|
|
methods.
|
2016-01-14 16:23:07 +00:00
|
|
|
There are many PCI and PCIe add-in cards which can generate NMI for
|
|
|
|
debugging.
|
2016-01-16 01:13:27 +00:00
|
|
|
Modern server systems typically use IPMI to generate signals to enter the
|
2016-01-14 16:23:07 +00:00
|
|
|
debugger.
|
|
|
|
The
|
|
|
|
.Dv devel/ipmitool
|
|
|
|
port can be used to send the
|
|
|
|
.Cd chassis power diag
|
|
|
|
command which delivers an NMI to the processor.
|
2016-01-16 01:13:27 +00:00
|
|
|
Embedded systems often use JTAG for debugging, but rarely use it in
|
|
|
|
combination with
|
|
|
|
.Nm .
|
2016-01-14 16:23:07 +00:00
|
|
|
.Pp
|
2016-01-16 01:13:27 +00:00
|
|
|
For serial consoles, you can enter the debugger by sending a BREAK
|
2016-01-14 16:23:07 +00:00
|
|
|
condition on the serial line if
|
|
|
|
.Cd options BREAK_TO_DEBUGGER
|
|
|
|
is specified in the kernel.
|
|
|
|
Most terminal emulation programs can send a break sequence with a
|
|
|
|
special key sequence or via a menu item.
|
|
|
|
However, in some setups, sending the break can be difficult to arrange
|
|
|
|
or happens spuriously, so if the kernel contains
|
|
|
|
.Cd options ALT_BREAK_TO_DEBUGGER
|
|
|
|
then the sequence of CR TILDE CTRL-B enters the debugger;
|
|
|
|
CR TILDE CTRL-P causes a panic instead of entering the
|
|
|
|
debugger; and
|
|
|
|
CR TILDE CTRL-R causes an immediate reboot.
|
|
|
|
In all the above sequences, CR is a Carriage Return and is usually
|
|
|
|
sent by hitting the Enter or Return key.
|
|
|
|
TILDE is the ASCII tilde character (~).
|
|
|
|
CTRL-x is Control x created by hitting the control key and then x
|
|
|
|
and then releasing both.
|
|
|
|
.Pp
|
2016-01-16 01:30:55 +00:00
|
|
|
The break to enter the debugger behavior may be enabled at run-time
|
2016-01-16 01:13:27 +00:00
|
|
|
by setting the
|
2016-01-14 16:23:07 +00:00
|
|
|
.Xr sysctl 8
|
|
|
|
.Dv debug.kdb.break_to_debugger
|
|
|
|
to 1.
|
2016-01-16 01:13:27 +00:00
|
|
|
The alternate sequence to enter the debugger behavior may be enabled
|
|
|
|
at run-time by setting the
|
2016-01-14 16:23:07 +00:00
|
|
|
.Xr sysctl 8
|
|
|
|
.Dv debug.kdb.alt_break_to_debugger
|
|
|
|
to 1.
|
|
|
|
The debugger may be entered by setting the
|
|
|
|
.Xr sysctl 8
|
|
|
|
.Dv debug.kdb.enter
|
|
|
|
to 1.
|
2008-06-08 09:09:08 +00:00
|
|
|
.Sh FILES
|
2014-07-22 19:37:38 +00:00
|
|
|
Header files mentioned in this manual page can be found below
|
2008-06-08 09:09:08 +00:00
|
|
|
.Pa /usr/include
|
|
|
|
directory.
|
|
|
|
.Pp
|
|
|
|
.Bl -dash -compact
|
|
|
|
.It
|
2008-06-08 21:08:20 +00:00
|
|
|
.Pa sys/buf.h
|
2008-06-08 09:09:08 +00:00
|
|
|
.It
|
2008-06-08 21:08:20 +00:00
|
|
|
.Pa sys/domain.h
|
2008-06-08 09:09:08 +00:00
|
|
|
.It
|
2008-06-08 21:08:20 +00:00
|
|
|
.Pa netinet/in_pcb.h
|
2008-06-08 09:09:08 +00:00
|
|
|
.It
|
2008-06-08 21:08:20 +00:00
|
|
|
.Pa sys/socket.h
|
2008-06-08 09:09:08 +00:00
|
|
|
.It
|
2008-06-08 21:08:20 +00:00
|
|
|
.Pa sys/vnode.h
|
2008-06-08 09:09:08 +00:00
|
|
|
.El
|
1997-04-12 21:54:48 +00:00
|
|
|
.Sh SEE ALSO
|
2007-12-26 09:51:37 +00:00
|
|
|
.Xr gdb 1 ,
|
2007-12-26 11:35:07 +00:00
|
|
|
.Xr kgdb 1 ,
|
2007-12-26 09:51:37 +00:00
|
|
|
.Xr acpi 4 ,
|
|
|
|
.Xr CAM 4 ,
|
2008-04-12 05:49:05 +00:00
|
|
|
.Xr mac_test 4 ,
|
2007-12-26 09:51:37 +00:00
|
|
|
.Xr ndis 4 ,
|
|
|
|
.Xr netgraph 4 ,
|
|
|
|
.Xr textdump 4 ,
|
|
|
|
.Xr witness 4 ,
|
|
|
|
.Xr ddb 8 ,
|
|
|
|
.Xr sysctl 8 ,
|
2008-10-04 14:12:09 +00:00
|
|
|
.Xr panic 9
|
1996-01-17 21:07:02 +00:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
2001-08-14 10:01:54 +00:00
|
|
|
debugger was developed for Mach, and ported to
|
|
|
|
.Bx 386 0.1 .
|
1996-01-17 21:07:02 +00:00
|
|
|
This manual page translated from
|
2006-10-09 15:21:50 +00:00
|
|
|
.Xr man 7
|
|
|
|
macros by
|
|
|
|
.An Garrett Wollman .
|
2007-12-26 11:35:07 +00:00
|
|
|
.Pp
|
|
|
|
.An Robert N. M. Watson
|
|
|
|
added support for
|
|
|
|
.Nm
|
|
|
|
output capture,
|
|
|
|
.Xr textdump 4
|
|
|
|
and scripting in
|
2008-08-03 14:14:43 +00:00
|
|
|
.Fx 7.1 .
|