672 xargs doesn't support -0
[illumos-gate.git] / usr / src / man / man1 / adb.1
blob49c687ba210c9289facf7528bdcd2e18f248e701
1 '\" te
2 .\"  Copyright (c) 2005, Sun Microsystems, Inc.  All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH ADB 1 "Nov 29, 2005"
7 .SH NAME
8 adb \- general-purpose debugger
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBadb\fR [\fB-kw\fR] [\fB-I\fR \fIdir\fR] [\fB-P\fR \fIprompt\fR] [\fB-V\fR \fImode\fR] [\fIobject\fR [\fIcore\fR]]
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 The \fBadb\fR utility is an interactive, general-purpose debugger. It can be
19 used to examine files and provides a controlled environment for the execution
20 of programs.
21 .sp
22 .LP
23 The \fBadb\fR utility is now implemented as a link to the \fBmdb\fR(1) utility.
24 \fBmdb\fR(1) is a low-level debugging utility that can be used to examine user
25 processes as well as the live operating system or operating system crash dumps.
26 The new \fBmdb\fR(1) utility provides complete backwards compatibility with the
27 existing syntax and features of \fBadb\fR, including support for processing
28 \fBadb\fR macro files. The \fISolaris Modular Debugger Guide\fR and
29 \fBmdb\fR(1) man page describes the features of \fBmdb\fR, including its
30 \fBadb\fR compatibility mode. This mode will be activated by default when the
31 \fBadb\fR link is executed.
32 .SH SEE ALSO
33 .sp
34 .LP
35 \fBmdb\fR(1), \fBattributes\fR(5)
36 .sp
37 .LP
38 \fISolaris Modular Debugger Guide\fR