xref: /illumos-gate/usr/src/man/man1/adb.1 (revision bbf21555)
te
Copyright (c) 2005, Sun Microsystems, Inc. All Rights Reserved
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.
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.
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]
ADB 1 "Dec 9, 2017"
NAME
adb - general-purpose debugger
SYNOPSIS

adb [-kw] [-I dir] [-P prompt] [-V mode] [object [core]]
DESCRIPTION

The adb utility is an interactive, general-purpose debugger. It can be used to examine files and provides a controlled environment for the execution of programs.

The adb utility is now implemented as a link to the mdb(1) utility. mdb(1) is a low-level debugging utility that can be used to examine user processes as well as the live operating system or operating system crash dumps. The new mdb(1) utility provides complete backwards compatibility with the existing syntax and features of adb, including support for processing adb macro files. The Modular Debugger Guide and mdb(1) man page describe the features of mdb, including its adb compatibility mode. This mode will be activated by default when the adb link is executed.

SEE ALSO

mdb (1), attributes (7)

Modular Debugger Guide:

https://illumos.org/books/mdb/